From Ritu Raj | Product & Market Analysis

Token Prices Collapsed. Your AI Bill Went Up. Here Is the Arithmetic

On this page

Your price per token fell. Your invoice did not. A bill is price multiplied by volume, and volume is where agents live: Gartner predicts inference cost per agentic workflow rises more than fivefold through 2028. This is the arithmetic behind the surprise, and the four line items most budgets never had.

Key takeaways

  • Unit price is the smallest term in the equation. Epoch AI measured price declines of 9x to 900x per year for a fixed level of capability, depending on the task. Consumption per task grew by multiples that swamp that gain.
  • The measured growth is in context, not answers. Across 100 trillion tokens of real traffic, prompt tokens per request rose from roughly 1,500 to over 6,000 between November 2024 and November 2025. Completion tokens went from about 150 to 400.
  • Agents multiply calls, and every call re-sends the history. Gartner calls the result the Inference Paradox: better unit economics raising total cost with no clear path to matching value.
  • Most budgets were built on the wrong unit. 93% of respondents to McKinsey's May 2026 enterprise AI FinOps survey had already passed their AI budget, and 60% of agentic cost sits in refining responses rather than producing them.
5xMinimum rise in inference cost when one task moves from a chatbot to an agentic reasoning model. Source: Gartner, August 2026.
93%Share of surveyed enterprises already over their AI budget, on a sample of 75. Source: McKinsey, July 2026.
4xGrowth in prompt tokens per request, November 2024 to November 2025, across 100 trillion tokens. Source: OpenRouter study, January 2026.

The arithmetic in one line

Your AI bill is three numbers multiplied together. Price per token, tokens per task, and tasks per month.

Vendors publish the first number and compete hard on it. Nobody publishes the other two, because your own architecture sets them.

Between 2023 and 2026 the first number fell by an order of magnitude or more. In the same window the second rose by a larger factor. Reasoning models think in tokens you pay for, and agents repeat the loop. The third rose too, as pilots became production workflows.

Two of the three terms moved against you. That is the whole story, and it is why a price cut announcement is not a budget event.

Two terms out of three moved against the buyer Index, each term set to 100 at the start. Illustrative arithmetic, not measured spend. 100 10 Price per token down 90% 100 2,000 Tokens per task up 20x 100 200 Your bill up 2x
The bars illustrate the multiplication rather than measured spend. A 90% price cut is cancelled by a 20x rise in consumption, and 20x sits inside the range analysts report for agentic workloads.

How far prices actually fell

The price collapse is real and it is large. It is also measured in a way that flatters the headline.

Epoch AI tracked the price of reaching a fixed capability milestone on six benchmarks over three years. It found declines ranging from 9x to 900x per year depending on the task. The price of GPT-4 level performance on PhD-level science questions fell about 40x a year. Epoch adds a caveat most write-ups drop: the fastest drops happened in the most recent year, so persistence is not established.

A cheaper price for the same capability is not a cheaper workload

Those measurements hold capability constant and let price fall. Your team does the opposite. It holds the budget roughly constant and spends the saving on more capability, more context and more attempts.

The OpenRouter study of real traffic found demand showed weak price elasticity. Buyers did not move to the cheapest adequate model when prices fell. They bought better answers instead.

Goldman Sachs Research put the supply side at 60% to 70% cost reduction per token per year, then forecast token consumption multiplying 24 times by 2030. That is this same argument, told from the seller's chair. The margin side of it sits in why AI gross margins run below classic software.

What grew faster than prices fell

This is the part with hard measurement behind it, and the part budget owners rarely see.

Researchers from OpenRouter and a16z analysed over 100 trillion tokens of real inference traffic between November 2024 and November 2025. Two findings matter here.

The prompt grew four times faster than the answer

Prompt tokens per request rose from roughly 1,500 to over 6,000. Completion tokens rose from about 150 to 400. Average sequence length went from under 2,000 tokens in late 2023 to over 5,400 by late 2025.

Read that split carefully. The growth is concentrated in what you send, not in what you get back. Retrieved documents, tool definitions, system instructions and conversation history are now the bulk of the payload.

Reasoning tokens crossed half of all traffic

The same study found the share of tokens routed through reasoning-optimised models climbed from negligible in early 2025 to over 50% by late 2025. Reasoning tokens are billed as output, and the user never reads them.

Pega's operating and finance chief Ken Stillwell described reasoning tokens to AI Business in August 2026 as a black box. That is fair for a cost line you cannot inspect, cannot cap per request, and cannot forecast from last quarter's usage.

The prompt is the thing that grew. Tokens per request, measured across 100 trillion tokens of traffic, Nov 2024 to Nov 2025. PROMPT TOKENS 1,500 6,000+ Nov 2024 Nov 2025 COMPLETION TOKENS 150 400 Nov 2024 Nov 2025 Both bars use the same scale. The answer barely moved.
Notice what you are paying for. Most of a modern request is material the model has seen before, assembled by your own retrieval and orchestration code.

