baseUrl

The base URL for the OpenAI API. This property defines the endpoint that the client connects to for making API requests. It is used to construct the full URL for various API operations such as chat completions, embeddings, and moderations.

The default value is set to "OpenAIClientSettings.baseUrl". This can be overridden for custom API endpoints or testing purposes by changing its value.