Microsoft Azure
Getting Your API Key
Visit Azure Portal
Create Azure OpenAI Service resource
Go to Keys and Endpoint section
Copy Key 1 or Key 2
Also copy your Endpoint URL
Azure OpenAI requires approval before access is granted.
Adding to AI Dev Kit
Tools > AI Dev Kit > Settings
Find Microsoft Azure section and enter:
API Key
Endpoint URL (e.g.,
https://your-resource.openai.azure.com)Deployment Name (your model deployment name)
Available Models
Azure OpenAI provides:
GPT-4 / GPT-4 Turbo
GPT-3.5 Turbo
DALL-E 3
Whisper
Text-to-Speech
Models must be deployed in your Azure resource before use.
Pricing
Check Azure OpenAI Pricing for current rates.
Last updated