agentskit.js

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?

optional apiVersion?: 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?

optional includeUsage?: boolean

Defined in: azure-openai.ts:14

Surface usage by setting stream_options.include_usage. Defaults to true.


#retry?

optional retry?: RetryOptions

Defined in: azure-openai.ts:12

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page