AzureOpenAIConfig
Auto-generated API reference for AzureOpenAIConfig.
Interface: AzureOpenAIConfig
Defined in: azure-openai.ts:4
#Properties
#apiKey
apiKey:
string
Defined in: azure-openai.ts:5
#apiVersion?
optionalapiVersion?:string
Defined in: azure-openai.ts:11
Azure REST api-version. Defaults to 2024-10-21.
#deployment
deployment:
string
Defined in: azure-openai.ts:9
Deployment name (NOT the underlying model name β Azure routes by deployment).
#endpoint
endpoint:
string
Defined in: azure-openai.ts:7
Resource endpoint, e.g. https://my-resource.openai.azure.com.
#includeUsage?
optionalincludeUsage?:boolean
Defined in: azure-openai.ts:14
Surface usage by setting stream_options.include_usage. Defaults to true.
#retry?
optionalretry?:RetryOptions
Defined in: azure-openai.ts:12