What changed in this pricing view
Since our last snapshot, output‑heavy workloads have become the default for many production systems. Content summarisation, report generation, AI email drafting, and long‑form coding assistants all pour thousands of tokens onto your bill for every short prompt. While input pricing continues to drop, output tokens still carry a stiff multiplier. This snapshot captures the state on June 23, 2026 and focuses exclusively on how those output‑side numbers compare across the flagship API models from OpenAI and Google. Anthropic’s Claude models remain highly capable, but their per‑token API rates are not publicly listed (more on that below), so the direct dollar comparison stays with the two providers that disclose complete token prices.
Verified model pricing snapshot
The table below pulls the official, per‑1M‑token prices from the provider pricing pages. All values were checked on June 23, 2026.
| Provider | Model | Input / 1M tokens | Output / 1M tokens | Context window |
|---|---|---|---|---|
| OpenAI | GPT‑5.5 | $5.00 | $30.00 | 1,000,000 |
| OpenAI | GPT‑5.4 | $2.50 | $15.00 | 1,000,000 |
| OpenAI | GPT‑5.4 Mini | $0.75 | $4.50 | 400,000 |
| OpenAI | ChatGPT Chat Latest | $5.00 | $30.00 | 128,000 |
| Google AI | Gemini 3.1 Pro | $2.00 | $12.00 | 1,000,000 |
| Google AI | Gemini 3 Flash | $0.50 | $3.00 | 1,000,000 |
Note: The “ChatGPT Chat Latest” model mirrors GPT‑5.5 pricing but with a sharply reduced context window. It is still offered for the Chat Completions endpoint but should be avoided for new output‑heavy integrations unless you need strict API compatibility.
Source notes
The figures above are taken directly from the official pricing pages of OpenAI and Google AI, as well as the public newsroom announcements from Anthropic. We use these external pages only as factual grounding; we do not republish any extended sequences of text from them.
- OpenAI API pricing (openai.com/api/pricing/) lists all current model rates, including the GPT‑5.5, GPT‑5.4, and GPT‑5.4 Mini tiers shown here.
- Google Gemini API pricing (ai.google.dev/gemini-api/docs/pricing) confirms the token costs for Gemini 3.1 Pro and Gemini 3 Flash, both of which support a 1M‑token context window. Google’s free tier, batch discounts, and context caching are also documented but not included in this straight pay‑as‑you‑go comparison.
- Anthropic Plans & Pricing (anthropic.com/pricing) describes consumer and enterprise plans and mentions “API pricing for developers,” but it does not disclose per‑token rates. Recent product launches – Claude Opus 5 and Claude Sonnet 5 – indicate active development, yet without public API token costs we cannot include them in the numerical comparison. Developers using Claude should consult their enterprise dashboard or contact sales for current rates.
How to use this snapshot in a budget
For output‑heavy workloads, the output price dominates. A million calls with a 5,000‑token response can burn through thousands of dollars even if the input prompt is tiny. When building a budget:
- Estimate your output volume per interaction. If your typical response is 2,000 tokens, multiply by your expected monthly calls.
- Add the input cost, but recognise it will often be less than 20 % of the total.
- Account for context caching. Both OpenAI and Google offer mechanisms that can slash input costs for repeated prompts; Gemini’s context caching is particularly mature for static documents.
- Test with real data. Snapshot numbers help you shortlist models; only your own prompt/response lengths will give an accurate forecast.
Use our interactive pricing calculator to run your own numbers instantly.
Workload Cost Scenario
To make the comparison concrete, here is a common output‑heavy use case: long‑form summarisation. The application receives a short instruction (~800 input tokens) and generates a thorough summary of roughly 5,000 output tokens.
| Model | Cost per 800‑token input | Cost per 5,000‑token output | Cost per call | Cost per 1 million calls |
|---|---|---|---|---|
| GPT‑5.5 | $0.0040 | $0.1500 | $0.1540 | $154,000 |
| GPT‑5.4 | $0.0020 | $0.0750 | $0.0770 | $77,000 |
| GPT‑5.4 Mini | $0.0006 | $0.0225 | $0.0231 | $23,100 |
| ChatGPT Chat Latest | $0.0040 | $0.1500 | $0.1540 | $154,000 |
| Gemini 3.1 Pro | $0.0016 | $0.0600 | $0.0616 | $61,600 |
| Gemini 3 Flash | $0.0004 | $0.0150 | $0.0154 | $15,400 |
Calculations: (input tokens ÷ 1,000,000) × input price; (output tokens ÷ 1,000,000) × output price.
At one million calls, the gap between the most expensive and the cheapest model is almost $139,000. For a startup shipping a summarisation feature, that spread can mean the difference between a healthy margin and a burning bank account.
Editorial Analysis
Output pricing acts as a force multiplier. OpenAI sets the output price at 6× the input price across the GPT‑5.x family; Google likewise charges 6× for Gemini 3 Flash and 6× for Gemini 3.1 Pro. This ratio means that any design decision that increases output length – such as asking the model to “be thorough” or to include detailed examples – will inflate your bill dramatically.
- GPT‑5.4 Mini is the dark horse. With an output price of $4.50/1M tokens and a still‑generous 400K context window, it undercuts GPT‑5.5 by 85 % on output cost. Many applications that do not need the full 1M context can comfortably run on the Mini.
- Gemini 3 Flash excels in pure cost efficiency. At $3/1M output tokens, it is the cheapest model in this lineup and offers a full 1M context window, making it exceptionally attractive for bulk content generation.
- GPT‑5.4 balances power and price. For teams that need the very latest reasoning capabilities but want to halve their output bill compared to GPT‑5.5, GPT‑5.4 is the natural compromise.
- Anthropic’s Claude absence hurts. Without public per‑token rates, developers cannot perform an apples‑to‑apples comparison. Anecdotal reports suggest that Claude models are competitively priced, but we cannot include them in the table above. If you are evaluating Claude, request token‑level pricing from your Anthropic account team and plug the numbers into our calculator to see how they stack up.
Routing Recommendations
Based purely on cost for output‑heavy workloads, the routing strategy is clear:
- Start with Gemini 3 Flash for high‑throughput, cost‑sensitive tasks such as mass content summarisation, product description generation, or FAQ bot responses. If quality slips, reserve the option to upgrade.
- Use GPT‑5.4 Mini when you need OpenAI SDK compatibility, a slightly stronger model, or if your context rarely exceeds 400K tokens.
- Fall back to GPT‑5.4 for agentic workflows that demand top‑tier reasoning but where you can still keep costs 50 % lower than GPT‑5.5.
- Keep GPT‑5.5 for the most complex reasoning tasks or when your benchmark suite shows a material quality drop with the smaller models.
- Ignore ChatGPT Chat Latest for new builds. It offers no advantage over GPT‑5.5 and carries a restrictive 128K context window.
Decision Table
The table below provides a quick reference for matching a model to your use case and risk tolerance.
| Model | Output cost /1M tokens | Best for | Watch out for |
|---|---|---|---|
| Gemini 3 Flash | $3.00 | Maximum cost savings on bulk output | May have slightly lower nuance on very complex domain text |
| GPT‑5.4 Mini | $4.50 | Cost‑sensitive OpenAI users with moderate context needs | 400K context limit; check your prompt length |
| GPT‑5.4 | $15.00 | Strong reasoning at half GPT‑5.5 cost | Twice as expensive as Mini for output |
| Gemini 3.1 Pro | $12.00 | Google‑ecosystem projects needing high‑end performance | Still more expensive than Flash |
| GPT‑5.5 | $30.00 | Pinnacle reasoning, maximum context | Only for workloads where price is not the primary constraint |
| ChatGPT Chat Latest | $30.00 | Legacy integration compatibility | Avoid for new projects; limited context |
Visit our models directory to see the full feature set of each model, and use the side‑by‑side comparison tool to weigh latency, throughput, and quality alongside pricing.
Practical checks before publishing a pricing decision
Before you commit a production rollout to any model based on this snapshot, run these quick checks:
- Read the latest provider pricing page to catch any same‑day changes. This snapshot is from June 23, 2026.
- Check if you qualify for volume discounts. Google’s paid tier and enterprise plans can lower the effective price; OpenAI also offers committed‑use discounts.
- Measure your actual token consumption using your logging pipeline. Our scenario assumed 800 input and 5,000 output tokens; yours will differ.
- Test Anthropic’s Claude models if quality is paramount. Many teams find that a slightly higher per‑token price is offset by shorter outputs that still satisfy the user.
- Consider batch processing. Both providers offer batch APIs that can cut costs by 50 % or more if you can tolerate a few minutes of latency.
Content Quality Notes
All prices and model names in this article are drawn directly from the official API pricing pages of OpenAI and Google as of the stated date. We do not republish extended text from those sources; we synthesise the numbers for comparison. Because Anthropic does not currently disclose per‑token API rates on its public pricing page, a true three‑way comparison is not possible. We encourage readers to treat this analysis as a starting point and to always verify against live provider dashboards before making financial commitments.
Bottom line
For output‑heavy workloads, Gemini 3 Flash delivers the lowest cost per 1M output tokens at $3.00, while GPT‑5.4 Mini offers a compelling alternative for teams tied to the OpenAI ecosystem. Stepping up to GPT‑5.4 or Gemini 3.1 Pro gives you stronger reasoning at about half the price of the top‑tier GPT‑5.5. Smart routing – using the cheapest model that meets your quality bar – can save tens of thousands of dollars per million calls. Let the tables above guide your first cut, then refine with real prompt‑response data.
Visual Cost Snapshot
Provider Source Visual
OpenAI vs Anthropic vs Google AI API Pricing: Output-Heavy Workload Cost Comparison source visual from Plans & Pricing | Claude by Anthropic
Source page: https://www.anthropic.com/pricing
Supporting Source Visual
OpenAI vs Anthropic vs Google AI API Pricing: Output-Heavy Workload Cost Comparison source visual from Gemini Developer API pricing | Gemini API | Google AI for Developers
Source page: https://ai.google.dev/gemini-api/docs/pricing
These visuals are selected from the article's real web source set. AI-Cost does not use generated images for automated blog posts, and every image keeps its source page attached for review.
Cost Planning Links
References
- Plans & Pricing | Claude by Anthropic
- Gemini Developer API pricing | Gemini API | Google AI for Developers
- Newsroom
- Google DeepMind
Last verified: June 23, 2026
Cover image: Official web image from https://www.anthropic.com/pricing. Review the source page terms before commercial reuse.
In-article image 1: Official web image from https://www.anthropic.com/pricing. Review the source page terms before commercial reuse. In-article image 2: Official web image from https://ai.google.dev/gemini-api/docs/pricing. Review the source page terms before commercial reuse.