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
api_key: Find your API key in the Azure portal under your OpenAI resource.url: ReplaceYOUR_RESOURCE_NAMEwith your Azure resource name andYOUR_DEPLOYMENT_NAMEwith your model deployment name.model: 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.