GetAzureOpenAIClientOptions interface
Options for getting the Azure OpenAI client.
- Extends
Inherited Properties
| api |
The Azure OpenAI api-version to use when creating the client.
See "Data plane - Inference" row in the table at
https://learn.microsoft.com/azure/ai-foundry/openai/reference#api-specs. If not provided,
you must set the environment variable |
| connection |
The name of a connection to an Azure OpenAI resource in your AI Foundry project. If not provided, the default Azure OpenAI connection will be used. |
| connection |
The connection options to use for the Azure OpenAI connection. |
| connection |
The connection secret options to use for the Azure OpenAI client. |
Inherited Property Details
apiVersion
The Azure OpenAI api-version to use when creating the client.
See "Data plane - Inference" row in the table at
https://learn.microsoft.com/azure/ai-foundry/openai/reference#api-specs. If not provided,
you must set the environment variable OPENAI_API_VERSION instead.
apiVersion?: string
Property Value
string
Inherited From AzureOpenAIClientOptions.apiVersion
connectionName
The name of a connection to an Azure OpenAI resource in your AI Foundry project. If not provided, the default Azure OpenAI connection will be used.
connectionName?: string
Property Value
string
Inherited From AzureOpenAIClientOptions.connectionName
connectionOptions
The connection options to use for the Azure OpenAI connection.
connectionOptions?: ConnectionsGetOptionalParams
Property Value
Inherited From AzureOpenAIClientOptions.connectionOptions
connectionSecretOptions
The connection secret options to use for the Azure OpenAI client.
connectionSecretOptions?: ConnectionsGetWithCredentialsOptionalParams
Property Value
Inherited From AzureOpenAIClientOptions.connectionSecretOptions