Provider setup
Setting up Azure OpenAI
How to set up Azure OpenAI
Pre-requiste
You’ll need 3 things:
- The URL of the azure endpoint, for example: https://my-test-env.openai.azure.com/
- The API Key
- The Deployment ID of your model
Integration Setup
Insert your URL and API key here in the integrations page.
LLM Setup
- Select “Custom Azure Deployment (OpenAI)” for “Your model”.
- Go to advanced settings and enter in your Deployment ID to “Azure OpenAI Deployment ID”.
Agent Setup
- Select “Custom Azure Deployment (OpenAI)” for “Language model” in the Agents page.
Was this page helpful?