Today's token-cost story is the inference paradox in unusually clean numbers. New enterprise coverage says token unit costs have fallen roughly 100-fold while consumption grew about 8,000-fold, and open-weight models now account for about 35% of observed usage. At the same time, an inference marketplace reports nearly 2 trillion cached tokens over 28 days, and today's price index spans thousands of model-provider combinations. The arc from tokenmaxxing through tokenminimizing to token yield is becoming less about thrift and more about denominator discipline: cheaper intelligence only saves money when workloads do not expand faster than its price falls.
Top Developments (Last 24 Hours)
1What happens when token prices fall 100-fold but consumption rises 8,000-fold?
The Hindu reports September 19 on the widening gap between falling AI unit costs and rising enterprise spending. Coforge management said the unit cost of tokens needed to deliver comparable intelligence fell roughly 100-fold over seven months while token consumption grew about 8,000-fold. The company also said open-weight models represented about 35% of observed token consumption, up from roughly 11% to 12% in early 2025. The numbers illustrate the inference paradox directly: lower prices can accelerate consumption faster than they reduce the bill.
The Hindu ↗2StepFun enters the agentic price fight with a 1-million-token model
StepFun released Step 5 Preview on September 19 with a 1 million-token context window, vision support, and a Mixture-of-Experts architecture using 27 billion active parameters out of 600 billion total. Current reporting lists API pricing at $1 per million input tokens and $2.70 per million output tokens and says its measured capability matched Kimi K3 Max while costing about 65% less per task. StepFun says open weights are planned for October 15.
HuggingNews ↗3Cached tokens are approaching fresh-input volume in an inference marketplace
Surplus Intelligence's latest 28-day snapshot, generated September 19, records 2.370 trillion fresh input tokens, 1.948 trillion cache tokens, and 37.03 billion output tokens across 42.4 million requests. Its latest seven full days of eligible traffic show a 90.9% mean realized discount versus direct-provider pricing. The marketplace is not representative of the entire industry, but cache volume equal to roughly 82% of fresh input makes reusable context impossible to treat as a minor billing detail.
Surplus Intelligence ↗4The inference index ticks higher while the price spread stays enormous
IFX closed September 19 at 83.46, up 0.37% from its previous reading. Its 29-model basket spans blended prices from $0.06 to $11.25 per million tokens, with an average of $2.54. Its capability-adjusted board currently identifies different price leaders for frontier, capable, and budget workloads, reinforcing the modelmaxxing case for routing by required capability rather than using one default model everywhere.
IFX ↗From Tokenmaxxing to Denominator Discipline
Tokenmaxxing is the practice of maximizing AI consumption as a proxy for productivity. Tokenminimizing is the practice of removing avoidable consumption while preserving the required result. Modelmaxxing means selecting the best-value model capable of completing each task. Token yield measures useful output relative to the tokens consumed. Today's numbers sharpen the arc: when unit costs collapse and consumption grows even faster, efficiency has to be measured against completed work rather than the price of the raw token.
AllAIModel
Today's AI Model Price Index tracks 7,870 listings across 222 providers, including 245 current models from 13 major model makers. Among tool-capable models with at least 100K context, listed input pricing begins at $0.0375 per million tokens, while the most expensive tracked output rate reaches $600 per million. The market is no longer one price curve. It is a routing surface spanning several orders of magnitude.
AllAIModel ↗LLM Cost Hub
A September 19 pricing refresh tracks 121 model rows with input, output, cached-input, context, and capability metadata. The structure reflects where practical token FinOps is heading: fresh input and output are no longer sufficient dimensions when cache discounts, million-token contexts, tool support, and model tier determine the effective cost of an agent workload.
LLM Cost Hub ↗DeepSeek pricing
Current DeepSeek V4.1-Flash pricing remains a stark example of cache economics. Off-peak fresh input costs $0.15 per million tokens, cache-hit input costs $0.003, and output costs $0.60. Weekday peak rates double those figures. That makes cache-hit input 50 times cheaper than fresh input off-peak and turns prefix stability plus workload scheduling into independent optimization levers.
AI Pricing Guru ↗Agent Burn
A public agent-usage ledger updated through September 19 records 8.5 billion tokens across 54,050 agent events, with cache reads accounting for 91.8% of the total. The ledger estimates about $7,580 in API-equivalent cost at current base rates. It is one developer's workload, not an industry benchmark, but the token mix demonstrates why raw token totals increasingly obscure the economics of agent sessions.
Agent Burn ↗ToolRouter
Recent MCP measurements put 47 tool definitions at 9,286 context tokens, about 198 tokens per tool with the tokenizer used in the test. Exposing a broader catalog as 1,345 individual definitions would consume about 257,000 tokens. The tool-surface lesson remains straightforward: capability can be discoverable without every schema being resident in every prompt.
ToolRouter ↗Research Watch
Task-to-Model Optimization for Enterprise LLM Coding Assistants
T2MO argues that naive token-cost minimization can increase end-to-end cost once retries, escalations, and developer waiting time are included. Its framework classifies tasks, grades difficulty, benchmarks candidate models, and routes each task to the cheapest model that satisfies quality and latency requirements, explicitly optimizing expected cost per completed task.
Why it matters: This is modelmaxxing with the denominator fixed. A cheap failed attempt followed by an expensive escalation can cost more than routing correctly the first time.
arXiv ↗TokenPilot: Cache-Efficient Context Management for LLM Agents
TokenPilot tackles the conflict between pruning agent context and preserving prompt-cache continuity. Its framework stabilizes prefixes while removing environmental noise and evicts context only when its task relevance expires. Across PinchBench and Claw-Eval, the authors report cost reductions ranging from 56% to 87% depending on evaluation mode while maintaining competitive performance.
Why it matters: Tokenminimizing can backfire when prompt mutation destroys cheap cache reuse. The economical context is not simply the smallest context, but the smallest one that preserves useful information and reusable prefixes.
arXiv ↗AgenticCache: Cache-Driven Asynchronous Planning for Embodied AI Agents
AgenticCache reuses frequent plan transitions instead of calling an LLM at every agent step, while an asynchronous updater validates and refreshes cached plans. Across four multi-agent embodied benchmarks and three models, the authors report average task-success gains of 22%, simulation-latency reductions of 65%, and token-usage reductions of 50%.
Why it matters: Caching can remove entire inference events rather than merely discounting repeated prompt tokens. That is a stronger form of token yield because the system gets useful work from computation it already paid for.
arXiv ↗Dual-Pool Token-Budget Routing for Cost-Efficient and Reliable LLM Serving
This serving study routes short-context and long-context requests into separately configured inference pools using estimated total token budgets. On Azure and LMSYS traces serving Llama-3-70B on A100 GPUs, the authors report 31% to 42% fewer GPU-hours, 5.4 times fewer preemptions, and projected annual fleet savings of $2.86 million.
Why it matters: Token discipline extends below the API meter. Context size determines KV-cache allocation and concurrency, so the expected token footprint can determine which infrastructure pool should execute the request.
arXiv ↗Phrase of the Day
“Inference paradox”
The inference paradox is the pattern in which falling per-token or per-inference prices lead to higher total AI spending because cheaper intelligence encourages much greater consumption, larger contexts, longer agent trajectories, and broader deployment.
- AI adoption
- Tokenmaxxing
- Token shock
- Tokenminimizing
- Modelmaxxing
- Token discipline
- Token yield
- Inference paradox
The likely winners are organizations that capture falling unit prices without allowing workload expansion to erase the savings, using routing, caching, selective context, bounded agent loops, tool discovery, and cost-per-completed-task measurement.
- AI FinOps teams
- cost-aware model routers
- AI gateways
- agent budget controls
- cache-aware inference
- retrieval-based tool loading
- cost-per-completed-task observability
A token that costs one-hundredth as much is not a bargain if you promptly decide you need eight thousand times more of them.
The Hindu ↗