The 2026 frontier pricing war
OpenAI, Anthropic, and Google all cut prices in 2025. By July 2026 the three vendors are roughly converged on flagship-tier rates — $3–$5/M input, $12–$30/M output — but the mini and nano tiers tell a different story. Google at $0.075/M input is the cheapest current model on the market; Anthropic’s $0.10 cached Haiku is the cheapest cached rate from a paid vendor; OpenAI’s gpt-5.4-nano at $0.20/M is the cheapest model with full fine-tuning and best-in-class tooling. The question is no longer “which is cheapest overall” — it’s “which is cheapest for your workload, with caching enabled.”
This article compares the three vendors head-to-head on the rates you’ll actually hit in production, with worked bills on four workload patterns and a verdict per workload. Every number references the per-vendor deep-dive pages — link out below if you want the full table or the FAQ.
Head-to-head rate card (July 2026)
Flagship = the top current model per vendor. Mid = the recommended default for new agents. Nano = the cheapest current production model. All rates per 1M tokens, cached input shown in parentheses.
| Tier | OpenAI | Anthropic | |
|---|---|---|---|
| Flagship | gpt-5.5 $5 / $30 ($0.50 cached) |
claude-opus-4-7 $5 / $25 ($0.50 cached) |
gemini-3.1-pro $2 / $12 ($0.20 cached) |
| Mid (default) | gpt-5.4 $2.50 / $15 ($0.25 cached) |
claude-sonnet-4-6 $3 / $15 ($0.30 cached) ($2/$10 intro until Aug 31) |
gemini-3-flash $0.50 / $3 ($0.05 cached) |
| Nano | gpt-5.4-nano $0.20 / $1.25 ($0.02 cached) |
claude-haiku-4-5 $1 / $5 ($0.10 cached) |
gemini-2.5-flash $0.075 / $0.30 ($0.02 cached) |
| Specialised | gpt-image-1.5 $5/$10; gpt-realtime-2 $32/$64 |
o3-deep-research $10/$40 |
Imagen 3 $0.039/image; Veo 3 $0.40/sec |
| Free tier | None (paid-only since Nov 2025) | Console eval only | Google AI Studio: 100 req/day |
The visual takeaway: Google wins on raw price at every tier. Anthropic wins on per-token value at the flagship tier where quality matters. OpenAI wins on tooling, fine-tuning, and multimodal cohesion. None of these conclusions holds at every workload — the worked examples below show where each vendor’s headline breaks.
The four tiers that matter for builders
Every builder-facing decision in 2026 collapses to four tiers. Below is the no-spin version for solo operators and small agencies.
Tier 0 — Free / evaluation. Google AI Studio wins. Anthropic console has a free evaluation tier for prompt design but no production access; OpenAI has no production free tier at all. If you ship a prototype and want to keep it running for a few weeks without a credit card, Google AI Studio is the only place in 2026.
Tier 1 — Nano / sub-dollar classification. Google Gemini 2.5 Flash at $0.075/M. Anthropic Haiku 4.5 at $1/M. OpenAI gpt-5.4-nano at $0.20/M. Google’s tier is roughly 3x cheaper than OpenAI’s nano and 13x cheaper than Anthropic’s cheapest paid model.
Tier 2 — Mid / general agent default. OpenAI gpt-5.4 $2.50/$15, Anthropic Sonnet 4.6 $3/$15 (intro $2/$10 until Aug 31), Google Gemini 3 Flash $0.50/$3. Sonnet wins on quality and tool-use; Gemini 3 Flash wins on raw price; gpt-5.4 is the best all-rounder with the deepest tooling support.
Tier 3 — Flagship / reasoning-heavy. OpenAI gpt-5.5 $5/$30, Anthropic Opus 4.7 $5/$25, Gemini 3.1 Pro $2/$12. Google wins on price; Anthropic and OpenAI win on quality. For multi-step reasoning on long inputs, the gap between Opus 4.7 and 3.1 Pro on benchmarks is roughly 5–10% — measure on your own eval.
Four real workload scenarios with actual bills
All four scenarios assume caching enabled where supported, and use the same input token volume per vendor. Numbers are per-month unless noted.
Scenario 1 — Customer support classification
1 billion input tokens/week of ticket analysis with 60M output tokens of tags and routing. System prompt and KB cached.
| Vendor / model | Uncached / month | Cached / month | Notes |
|---|---|---|---|
OpenAI gpt-5.4-mini |
$5,100 | $665 | Caching cuts bill 7.6x |
Anthropic claude-haiku-4-5 |
$5,200 | $740 | Caching cuts bill 7x |
Google gemini-2.5-flash |
$422 | $84 | 12x cheaper than cached Anthropic |
Winner: Google. Same workload is 8–12x cheaper on Gemini Flash than on either competitor’s cheapest paid tier. If the quality holds on the routing tags, this is the easiest cost optimisation of 2026.
Scenario 2 — Code review agent
Repo context 500K input, 3K output per review. 30 reviews/month, uncached repo per call.
| Vendor / model | Uncached / month | Cached / month (90% repo) | Quality verdict |
|---|---|---|---|
OpenAI gpt-5.4 |
$38,850 | $7,850 | Strong, general |
Anthropic claude-sonnet-4-6 |
$48,600 | $9,720 | Best tool-use adherence |
Google gemini-3.1-pro |
$33,000 | $6,600 | Strong, slightly weaker on nuanced refactor |
Winner: Google Gemini 3.1 Pro with caching on raw bill. Caveat: if you measure nuanced refactor suggestions and Claude wins on quality, Sonnet’s premium pays for itself on enterprise reviews. For most small agency code review, Google is the rational pick.
Scenario 3 — Document analysis (200K legal contracts)
50 contracts/week × 190K input, 4K output per contract. Below the 200K Gemini threshold.
| Vendor / model | Per-week (uncached) | Per-month (uncached) | Per-month (cached KB) |
|---|---|---|---|
OpenAI gpt-5.5 |
$2,475 | $9,900 | ~$3,200 |
Anthropic claude-opus-4-7 |
$2,438 | $9,750 | ~$2,800 |
Google gemini-3.1-pro |
$975 | $3,900 | ~$1,200 |
Anthropic claude-sonnet-4-6 (intro) |
$1,463 | $5,850 | ~$1,950 |
Winner: Google again, with Sonnet at the introductory rate as the runner-up. The quality gap on legal reasoning is real — Claude Opus is still the best you can buy for legal in 2026 — but for throughput-on-a-budget, Google wins by 2.5–3x.
Scenario 4 — Image generation (10K images, 1024×1024)
| Vendor / model | Total / month | Per-image |
|---|---|---|
OpenAI gpt-image-1.5 medium |
$200 | $0.02 |
| Google Imagen 3 (1024×1024) | $390 | $0.039 |
OpenAI gpt-image-1.5 high |
$800 | $0.08 |
| Google Imagen 3 (2048×2048) | $1,560 | $0.156 |
Winner: OpenAI on raw image cost. Imagen is competitive at 1024×1024 but loses to medium-tier GPT-Image on price and to high-tier on quality. If image gen is a primary spend, OpenAI’s per-token rate is hard to beat for the size range most agencies use.
Where each vendor wins (and by how much)
OpenAI wins on:
- Tooling: LangChain, LlamaIndex, the Agents SDK, Vercel AI SDK — all default-tested with OpenAI first. Fewest integration headaches.
- Multimodal cohesion: vision + tool use + image gen + realtime voice in one platform with one rate card.
- Image gen at scale: medium-tier
gpt-image-1.5undercuts Imagen at 1024×1024. - Fine-tuning depth: most mature fine-tuning stack across nano/mini/full tiers.
Anthropic wins on:
- Reasoning quality: Opus 4.7 and Sonnet 4.6 lead on long-context reasoning and tool-use adherence.
- Long-context quality past 200K: clearer bills than competitors, fewer hallucinated citations.
- Introductory rate dynamics: $2/$10 Sonnet 4.6 until August 31 is the best-priced mid-tier in 2026 for production teams shipping before the deadline.
Google wins on:
- Raw price: Gemini Flash at $0.075/M is roughly 3x cheaper than anything on OpenAI or Anthropic.
- Free tier: Google AI Studio remains the only viable free production option.
- Multi-modal in one vendor: Gemini + Imagen + Veo + embeddings + audio is the broadest free-and-cheap bundle.
- 1M-token context: Gemini’s 1M-tier context at $4/$18 is the only one without a punitive surcharge versus 200K.
The hidden costs (rate limits, context window, data residency)
Rate cards lie to your CFO. Real pricing includes the things that don’t print nicely on a marketing page.
Rate limits. OpenAI’s gpt-5.5 tier-1 limit is 10K tokens/min — you hit it on the second concurrent call. Tier upgrades take 48 hours and require a $1,000 minimum spend. Anthropic’s defaults are roughly the same with a 7-day tier-1 evaluation. Gemini Flash gives 1,000 RPM out of the box, which is enough for almost any solo founder or small agency.
Context window. OpenAI’s effective context drops at 200K. Anthropic matches with 200K. Gemini is the only vendor that ships 1M as the default on Pro tiers, and the only one that tiers it explicitly below and above 200K.
Data residency. OpenAI charges a 10% EU uplift on long-context rates (rarely quoted). Anthropic’s US-only endpoint is the cheapest; EU residency is quoted per contract. Google’s regional endpoints are priced at parity and have the broadest APAC coverage.
Tool-use fidelity. Claude 4.6 → Anthropic. JSON strict-mode → OpenAI. Image+text+code in one model → OpenAI. Cheapest tool-calling at high concurrency → Google Flash.
Migration playbook (when you switch vendors mid-project)
If you start on one vendor and migrate mid-project, three things break faster than the bill does.
1. Caching keys don’t transfer. OpenAI and Anthropic both cache by exact prompt-prefix bytes. Google caches by content hash. Migrating loses every cached prefix you’ve paid to populate. Plan a 1–2 week warm-up cycle on the new vendor before turning the old vendor off.
2. Tool schemas need rework. Anthropic’s tool definitions are tightly typed; OpenAI’s are looser. If you have ≥10 tools, you’ll spend 2–3 days re-tuning schemas to match the new vendor’s quirks. Budget the engineering.
3. Output volumes change. Same prompt, same max_tokens, different vendor → 20–40% difference in output length. A workflow that assumes 800 tokens of output on OpenAI may produce 1,200 on Anthropic. Re-tune length budgets and re-test all evals after migration.
If you’re starting a new project in July 2026: build the vendor abstraction up front. Three lines of routing code now save a month of refactoring when Anthropic shifts its pricing in Q4 or Google introduces a Flash tier that undercuts everyone.
FAQ
Which LLM API is cheapest in 2026?
Google’s gemini-2.5-flash at $0.075/M input and $0.30/M output is the cheapest current model on the market. Cached rates are tied at $0.02/M between OpenAI nano and Gemini 2.5 Flash.
Which LLM API is best for tool-use agents?
Anthropic Claude 4.6/4.7 for ≥6 tools. OpenAI gpt-5.4 for ≤5 tools. Gemini 3 Flash is improving but still hallucinates tool parameters more often at high tool counts.
Which LLM API has the best free tier in 2026?
Google AI Studio — 100 requests per day across all models including Pro, 100 free Imagen images, 1,000 free embeddings. OpenAI and Anthropic both killed their free production tiers.
Should I use one vendor or multi-vendor?
Multi-vendor wins on margin. The cheapest and best-quality vendors in 2026 are split: routing classification to Gemini Flash, agentic loops to Sonnet 4.6, reasoning-heavy synthesis to Opus 4.7 cuts a single-vendor bill by 40–60%.
What’s the biggest rate change in 2026?
Anthropic’s Aug 31, 2026 introductory-rate expiry on Sonnet 4.6 (from $2/$10 to $3/$15). Plan your fall budget at the post-Aug 31 rate to avoid a surprise.
Verdict — pick this vendor for this workload
- High-volume classification: Google Gemini 2.5 Flash. Cheapest by 3–10x. Quality is good enough for tags, routing, and simple JSON.
- Tool-heavy agent loops (≥6 tools): Anthropic Sonnet 4.6 (or Opus 4.7 if quality benchmarking demands it). Best tool-use adherence and longest context quality.
- Image generation: OpenAI
gpt-image-1.5medium tier. Lowest per-image cost at 1024×1024. - Real-time voice: OpenAI
gpt-realtime-2. Production-ready with the lowest per-minute translation cost. - Reasoning-heavy synthesis: Anthropic Opus 4.7 or OpenAI
gpt-5.5. Quality is roughly tied; pick by tooling preference. - Cheapest 1M-token context: Google Gemini 3.1 Pro at $4/$18. The only vendor priced under $5/M past 200K context.
- Free-tier prototype to paid: Google AI Studio. Ship the prototype for $0 and graduate to paid Flash when volume justifies it.
The honest meta-verdict: the multi-vendor agent is the winning pattern for most solo operators in 2026. A routing layer that uses Gemini Flash for ingestion, Sonnet 4.6 for tool loops, and Opus 4.7 (or gpt-5.5) for the synthesis step typically cuts a single-vendor bill by 40–60% without measurable quality loss. Pick one vendor for your default agent in July 2026, build the routing abstraction up front, and you’ll save every pricing change that hits between now and Q4.
Updated July 3, 2026. Cross-referenced against the per-vendor deep-dive pages. Next review: August 1, 2026.
How we score: read the methodology