Base URL

You might say

I've switched the model API endpoint to our team's self-hosted proxy. Where do I update the Base URL to make it work?

A Base URL is the address prefix shared by a group of API requests.For example, one client may combine https://openrouter.ai/api/v1 with /chat/completions to form the full request URL. Whether /v1 belongs in the prefix and which path the client appends depend on both the service and the client. Check both sets of official documentation instead of applying one fixed pattern.
Further reading