Azure OpenAI
Use this when Provider is set to azure_openai.
Configure in app
1. Open Settings > AI Model.
2. Set Provider to azure_openai.
3. Set:
- azureOpenAiApiKey (required)
- azureOpenAiBaseUrl (required)
- azureOpenAiDeployment (required)
4. Choose generation/evaluation model names to align with your deployment setup.
API key and account
- Create Azure OpenAI resources and deployments in Azure:
- Azure OpenAI Service documentation
Notes
azureOpenAiBaseUrlshould be your Azure OpenAI endpoint.azureOpenAiDeploymentmust match your deployed model name in Azure.