Frontier labs settled on the token as the unit of sale. Roughly four characters, the atomic thing a transformer emits: we price it, chart it, and hold earnings calls around it. Nobody sat down and chose this — it won the way most standards win, by being convenient for the people selling. Divisible, meterable, and it looks like intelligence sold by the unit, which is a hell of a trick when you think about it, because the buyer never got a better meter and four characters it was.
That choice made sense for sellers, and I want to be fair to them first, because their costs are brutal and concrete. A rack of 72 H100-class GPUs runs $8–10M and draws 166kW at peak, and the whole game is utilization — you need a unit small enough to subdivide, large enough to bill, tied to something customers perceive as value. The token fits. It scales linearly with compute and feels like buying intelligence. It is the marketing layer over the lease.
Wall Street adopted the same frame: revenue per token minus cost per token gives margin, times volume gives gross profit, divided by capex gives fleet ROI. For valuing sellers, it works.
The strongest version of the seller's case goes one step further, and it's an honest one. The labs hold proprietary a novel combination of things other people invented — the transformer came out of Google, the attention research was public, and RLHF, the technique that made chatbots usable, was published. What the sellers own is integration: the serving stack, the fleet, the plumbing. Price-per-token is rent on integration plus compute. The invention underneath was mostly already on arXiv.
That's the steelman, and it prices the wrong thing. The evidence started arriving in 2025 and it hasn't stopped.
Constraint breeds efficiency
Here's what the price-per-token frame never predicted: the labs with the least compute got the most out of each token, published the science, and took share on the strength of the price sheet.
Start with the training bill, because DeepSeek published theirs. DeepSeek-V3 took 2.788M H800 GPU-hours, which is $5.576M at $2/hr rental — $5.328M pre-training, $0.238M context extension, $0.01M post-training . The model carries 671B total parameters and activates 37B per token, trained on 14.8T tokens across 2048 H800s, which works out to 180K GPU-hours per trillion tokens. The report carries its own caveat, to their credit — those figures exclude prior research and ablation runs — and even so, Epoch AI reviewed the claims and called them "if anything high" .
The efficiency was engineered, technique by technique, and every technique traces back to being GPU-starved. Multi-head Latent Attention — a way of compressing the memory a model keeps of the text it has read — showed up in DeepSeek-V2 and cut training cost 42.5% against DeepSeek 67B, reduced the KV cache 93.3%, and raised generation throughput 5.76x . DeepSeekMoE got a 16B model to match LLaMA2-7B on about 40% of the computations . Grouped-query attention, for the record, came out of Google — MLA is the KV-compression trick born of scarcity.
Then R1. MIT-licensed weights, six distilled models from 1.5B to 70B, and a reinforcement-learning phase that cost roughly $1M on top of the ~$5M V3 pre-training, per Epoch's validation . The Nature paper reports R1-Zero climbing from 15.6% to 77.9% on AIME pass@1 through pure RL , and the arXiv paper devotes a whole section to token efficiency — dynamically allocating inference compute by problem complexity, spending tokens only where the problem demands them . That's a lab explicitly optimizing the unit everyone else bills by volume.
Pricing followed the engineering. R1 shipped at $2.2 per million output tokens against o1's $60 , and across the market GPT-4-level GPQA price has fallen 40x per year, with decline rates running anywhere from 9x to 900x depending on which milestone you measure .
The market noticed. On January 27, 2025, Nvidia lost $593 billion in market value in a single day — a record for any Wall Street company — on the realization that efficient training might mean less GPU demand than the capex plans assumed .
And the share data settles it. For the week beginning August 31, 2026, deepseek ranked #1 on OpenRouter with 23.8% of routed text requests — 1.21B requests — ahead of openai at 20.0% and google at 19.8%, with the Chinese open labs together (deepseek, z-ai, qwen, tencent, minimax) carrying about 45% . Scope matters here, and the caveat cuts both ways: those are requests routed through OpenRouter, per their own methodology note, and OpenRouter skews toward developers shopping on price — but price-sensitive buyers are exactly the segment where unit economics pick the vendor. Downloads run the same direction: DeepSeek-V3 pulls 1,065,138 a month on Hugging Face, R1 pulls 709,327, as of September 10, 2026 , and the Qwen org sits at 465 models with 103,625 followers .
Meanwhile the US labs with compute abundance had no pressure to optimize the unit — when another rack fixes the problem, tokens-per-joule is somebody else's job. The constrained labs treated efficiency as the product. Market share followed the price sheet, and the price sheet followed the published science.
Where the proxy breaks
For measuring what was actually delivered, the token falls short. A million tokens of high-leverage architecture costs the same to produce as a million tokens of filler, quality variance from prompting and sampling and training never shows up in the price, and the incentive is volume over concision — call it billable drift, where every redundant paragraph the model emits counts as revenue. A model that hedges and repeats and pads its context is, under this meter, a better customer than one that answers in forty tokens.
Energy runs the same line. Inference draws real joules per token, utility is often concave — the first part of an answer carries the solution, later tokens add repetition or drift — and the joule that solved the problem costs the same as the joule that restated it. None of it appears on the invoice. The invoice has one line, and the unit is the token.
Price the outcome
A more durable unit is the verified work product: a test-passing patch, a reviewed spec, a query that executes without downstream error. Price that, and systems learn to minimize tokens per successful outcome — the meter stops rewarding drift and starts rewarding concision, and R1's token-efficiency work already shows the incentive bends the right way once you measure the right thing .
The unit you sell is the business you think you're in. The token says throughput. A verified outcome says work. One of them survives a price war, and the labs with the least compute already ran the experiment.
Key takeaway
Token price competition tracks throughput economics, and the throughput frame is losing to labs that optimized the unit. Constraint-driven engineering — MLA, sparse activation, RL on a ~$1M budget — collapsed GPT-4-level prices 40x per year and took the top share of OpenRouter-routed requests. The deeper shift is what we evaluate and sell: verified work products rather than raw generated volume.
Ongoing work
Pricing verified work is not a thought experiment — it is the design brief for two active builds, tracked on this page as they evolve:
- Mnemosyne Memory System — verifiable claim tracking and behavioral guardrails for AI agents, so what an agent "remembers" can be checked against what actually happened.
- Zenbooker MCP Server — LLM agents executing real field-service work over a standardized transport, where the unit of value is a completed job, not a token count.
References