What an agent does to one task

A chatbot turn is one call. An agent turn is a loop.

The agent plans, calls a tool, reads the result, checks itself, and tries again. Each step re-sends the accumulated history and tool context. Consumption therefore grows with task complexity instead of staying flat per interaction.

Gartner named this the Inference Paradox on 17 August 2026, defining it as better unit economics escalating the overall cost of AI with no clear path to matching value. Senior director analyst Will Sommer put the mechanism plainly: a chatbot answers, while an agent must constantly reason, negotiate and question itself.

The multiplier is a range, not a number

Published multipliers vary because workloads vary. Gartner's floor is 5x for routing a task to an agentic reasoning model. Coverage of McKinsey's 2026 work reports multi-turn agentic workflows consuming up to 1,000 times the tokens of a single-turn chat or code query.

A three order of magnitude spread is not a measurement, it is a warning. My view is that any multiplier quoted without the workload attached is marketing. The only number worth trusting comes from your own logs.

The same task, priced two ways
Term in the billSimple chat requestAgentic workflow
Model calls per task1Many, set by the loop
Prompt tokens per callAbout 6,000 on 2025 averagesSimilar or larger, re-sent every step
Billed output the user readsMost of the completionA minority, reasoning tokens hidden
Effect of a 50% price cutBill halvesBill dips, then rises on the next upgrade

Token figures come from the OpenRouter traffic study. The call count and output split are qualitative, drawn from how Gartner and McKinsey describe agentic workloads.

Where the money actually goes

If you only budget for the answer, you have budgeted for a fraction of the invoice.

McKinsey's July 2026 analysis of agentic economics found 60% of agentic AI cost sitting in response refinement rather than in the first answer. Refinement is the retries, the self-checks, the reranking and the second pass that makes output usable.

Four line items your budget probably does not have

Each of these is real spend that arrives as an undifferentiated token charge.

Cost lines hiding inside a token invoice
Line itemWhat it isEvidence
Response refinementRetries, self-critique and second passes60% of agentic cost, McKinsey, July 2026
Context re-sentHistory and tools resubmitted every stepPrompt tokens up 4x, OpenRouter, January 2026
Reasoning tokensBilled output the user never seesOver 50% of tokens go to reasoning models
Cache trafficRepeated instructions, charged at volumeVendor study below, 2,908 paid sessions

On that last line, cost tooling vendor PointFive published a study on 6 August 2026 covering actual provider bills across 2,908 paid coding sessions. It reported roughly 80% of the bill going to prompt cache traffic, and only 1.3% to text the model saw for the first time. Treat that as vendor research rather than independent measurement, which is what the authors themselves say while publishing their methods.

The fix is not to send less. It is to send the same thing in a form the provider charges less for. Anthropic prices cache reads at 0.1 times standard input, with batch processing at half price, and those multipliers stack. If your prefix is stable and uncached, you are paying roughly ten times the necessary rate on the largest part of the payload.

What the spending data shows

Enterprise behaviour matches the arithmetic rather than the price list.

Ramp's August 2026 AI Index, drawn from its token spend management product, found the top 1% of businesses spending a median $7,400 per employee on AI in July. In January the same group spent $2,590. The top 10% went from $281 to $650 over those seven months, while the median firm sat at $11.95.

Note the shape of that distribution before you benchmark against it. The heaviest spenders run budgets hundreds of times larger per head than a typical business, so an average here means very little.

AI spend per employee, January to July 2026. Median monthly spend per employee, by percentile. Source: Ramp AI Index, August 2026. TOP 1% OF BUSINESSES $2,590 in January $7,400 TOP 10% OF BUSINESSES $281 $650 in July The median business spent $11.95 per employee, too small to draw here.
Spend at the frontier nearly tripled in seven months, in the same period that headline token prices kept falling.

The forecasts point the same way. Gartner puts worldwide AI spending at $2.59 trillion in 2026, up 47%, with agentic AI at $201.9 billion. Goldman Sachs expects 120 quadrillion tokens a month by 2030, a 24-fold rise driven mostly by enterprise agents. Where that build gets funded is the subject of the analysis of hyperscaler capex and its missing payback math.

The only unit that survives contact with an agent

Price per million tokens is now a poor proxy for what you will pay. Two models at the same list price can differ by a large factor on the same job, because one is more verbose or reasons for longer.

Cost per completed task is the unit that holds. It absorbs verbosity, reasoning length, retries and tool calls into one number you can compare, forecast and put in a contract.

I would stop tracking price per million tokens as a management metric. It belongs in procurement, next to the rate card, and nowhere near a budget forecast. The operational metric is cost per resolved ticket, per merged pull request, per processed claim. Ask any vendor for that number on a named workload, with the sample size and failure rate attached, as in the piece on where measurable AI return has appeared.

Where this argument is weakest

Three places, and the first undermines the obvious response to everything above.

Cutting tokens does not reliably cut the bill

