Azure OpenAI
Azure OpenAI service provides REST API access to OpenAI's powerful language models through Microsoft Azure's secure infrastructure.
Sample configuration
The following example shows a starting llm parameter configuration you can use when you Start a conversational AI agent.
Key parameters
llmrequired
- api_key stringrequired
Find your API key in the Azure portal under your OpenAI resource.
- url stringrequired
Replace
YOUR_RESOURCE_NAMEwith your Azure resource name andYOUR_DEPLOYMENT_NAMEwith your model deployment name. - params objectrequired
Show propertiesHide properties
- model stringrequired
Use the deployment name you created in Azure, not the base model name.
For advanced configuration options, deployment setup, and detailed parameter descriptions, see the Azure OpenAI API documentation.