The Token Tax: What AI Thinking Really Costs

An AI answer looks like words on a screen. Behind the glass, it is closer to a tiny factory shift: accelerators wake up, memory moves pallets of context around, tools get called, intermediate work gets checked, and heat leaves the silicon.
That is why tokens are useful, but also a little sneaky. They are easy to count on an invoice, but they are not the whole story of model economics. A token bill is like a restaurant receipt. It tells you what was charged. It does not show the kitchen, the staff, the line, the ovens, or the heat coming off the equipment.
The bill says tokens. The rack sees heat. Once models start reasoning for longer, calling tools, and running as agents, that sentence becomes more than a neat line. It becomes an operating model for AI infrastructure.
So this is not a hype leaderboard. It is a field guide for buyers and operators: what tokens mean, what vendors actually disclose, why Claude, OpenAI, and open-weight models are not priced the same way, and why the story eventually becomes a cooling question.
Interactive model cost map
Tokens are the bill. Compute time is the heat.
Start with the model names
Model names move fast, and the cost story can change when a new tier appears. As of this article, Anthropic publicly lists Claude Fable 5 and Claude Sonnet 5. There is no official Claude Fable 6 release in the public materials reviewed for this piece.
That matters because one model name can change the price, context behavior, caching assumptions, and the workload shape a team plans around. The comparison below sticks to public materials for Claude Sonnet 5 and Fable 5, OpenAI GPT-5.6 preview and GPT-5.5 documentation, plus current open-weight families such as Llama 4, Qwen3, DeepSeek V4 Preview, and Mistral 3.
What a token actually is
A token is not exactly a word. It is the chunk of text the model reads and writes internally. Sometimes a token is a whole word. Sometimes it is part of a word. Sometimes punctuation gets its own token. If words are groceries, tokens are the barcodes the model scans.

For operators, there are five token buckets worth separating.
- Input tokens: the prompt, system instructions, retrieved context, tool results, files, and conversation history the model has to read.
- Cached input tokens: reused prompt or context that a provider can serve at a discount because the prefix is already stored.
- Visible output tokens: the answer the user sees.
- Reasoning or thinking tokens: hidden or summarized work the model may do before, during, or between visible output and tool calls.
- Internal compute: the true accelerator work behind the request. For closed models, vendors do not publish enough to compare this exactly.
That last line is the guardrail. We can compare published token accounting and prices. We cannot claim exact internal computation per request for closed frontier models, because the providers do not disclose the full accelerator work, routing, batching, caching, or serving stack behind each answer.
The closed-model picture
OpenAI currently documents GPT-5.5 as the flagship model for complex reasoning and coding, with GPT-5.4 mini and nano positioned for lower cost and latency. OpenAI has also previewed GPT-5.6 across Sol, Terra, and Luna sizes, with published preview pricing of $5, $2.50, and $1 per million input tokens, and $30, $15, and $6 per million output tokens respectively.
The interesting part is not just the price. OpenAI reasoning docs state that reasoning tokens are not visible through the API, but still occupy context and are billed as output tokens. The usage object can expose reasoning_tokens, and the docs note that complex tasks may use anything from a few hundred to tens of thousands of reasoning tokens.
Anthropic tells a related story in a different language. Claude Sonnet 5 launched with introductory pricing of $2 per million input tokens and $10 per million output tokens through August 31, 2026, then $3 and $15 after that. Anthropic also says Sonnet 5 uses adaptive thinking by default, with effort controls for thinking depth.
Claude Fable 5 sits at a higher price tier: $10 per million input tokens and $50 per million output tokens. Anthropic describes it as its most capable widely released model, built for demanding reasoning and long-horizon agentic work. Its docs also say adaptive thinking is always on for Fable 5 and Mythos 5, and raw chain of thought is not returned.
One more Anthropic detail matters for migration math: newer Claude tokenizers can produce roughly 30 percent more tokens for the same text than earlier models, depending on the workload. That does not mean the model is worse. It means teams should recount prompts against the model they actually plan to use instead of carrying over old token estimates.
Open-weight models change the math
Open-weight models do not have one universal token price. Meta Llama 4 Scout and Maverick, Qwen3, DeepSeek V4 Preview, and Mistral 3 are all part of the open or open-weight conversation, but their economics depend on how they are served.
That is the major difference. With an API model, you mostly see a token price. With an open-weight deployment, you own the machine curve: GPUs or accelerators, memory bandwidth, quantization, batch size, KV cache behavior, routing, utilization, uptime, and the latency target customers expect.
A self-hosted model can be cheaper at high volume if utilization is high and the workload is predictable. It can be more expensive if the cluster sits underused, if latency targets prevent good batching, or if operations teams spend more time keeping the stack healthy than the saved token price is worth.
The trap in cheap tokens
The cheapest model per million tokens is not automatically the cheapest model per completed job. A cheap model that retries five times, calls the wrong tool twice, or produces work a human has to repair can lose to a more expensive model that finishes once. This is the airport connection problem: the cheapest ticket is not cheap if the layover makes you miss the meeting.
The useful metric is cost per accepted outcome. For a support agent, that might be cost per resolved ticket. For coding, cost per merged fix. For research, cost per usable brief. For data work, cost per correct analysis that survives review.
This is where reasoning gets tricky. More thinking can be wasteful on a simple task. It can also be the cheapest path on a high-value task if it prevents retries, bad tool calls, broken code, or human rework. The right answer is not "always use the biggest model" or "always route to the cheapest model." The right answer is measured routing.

