← All providers
hyperscaler

Azure OpenAI

OpenAI models with Azure compliance and quota controls.

live
Uptime (30d)
99.95%
Median tps
76
Median TTFT
390 ms
Price index
1.5×
vs. market median
Overview
HQ
Redmond, US
Founded
1975
Models
20
Modalities
text, vision, audio
Regions
us-east, eu-west, asia-east
Strengths
enterprisecompliance
Route via llmcloud
curl https://api.llmcloud.ai/v1/chat/completions \
  -H "Authorization: Bearer $LLMCLOUD_KEY" \
  -H "X-Provider: azure-openai" \
  -d '{
    "model": "auto:quality",
    "messages": [{"role":"user","content":"hi"}]
  }'