How Much Do 1 Million Tokens Cost? Per-Provider Pricing in 2026
How much does 1 million tokens cost in 2026? Compare GPT, Claude, Gemini, and DeepSeek input/output prices per million tokens, plus caching and batch discounts.
The cost of 1 million tokens depends on the model, the direction (input vs output), and where the request runs. In 2026 the spread is enormous: from well under a dollar on small models to tens of dollars on the largest reasoning models.
This guide breaks down per-million-token pricing on the models people actually use, and shows how caching and batch discounts change the effective rate.
Rough price bands per 1 million tokens
- Small/fast models (mini, flash, small): $0.10 - $0.50 input, ~$1-2 output.
- Mid-size models (gpt-4o-mini class, Gemini flash): $0.25 - $0.60 input, $1.50 - $2.50 output.
- Frontier models (GPT-4o, Claude, Gemini Pro): $2.50 - $5 input, $10 - $15 output.
- Reasoning models (o-series, Claude thinking): $3 - $4 input, $12 - $16 output.
- Cached input: often 50-90% cheaper than uncached input on the same model.
Costs that hide inside the per-million number
- Output tokens cost up to 5x input tokens, so verbose completions dominate the bill.
- System prompts and tool definitions are input tokens billed on every request.
- Retries and function-calling loops multiply tokens silently.
- Context bloat re-sends history every turn in a multi-turn conversation.
How to cut the effective per-million price
Routing small tasks to cheap models, caching stable prefixes, batching background work, and trimming context are the four biggest levers. A LayerFlow-style gateway can apply all four automatically and show the per-million cost per model in your spend analytics.
FAQ
How much does 1 million tokens cost?+
Between $0.10 and $16 per million tokens depending on model and direction, with frontier reasoning models at the top end.
Are output tokens more expensive than input tokens?+
Yes — typically 2-5x more expensive, sometimes more on reasoning models.
How can I reduce token costs?+
Route easy tasks to cheap models, cache stable prefixes, batch async work, and truncate conversation history.
Related posts
Aug 14, 2026 · Cost control
Cost Per Token Explained: How Much 1 Million Tokens CostsCost per token explained: how much 1 million tokens actually costs per provider, input vs output pricing, and how to compare LLM pricing without a spreadsheet.
Aug 16, 2026 · Cost control
LLM API Pricing & Cost Comparison 2026: Prices Side by SideLLM API price comparison and cost comparison in 2026: input/output rates, caching, batch discounts, and how to model total cost across OpenAI, Anthropic, Google, and more.
Aug 10, 2026 · Cost control
LLM Token Calculator: How to Estimate and Cut Token CostsHow to estimate LLM token costs: token-per-word ratios, a practical token calculator workflow, and ways to cut token spend by 30-60%.