Azure OpenAI Pricing in 2026: Modes, Real Costs & PTU Break-Even
Azure OpenAI pricing mirrors OpenAI's per-token rates but adds enterprise deployment types — standard pay-as-you-go, provisioned throughput units (PTU), and batch. You pay the same token price as OpenAI; what Azure adds is SLA, data residency, and network isolation. This guide breaks down the deployment types, models what GPT-5 actually costs per month, works through the PTU break-even, quantifies the batch discount, and shows when a gateway is the cheaper route.
The three deployment types
| Type | How you pay | Best for |
|---|---|---|
| Standard (PAYG) | Per token, no commitment | Most workloads, bursty traffic |
| Provisioned (PTU) | Reserved capacity, hourly/reserved | Steady high-volume, latency SLAs |
| Batch | ~50% off, async (~24h) | Bulk, latency-tolerant jobs |
What GPT models cost
Azure passes through OpenAI's per-token rates, so model choice drives cost. GPT-5 family output price by tier:
Modeled monthly cost
What the GPT-5 family costs per month across five workloads on Azure (standard):
| Monthly workload | GPT-5.5 | GPT-5.4 | GPT-5 | GPT-5 mini | GPT-5 nano |
|---|---|---|---|---|---|
| Support chatbot | $560 | $280 | $170 | $34.0 | $6.80 |
| RAG / knowledge base | $1,600 | $800 | $450 | $90.0 | $18.0 |
| Coding agent | $1,150 | $575 | $350 | $70.0 | $14.0 |
| Batch extraction | $990 | $495 | $268 | $53.5 | $10.7 |
| Content generation | $1,300 | $650 | $425 | $85.0 | $17.0 |
As on any platform, tier choice dwarfs deployment-type choice — GPT-5 mini runs a coding agent for $70 versus $1,150 on GPT-5.5.
PTU break-even
Provisioned Throughput Units reserve a fixed capacity, billed hourly or via monthly/annual reservation. Like all reserved capacity, the break-even is about utilization:
- Rule of thumb: PTU beats standard pay-as-you-go only above roughly 50-70% sustained utilization of the reserved units.
- Worked logic: a PTU reservation costs the same whether traffic is heavy or idle. Steady 24/7 load near capacity → the reservation undercuts per-token billing. Bursty load (busy by day, idle by night) → you pay for idle units, and standard PAYG wins.
- Decision: run on standard first, watch your hourly utilization for a week or two, and switch to PTU only once load is predictably high. PTU also buys latency guarantees, which can justify it even slightly below the cost break-even if your SLA demands them.
The batch discount, quantified
The Batch deployment runs asynchronously (typically within 24 hours) at roughly 50% of standard. The modeled batch-extraction workload that costs $495/month standard on GPT-5.4 drops to about $248 on Batch. Latency-tolerant jobs left on standard pay roughly double for no benefit.
What you pay extra for
The token price is the same as OpenAI — Azure's value is the enterprise wrapper:
- SLA & latency guarantees — especially with PTU.
- Data residency & compliance — regional deployments, enterprise agreements.
- Network isolation — VNet/private endpoints, Azure AD identity.
- Content filtering — built-in moderation controls.
Azure vs direct vs gateway
| Azure OpenAI | OpenAI direct | Gateway | |
|---|---|---|---|
| Token price | OpenAI rate | OpenAI rate | Route to cheapest |
| Enterprise (SLA, VNet) | Yes | Limited | Varies |
| Cross-provider routing | OpenAI only | OpenAI only | Yes, 300+ models |
| Best for | Azure compliance | OpenAI-only | Lowest price + flexibility |
Azure wins on enterprise compliance; a gateway wins when you want the cheapest equivalent model across providers with one key.
Not locked to OpenAI? Route across providers
DataLLM Lab reaches GPT-5.4, Claude, Gemini, DeepSeek and 300+ more with live price comparison — pick the cheapest model that clears your bar, one key.
FAQ
How does Azure OpenAI pricing work?
Per token at OpenAI's rates, in three deployment types: standard (PAYG), provisioned (PTU, reserved), and batch (~50% off, async). Plus normal Azure costs.
Is Azure OpenAI cheaper than OpenAI directly?
No — the per-token price is essentially the same. Choose Azure for SLA, data residency, VNet, and compliance; a gateway for the lowest cross-provider price.
When do PTUs pay off?
Above ~50-70% sustained utilization — you pay for reserved units whether used or not. For bursty/modest traffic, standard PAYG is far cheaper. Measure utilization first, then commit.
Does Azure OpenAI have a batch discount?
Yes — async Batch is ~50% of standard (typically within 24h). A $495/mo batch-extraction workload on GPT-5.4 drops to ~$248.
Which models are on Azure OpenAI?
OpenAI's models — the GPT-5 family (incl. mini/nano/Codex), embeddings, image models — generally at parity, though new models can land slightly later on Azure.
How much does GPT-5 cost on Azure?
Passthrough OpenAI rates — GPT-5.4 $2.50/$15, base $1.25/$10, mini $0.25/$2, nano $0.05/$0.40. On a coding agent, ~$575/mo for GPT-5.4 vs $70 for mini.
When is a gateway cheaper than Azure OpenAI?
When you want the cheapest equivalent across providers — a gateway like DataLLM Lab routes to the lowest-cost model with one key, no PTU commitment.
What is the difference between PTU and pay-as-you-go?
PAYG bills per token, no commitment — best for variable traffic. PTU reserves fixed throughput billed hourly/monthly, guaranteeing latency for steady high volume. PTU wins only at high sustained utilization.
DataLLM Lab