A practical buyer map
- Use small or fast models for routing, extraction, classification, simple rewriting, short customer replies, and other tasks where the answer shape is controlled.
- Use mid-tier frontier models for high-volume agents, coding assistance, and operations workflows where quality matters but latency and cost still matter every day.
- Use the most capable frontier models when the task is expensive to fail: deep research, complex debugging, scientific reasoning, strategic analysis, or long-horizon agentic work.
- Use open-weight models when control, privacy, customization, predictable volume, or hardware ownership can beat API simplicity. Just count the operating cost honestly.
The simple test is this: if the task is cheap to verify and easy to retry, cheaper models usually deserve the first shot. If the task is hard to verify and expensive to get wrong, the stronger model may be the economic choice even at a higher token price.
Where tokens become a cooling story
Cooling systems do not care whether a token was visible to a user or hidden inside a reasoning step. If the accelerator did work, the heat arrived.
This is the part most software-only cost models miss. Agentic AI changes not only the size of requests, but the shape of load. Instead of one short prompt and one short answer, the workload becomes a sequence: read context, think, call a tool, read results, think again, call another tool, write a draft, inspect it, revise it, and finish.
That longer chain can turn a bursty inference call into a more sustained thermal event. It changes time under load, memory pressure, network traffic, pump and fan response, coolant temperature rise, and how much thermal margin the rack has left when the next wave arrives.
This does not mean every agent request is a cooling emergency. It means token economics and thermal operations are now connected. Model routing, context length, cache policy, output limits, and retry behavior all influence how much useful compute a data center can deliver per watt and per gallon of cooling effort.

The Reliability Engine angle
Reliability Engine is not trying to pick your model for you. The bigger question is what happens after the model choice reaches the rack.
If reasoning-heavy workloads are going to run for longer, call more tools, and push denser racks harder, then the cooling loop needs to be treated as part of the AI system. Not background plumbing. Not a once-a-month lab report. A live operating layer.
The useful signals are familiar: supply and return temperature, flow, pressure drop, pump effort, filter loading, conductivity, particles, metals, pH, inhibitor health, and the history of service events. The value is in seeing those signals together while there is still time to act.
In other words, the future AI stack needs two kinds of intelligence. One predicts the next token. The other protects the physical path that makes those tokens possible.
A simple checklist before you scale
- Count tokens on the exact model you plan to use, not on an older tokenizer or a similar model name.
- Track accepted outcome cost, not only price per million tokens.
- Separate input, cached input, visible output, and reasoning or thinking tokens in your logs wherever the provider exposes them.
- Set model routing by task risk: cheap to retry, expensive to fail, latency critical, privacy sensitive, or long-horizon.
- Measure retry rate, tool-call count, context growth, and output length. These are cost signals and infrastructure signals.
- For self-hosted models, report utilization, batching efficiency, memory pressure, and cooling stability alongside token throughput.
- Compare thermal behavior at similar workload mixes, not only at similar peak power. Time under load matters.
The line to remember
Tokens are how AI work becomes billable. Heat is how AI work becomes physical.
The winners will not be the teams that buy the biggest model for everything or the cheapest model for everything. The winners will route work intelligently, measure outcomes honestly, and keep the racks healthy enough to turn model capability into reliable capacity.
Subscribe to updates
Get the latest engineering perspectives sent straight to your inbox.
References
- OpenAI: Previewing GPT-5.6 Sol
- OpenAI API docs: Models
- OpenAI API docs: Reasoning models
- Anthropic: Introducing Claude Sonnet 5
- Anthropic Platform docs: Pricing
- Anthropic Platform docs: Token counting
- Anthropic Platform docs: Claude Fable 5 and Claude Mythos 5
- Anthropic Platform docs: Effort
- Meta AI: Llama 4 multimodal intelligence
- Qwen: Qwen3, Think Deeper, Act Faster
- DeepSeek API docs: DeepSeek V4 Preview Release
- Mistral AI: Introducing Mistral 3
Keep reading