Quick config
Supported models
Azure model availability varies by region. Not all models are available in all Azure regions immediately at launch. Check the Azure OpenAI model availability page for your region.
Key settings
When to use Azure OpenAI vs direct OpenAI
Use Azure OpenAI when:- Your data must stay within a specific region (EU data residency, HIPAA)
- You need private networking (VNet, private endpoints)
- Your organization already uses Azure for infrastructure
- You need enterprise SLA guarantees
- Simplest setup is preferred
- You don’t have compliance requirements for data residency
- You want access to the latest models as soon as they launch (Azure has a short lag)
FAQ
Do I need a separate Azure deployment for each model?
Do I need a separate Azure deployment for each model?
Yes. In Azure OpenAI, you create a named deployment for each model in the Azure portal. The deployment name is what you pass as the
model field in Bolna config.Does Azure OpenAI have the same models as OpenAI?
Does Azure OpenAI have the same models as OpenAI?
Azure mirrors OpenAI’s lineup but with a short availability lag after new models launch. All GPT-5.x, GPT-4.1, and GPT-4o variants are available. Check Microsoft’s model page for your region.
How do I reduce latency on Azure?
How do I reduce latency on Azure?
Use
gpt-5.4-mini or gpt-4.1-mini, keep max_tokens at 150, and deploy to an Azure region geographically close to your users. See Latency for more.Related
- LLM Tab — configure LLM in the dashboard
- OpenAI — same models without Azure overhead
- Prompting Guide — write effective prompts for voice
- Custom Function Calls — add tools to your agent

