Cost guide
Reasoning LLM API Pricing: Cost Premium Guide for Thinking Models
Published 2026-07-08 · Updated 2026-07-08 · Estimated read: 5 min
Reasoning models think step by step before answering, which costs more per request than a direct response. This guide maps the reasoning pricing landscape — from $0.03 to $168 per million output tokens — and helps you decide when the thinking premium is worth it.
1. What Are Reasoning Tokens?
Reasoning models generate internal chain-of-thought tokens before producing their final answer. These thinking tokens let the model work through math, logic, and multi-step problems — but they consume additional compute and, in some providers, incur extra token charges.
The site identifies 657 reasoning-capable chat models with pricing across 57 providers. The output price range spans from $$0.030 to $$168.00 per million tokens — over a 5,000x difference.
Not all reasoning is billed the same way. Some providers wrap reasoning into standard output
pricing. Others charge a premium for thinking modes. The reasoning capability flag
in our database marks models with native reasoning support, whether it's always-on or toggleable.
2. The Reasoning Pricing Landscape
Cheapest Reasoning Models
These reasoning-capable models cost less per million tokens than many non-reasoning alternatives. They use small open-weight architectures but can still reason through logic and math problems.
| Provider | Model | Input $/1M | Output $/1M | Context |
|---|---|---|---|---|
| novita | qwen3-4b-fp8 | $$0.030 | $$0.030 | 20,000 |
| Bedrock Mantle | google.gemma-4-e2b | $$0.040 | $$0.080 | 128,000 |
| OpenRouter | gpt-oss-20b | $$0.020 | $$0.100 | 32,768 |
| novita | deepseek-r1-0528-qwen3-8b | $$0.060 | $$0.090 | 32,000 |
| lambda_ai | qwen3-32b-fp8 | $$0.050 | $$0.100 | 131,072 |
Most Expensive Reasoning Models
These frontier reasoning models command the highest prices — typically flagship tier from major providers. They combine large parameter counts with deep chain-of-thought reasoning.
| Provider | Model | Input $/1M | Output $/1M | Context |
|---|---|---|---|---|
| OpenRouter | gpt-5.2-pro | $$21.00 | $$168.00 | 128,000 |
| databricks | databricks-claude-opus-4 | $$15.00 | $$75.00 | 32,000 |
| databricks | databricks-claude-opus-4-1 | $$15.00 | $$75.00 | 32,000 |
| bedrock_converse | anthropic.claude-opus-4-1-20250805-v1:0 | $$15.00 | $$75.00 | 32,000 |
| bedrock_converse | anthropic.claude-opus-4-20250514-v1:0 | $$15.00 | $$75.00 | 32,000 |
3. Reasoning vs Non-Reasoning: Cost Comparison
The cheapest non-reasoning chat models start as low as $$0.020 input / $$0.020 output per million tokens. Reasoning models serve a different purpose: they trade speed and cost for accuracy on hard problems.
The premium you pay for reasoning varies by provider and model size. A small reasoning model can cost less than a large non-reasoning model. The key is matching the reasoning depth to the task difficulty — not defaulting to the most expensive thinking model for every request.
4. When to Use Reasoning Models
Worth the premium
- Math and logic. Multi-step calculation, proof verification, and constraint satisfaction benefit from chain-of-thought.
- Complex coding. Debugging, code review, and architectural decisions where a wrong answer costs more than the token premium.
- Multi-step planning. Agentic workflows that decompose a goal into sub-tasks, evaluate options, and choose actions.
- High-stakes classification. Medical, legal, or financial decisions where accuracy is more valuable than throughput.
Skip reasoning
- Extraction and classification. Named entity recognition, sentiment analysis, and simple categorization work well with budget-tier models.
- High-volume production. When 90%+ of requests are routine, route the majority to non-reasoning models and escalate only the edge cases.
- Latency-sensitive apps. Reasoning models take longer to respond. For real-time chat or streaming, a fast non-reasoning model may provide a better user experience.
- Prototyping. Start with a cheap non-reasoning model, profile where it fails, then add reasoning selectively where quality gaps appear.
The model routing cascade strategy formalizes this: use non-reasoning models for most traffic and escalate only the subset of requests that need deeper thinking.
5. Cached Pricing and Reasoning Models
Of the 657 reasoning models with pricing, 480 support cached input pricing. When your application sends the same system prompt or context prefix across requests, cache hits can reduce the effective input cost by 50-90%.
This is especially valuable for reasoning models used in agentic loops, where the conversation history accumulates across turns and repeats in each request.
6. Next Steps
- Open the reasoning model compare preset to see where different thinking models sit on price and context.
- Use the calculator to model the cost difference between a reasoning route and a non-reasoning route for your actual workload volume.
- Read the model routing cascade guide for a complete tier-based strategy that includes reasoning as an escalation layer.
- Compare provider pricing side by side to see which reasoning models are cheapest in each provider's lineup.
Need exact costs for your reasoning workload?
Use the calculator with your actual token counts and request volume to compare reasoning vs non-reasoning routes.