Today's token-cost story has a new center of gravity: cost per completed task. Bank of America says China's AI price war is moving beyond blunt token-rate cuts toward task efficiency, a fresh 69-task enterprise benchmark shows cheaper models sometimes beating more expensive ones, and the latest Token Price Index puts blended inference at $2.32 per million tokens, down 3.7% week over week. Meanwhile, today's model-economics snapshot puts median input at $1 per million tokens across its verified priced models. The vocabulary arc from tokenmaxxing through tokenminimizing to token yield is landing where FinOps eventually had to land: the unit price matters, but the workload is what gets invoiced.
Top Developments (Last 24 Hours)
1What if the cheapest token does not produce the cheapest task?
Business Insider reports September 18 on Bank of America analysis that China's AI price war is entering a new phase. Broad token-price cuts are giving way to competition around how efficiently models complete tasks, while advanced reasoning, long context, multimodality, and agentic capability can still command premiums. The report identifies cost per completed task, rather than price per token alone, as the more useful economic metric.
Business Insider ↗2A 69-task enterprise benchmark puts cost beside capability
AIMultiple's enterprise benchmark, updated September 17 and surfaced in current results, evaluates 16 models across 69 tasks in strategy, marketing, HR, sales, and operations. Gemini 3.8 Flash averaged a slightly higher score than Claude Sonnet 5 while costing $0.61 versus $1.23 per task, and GPT-5.6 Luna averaged $0.016 per task versus $1.73 for Claude Opus 5. The benchmark does not imply that cheaper models are universally better, but it demonstrates why model routing needs workload-level cost and quality data.
AIMultiple ↗3The Token Price Index falls to $2.32 per million
The Token Price Index's September 18 weekly reading puts geometric-mean blended inference cost at $2.32 per million tokens across 24 models from 11 providers, down from $2.41 a week earlier. Its current components average $2.17 per million input tokens and $10.09 per million output tokens. The index also restored DeepSeek V4 Pro after DeepSeek reversed its planned retirement, illustrating how model availability itself can move a cost benchmark.
Token Price Index ↗4Today's model-economics snapshot puts median input at $1 per million
Superpower Daily's September 19 Model Economics Index tracks 25 priced models in its verified launch dataset and reports median pricing of $1.00 per million input tokens and $3.75 per million output tokens. The snapshot also records context windows reaching 11 million disclosed tokens, underscoring why nominally cheap input can still become expensive when applications treat enormous context capacity as an invitation to fill it.
Superpower Daily ↗From Tokenmaxxing to Cost per Completed Task
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 work relative to the tokens consumed. Today's strongest signal is that cost per completed task is becoming the bridge between those ideas: tokens remain the meter, but successful work is increasingly the economic unit practitioners want to optimize.
CloudZero
CloudZero's September 18 token-pricing guide shows current major-provider input list rates spanning roughly 50-fold, from $0.20 per million tokens for GPT-5.6 Luna to $10 for GPT-6 Astra and Claude Fable 5.1. It also highlights context-sensitive pricing, promotional rates, and output prices several times higher than input. The spread makes static provider selection a poor substitute for workload-aware routing.
CloudZero ↗IFX
The IFX Inference Index closed September 18 unchanged at 83.15. Its 29-model basket spans blended prices from $0.06 to $11.25 per million tokens, with an average of $2.52. Its capability-adjusted view currently identifies different cheapest models for frontier, capable, and budget thresholds, effectively turning modelmaxxing into a measurable price-versus-capability exercise.
IFX ↗Capital & Compute
A current coding-agent cost tracker models the same multi-file task across 33 models and finds estimated task costs ranging from about $0.08 on GLM-5.3-Flash to $4.85 on GPT-6 Astra, a roughly 58-fold spread. Its reference workload assumes 1.5 million input tokens with 90% served from cache plus 40,000 output tokens, illustrating why cache behavior and output volume can matter more than the headline input rate.
Capital & Compute ↗DeepSeek pricing analysis
DeepSeek's current V4.1-Flash schedule, verified against its published pricing on September 18, lists off-peak cache-hit input at $0.003 per million tokens, fresh input at $0.15, and output at $0.60. Peak rates double those figures. A qualifying cache hit is therefore 50 times cheaper than fresh input off-peak, making reusable prefixes and scheduling independent cost-routing variables alongside model choice.
DeepSeek API Cost Calculator ↗ToolRouter
Recent MCP schema measurements show 47 tool definitions consuming 9,286 context tokens, about 198 tokens per tool with the tokenizer used in the test. Exposing a broader catalog as 1,345 separate definitions would consume about 257,000 tokens. The measurement makes the tool-surface argument concrete: capability catalogs should increasingly be searchable on demand rather than automatically resident in every agent context.
ToolRouter ↗Research Watch
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 an estimated total token budget. 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. A Qwen3-235B case study on AMD MI300X projects $15.4 million in annual savings at 10,000 requests per second.
Why it matters: Token budgeting can control physical infrastructure, not just API invoices. Routing by expected context footprint prevents the majority of short requests from paying the memory and concurrency penalty of worst-case provisioning.
arXiv ↗AgenticCache: Cache-Driven Asynchronous Planning for Embodied AI Agents
AgenticCache reuses frequent plan transitions instead of making a fresh LLM planning call at every agent step, while a background process asynchronously validates and refreshes the cache. Across four multi-agent embodied benchmarks and three models, the authors report average task-success improvements of 22%, simulation-latency reductions of 65%, and token-usage reductions of 50%.
Why it matters: Semantic and plan caching can improve token yield without merely shortening prompts. Reusing successful intermediate reasoning removes entire inference calls rather than trimming a few tokens from each one.
arXiv ↗Token-Budget-Aware Pool Routing for Cost-Efficient LLM Inference
This related serving study estimates total token demand before dispatch and separates short and long workloads into differently configured vLLM pools. On Azure and LMSYS traces, the authors report 17% to 39% fewer required GPU instances, corresponding to roughly $1.2 million to $2.0 million in annual savings at 1,000 requests per second.
Why it matters: The work connects token discipline to disaggregated serving. Context size is not just something the model reads, it determines memory allocation, concurrency, and ultimately how much hardware a fleet needs.
arXiv ↗CachedAttention: Cost-Efficient Multi-Turn LLM Serving
CachedAttention preserves and reuses KV state from conversation history across multi-turn inference instead of repeatedly rebuilding it. Its evaluations report up to 87% lower time to first token, up to 7.8 times higher prompt-prefill throughput, and up to 70% lower end-to-end inference cost.
Why it matters: The economics of long context increasingly depend on whether the system recomputes history or treats previous computation as an asset. Token counts alone miss that distinction.
arXiv ↗Phrase of the Day
“Cost per completed task”
Cost per completed task is the total AI expense required to produce one successful unit of work, including the model tokens, context, reasoning, retries, tools, routing, and other inference needed to finish it.
- AI adoption
- Tokenmaxxing
- Token shock
- Tokenminimizing
- Modelmaxxing
- Token discipline
- Token yield
- Cost per completed task
The likely winners are systems that optimize the whole execution path, choosing the cheapest combination of model capability, useful context, cache reuse, tool surface, reasoning effort, and retries that reliably completes the work.
- AI FinOps teams
- cost-aware model routers
- AI gateways
- agent budget controls
- semantic and KV caching
- retrieval-based tool loading
- task-level cost observability
Nobody buys tokens because they wanted tokens. The receipt eventually has to point to something that got done.
Business Insider ↗The jCodeMunch read
Today's cost-per-task and tool-surface stories reinforce the distinction between useful context and resident context. jCodeMunch reduces code-reading tokens through tree-sitter symbol retrieval and byte-precise context, keeping relevant code evidence available without making repository-scale context the default.
See how the 95%+ cut is measured → ← All editions