The PointFive study found a 38.4% reduction in tool-output tokens producing a 6.8% increase in billed cost. Compressing context forced the agent to spend extra steps retrieving what it had just discarded. One tested tool raised cost by about half with no measurable improvement.

That result comes from a vendor with a commercial interest, on a narrow coding workload. It is still the most useful finding here, because it says the intuitive optimisation can make things worse.

Rising spend can be the correct outcome

An over-budget rate of 93% describes a forecasting failure, not necessarily a spending failure. If a token bill displaces engineering time, the bill rising is the plan working.

The weak elasticity in the OpenRouter data supports that reading. Buyers spent the price saving on capability because capability was worth more to them. I think that is mostly rational, and it makes the interesting question what changed, not what was spent.

The numbers here have real limits

The McKinsey FinOps figure rests on 75 respondents. Ramp's token data skews toward technology companies. Gartner's fivefold and Goldman's 24-fold are forecasts, not measurements. The Epoch price series ends before the current agent wave, so it prices capability rather than your workload.

Frequently asked questions

Why is my AI bill going up when token prices are falling?

Because a bill is price multiplied by volume, and volume rose faster. Prompt tokens per request roughly quadrupled between November 2024 and November 2025, reasoning models now take over half of all token traffic, and agents make many calls per task instead of one. Gartner calls this the Inference Paradox: better unit economics raising total cost without a matching rise in measured value.

How many more tokens does an AI agent use than a chatbot?

Gartner puts the floor at five times the inference cost when a task is routed to an agentic reasoning model rather than a basic chatbot, rising with complexity. Coverage of McKinsey research reports multi-turn agentic workflows reaching up to 1,000 times the tokens of a single-turn query. The spread is wide because it depends entirely on your loop design, so measure your own workload.

What is the inference paradox?

It is Gartner's term, published on 17 August 2026, for better unit economics escalating the overall cost of AI without a clear path to commensurate and predictable value. Falling model prices subsidise more complex workflows, so total spend climbs even as each token gets cheaper. Gartner predicts inference cost per agentic workflow rises more than fivefold through 2028.

How do I reduce AI token costs without breaking the agent?

Start with pricing mechanics rather than content. Cache stable prefixes, since providers charge cache reads at a fraction of standard input, and move non-interactive jobs to batch pricing. Then route by task difficulty instead of sending everything to the largest model. Test any context compression against real bills, because one study found a 38.4% token reduction raising cost by 6.8%.

How much are companies spending on AI per employee?

Ramp's August 2026 AI Index reports the top 1% of businesses spending a median $7,400 per employee in July, up from $2,590 in January. The top 10% spent $650, and the median business spent $11.95. That distribution is extremely skewed, so benchmark against your own percentile rather than any average figure.

Where to start this week

Pick your single largest AI workload and answer two questions about it.

First, what does one completed task cost, including retries and reasoning tokens? Divide last month's spend for that workload by finished units of work, not by API calls. That ratio is your real price, and it is the one to trend.

Second, what share of your prompt is identical on every call? If it is large and uncached, you have a pricing fix available today that changes no model and no behaviour.

Then set a hard monthly ceiling per agent before the next rollout, not after it. Every over-budget firm in the McKinsey sample had a budget. What they lacked was a unit that scaled with the workload.

Related analysis

The buyer's side is one half of this picture. The vendor's side sits in why inference costs live inside AI gross margins. The pricing model shift it forces is covered in the piece on seat compression.

References

  1. Gartner, AI inference costs per agentic workflow will increase more than fivefold through 2028, 17 August 2026. Used for the fivefold figure, the Inference Paradox definition and the Sommer quote.
  2. Aubakirova, Atallah, Clark, Summerville and Midha, State of AI: An Empirical 100 Trillion Token Study with OpenRouter, arXiv, 15 January 2026. Used for tokens per request, reasoning share and price elasticity.
  3. Epoch AI, LLM inference prices have fallen rapidly but unequally across tasks, 12 March 2025. Used for the 9x to 900x range and the 40x figure.
  4. McKinsey, Is that AI agent worth it? Agentic economics and the modern operating model, July 2026. Used for the 93% over-budget figure and the 60% refinement share.
  5. Ramp, AI Index, August 2026, 12 August 2026. Used for all spend per employee figures.
  6. Goldman Sachs Research, AI agents forecast to boost tech cash flow as usage soars, 20 May 2026. Used for the 24-fold token forecast and the per-token cost decline.
  7. PointFive, Cutting AI tokens can actually increase costs, 6 August 2026. Vendor research with published methods. Used for the cache share and the 38.4% result.

Weakest part of this source base: the McKinsey figures come from published coverage of the report, not from the survey instrument. That survey has 75 respondents, and the PointFive study is vendor research on one coding workload. Figures are current as of 19 August 2026.

SK
Ritu Raj
Founding Member, Zan Digital. Writes about AI product economics, B2B software markets and what the numbers behind vendor claims actually say.

Related reading