The token cost surge, why AI bills climb on a flat rate card
Enterprise AI spend keeps rising in 2026, and the rate card is innocent: public per token prices have held flat or fallen. What moved is consumption per query, driven by longer prompts, heavier retrieval, agent loops, and reasoning chains. The drivers are structural, which means so is the fix.
Prepared by Redress Compliance · August 6, 2026 · AI commercial advisory. Based on 60 to 90 enterprise AI workloads benchmarked 2024 to 2026.
Executive summary
The rate card did not move; the meter did.
Across the workloads we benchmarked, public per token prices from the major providers held flat or fell slightly through 2025 and 2026, while average input tokens per query rose 2 to 4 times against the 2024 baseline, as system prompts, schemas, and retrieved context grew layer by layer.
Agents are the explosive driver. An agent loop, plan, call tools, read results, retry, consumes 3 to 10 times the tokens of a single shot prompt on the same task, and reasoning models stack on top: the hidden chain of thought bills as output, raising output tokens 5 to 10 times on complex queries.
The workload that quietly moved from prompt to agent to reasoning agent multiplied its bill without a single pricing event.
Retrieval ships waste by default. Most RAG pipelines we measure deliver 2 to 4 times more retrieved context than the answer actually uses, paying input rates for passages the model ignores.
Context is treated as free because it used to be small; at 2026 context windows, it is the largest single line in most bills.
The recovery is real and does not cost quality. Context discipline, model routing, and caching cut realized spend by 30 to 50 percent at held output quality across our engagements.
The unit that makes it manageable is cost per useful output, not cost per token, and the report below works each driver and each control in turn.
The four structural drivers, none of them priced
Each layer of the modern AI stack adds tokens the 2024 budget never modeled, and each arrived as an engineering improvement rather than a purchasing decision:
| Driver | What it adds | Typical multiplier |
|---|---|---|
| System prompts and schemas | Instructions, tool definitions, and output schemas resent on every call | Hundreds to thousands of input tokens per query, every query |
| Retrieved context | RAG passages shipped whether or not the answer uses them | 2 to 4 times more context than consumed |
| Agent loops | Planning, tool calls, intermediate reads, and retries per task | 3 to 10 times a single shot prompt |
| Reasoning chains | Hidden chain of thought billed as output tokens | 5 to 10 times output on complex queries |
Cost per useful output is the only honest unit. Cost per token fell. Cost per call rose. Cost per completed task, the thing the business actually buys, rose faster than either, because retries and loops multiply calls per task.
Any AI budget conversation not denominated in useful outputs is measuring the wrong meter.
Agents, where one task becomes ten calls
The agent pattern converts a task into a loop: decompose, call a tool, read the result, decide, retry on failure, synthesize.
Every iteration re-ships the system prompt, the tool schemas, and the accumulated conversation, which is why the multiplier lands at 3 to 10 times rather than a rounding error, and why it grows with task complexity precisely where the value argument is strongest.
The controls that held the multiplier in our engagements were architectural, not contractual: capped iteration budgets per task, tool result truncation, context pruning between steps, and, most effective, routing.
The cheap model for the loop's mechanical steps and the expensive one only for the synthesis.
Workloads that adopted routing alone cut agent spend 20 to 35 percent with no measurable quality change.
The enterprise AI contract negotiation playbook
The commit sizing method for token contracts, the committed rate benchmarks, the overage and rollover clauses, and the consumption governance that keeps the meter honest.
Get the white paper →Retrieval waste, paying input rates for ignored context
RAG pipelines are sized for recall: fetch enough that the answer is probably in there. The billing consequence is that most of what is fetched is ignored, 2 to 4 times more context shipped than used across the pipelines we measured, at full input rates, on every query, forever.
The discipline is measurable and mechanical: relevance thresholds that drop marginal passages, reranking before shipping, chunk sizes tuned to answer spans rather than document structure, and caching for the repeated context, system prompts and stable passages, that providers now discount heavily.
Prompt caching alone, where the workload's shape supports it, cut input spend 40 to 70 percent on the cached fraction in our benchmarks.
- Percentile standing for your exact deal size and industry, from real closed transactions
- Scenario simulation before the call: test alternative terms and see the financial impact of each
- A negotiation playbook, talking points, and a two page executive brief on day one
What we saw across enterprise AI workloads, 2024 to 2026
Across roughly 60 to 90 enterprise AI workloads our team benchmarked between 2024 and 2026, list rates barely moved while realized monthly bills climbed rapidly, and the surprise pattern was consistent:
Growth against the 2024 baseline as prompts, schemas, and retrieved context accumulated, each layer added for good reasons.
Total tokens per task when workloads moved from single shot prompts to agent loops, with reasoning traces stacking on top.
The buyers most surprised shared a budgeting model: dollars per million tokens, projected forward on flat consumption.
The consumption assumption was the error, and it compounds at the contract layer, because token commits sized on last year's per query weight undersize systematically, and the overage rates then price the growth.
The token economics report carries the full benchmark set, and the AI renewal cliff analysis covers what happens when the first generation of commits reprices.
The 30 to 50 percent, where the recovery comes from
The realized savings in our engagements stacked from four controls, in descending order of typical yield: context discipline, cutting the shipped but unused retrieval and pruning agent context between steps, model routing.
Matching each call's model to its difficulty rather than defaulting to the flagship, caching, for prompts and stable context at the providers' cached rates, and output budgets, capping response and reasoning length where the task's value does not scale with verbosity.
Together they cut realized spend 30 to 50 percent at held quality, measured on output evaluations, not vibes.
The governance that keeps the recovery is the same discipline every meter in this library gets: a per workload consumption baseline, reviewed monthly, owned by someone with a budget, and fed into the contract conversation before every commit.
The AI cost management playbook works the full control set.
Your first five moves
- Re-denominate the budget in cost per useful output, per workload, and baseline it. Cost per token flatters every trend that matters.
- Measure shipped versus used context on the top RAG workloads, and tune retrieval to the answer spans. This is usually the fastest 20 percent.
- Route by difficulty. The flagship model for synthesis and judgment, the efficient tier for the mechanical steps, enforced in the orchestration layer.
- Cache what repeats: system prompts, schemas, and stable context at cached rates, and cap agent iteration and output budgets per task.
- Size the next commit from the measured baseline, not last year's consumption shape, with overage and rollover terms negotiated before the growth arrives. The GenAI vendor practice runs the contract side with you.
Frequently asked questions
Why are AI costs rising if token prices are flat?
Because consumption per query moved, not the rate card. Input tokens per query rose 2 to 4 times against the 2024 baseline as system prompts, schemas, and retrieved context grew, agent loops multiplied tokens per task 3 to 10 times, and reasoning models bill hidden chain of thought as output.
The drivers are structural, so flat rates still produce climbing bills.
How much more do AI agents cost than simple prompts?
Three to 10 times the tokens for the same task in our benchmarks, because every loop iteration re-ships the system prompt, tool schemas, and accumulated context, and retries multiply calls.
Reasoning traces stack another 5 to 10 times on output tokens for complex queries, which is why agentized workloads surprise budgets that were sized on single shot economics.
What is the biggest source of wasted AI spend?
Shipped but unused retrieval. Most RAG pipelines we measured delivered 2 to 4 times more context than the answer actually used, billed at full input rates on every query.
Relevance thresholds, reranking, and tuned chunk sizes recover most of it, and prompt caching discounts the context that legitimately repeats.
How much can AI costs be reduced without hurting quality?
Thirty to 50 percent of realized spend in our engagements, at held output quality measured by evaluation, from four controls: context discipline, model routing by difficulty, caching, and output budgets. The recovery is architectural rather than contractual, which is why it survives every rate card.
How should we budget for AI token costs?
In cost per useful output, per workload, from a measured baseline, not in dollars per million tokens projected on flat consumption. Per query weight grows structurally, so commits sized on last year's shape undersize systematically and the overage rate prices the growth. Baseline first, then commit.
Do reasoning models really cost 5 to 10 times more?
On complex queries, the hidden chain of thought raises output tokens 5 to 10 times, and output rates are the expensive side of the meter.
The control is routing and output budgets: reasoning models where the task's difficulty earns them, capped reasoning effort where it does not, and the efficient tier for everything mechanical.