Api version in Query-time parameters?

Yes, I added those to the collection definition and those worked for vectorizing our documents. but what about when I want to deploy the application and we are using a different base_url when deployed?

So if i want to vector search with “nearText” using a different base_url. Thas base_url should be added in the headers like “X-OpenAI-BaseURL”: {baseUrl} since I am making REST Api calls