DeepSeek V4 Flash lists at $0.28 per million output tokens. That is about 89 times more expensive for the same unit of work.
Now the part that should make you uncomfortable. According to Yicai Global, the measured performance gap between Chinese models and their US competitors has narrowed to 1% to 4% on standard benchmarks. CNBC and China Central Television put the capability lag at 6 to 9 months. So you are choosing between a small quality delta and a very large price delta.
Developers already made their choice. CNBC reported on July 7, 2026 that the share of tokens US companies route to Chinese models through OpenRouter has stayed above 30% every week since February 8, peaking at 46%. The 12-month average before that was 11%. In the first half of 2025 it was 4.5%.
That is a pricing story, not a patriotism story. Here is how to run the math on your own stack, and where the cheap option quietly costs more than it saves.
The 4% Question
Every inference decision now comes down to one question: what quality delta am I buying, and what markup am I paying for it?
Four numbers that decide whether your frontier markup is a purchase or a subsidy.
Take the numbers above. A 1% to 4% benchmark gap against an 89x price gap on output tokens. Divide one by the other and the markup stops looking like a premium and starts looking like a donation. That is The 4% Question. If the delta is not mission critical to the specific job the token is doing, the markup is not a purchase. It is a subsidy.
The trap is that most teams never ask it per workload. They pick one model for the whole product, benchmark it once, and then stare at a bill they did not forecast. CNBC's reporting is blunt about the trigger: companies went hunting for alternatives because AI costs came in unexpectedly high. Nobody switched providers for fun. They switched because the invoice got personal.
There is a second half to the question that people skip. Some workloads have a delta far above 4%. Long-horizon agent chains, adversarial inputs, regulated outputs, anything where one bad answer costs you a customer. On those, the frontier markup is cheap insurance. On summarizing support tickets, it is not.
Nobody Buys Tokens. They Buy Margin.
Here is the pricing reality most founders get backwards. Your customer does not care which model you called. They care that the thing worked and that the price you quoted got a yes. Tokens are a cost input. Outcomes are the product.
So your inference bill is not a tooling decision. It is a gross margin decision, and gross margin decides whether your LTV to CAC ratio actually clears. Spend $40 acquiring a user whose AI usage costs you $18 a month at frontier prices and you have a very expensive hobby. Cut that $18 to $3 and the same funnel, the same ads, the same copy suddenly works.
That is the arbitrage. Not cheaper tokens. A payback period that shrinks from eleven months to two.
The receipts exist. Gate reported on July 11, 2026, citing Yicai Global, that five overseas companies migrated to Chinese models and saw inference costs fall 30% to 95%. The list is specific: US AI startup Lindy, Estonian data company Floxy, vehicle intelligence firm VINspectorAI, Canadian law firm Substance Law, and British edtech platform ExpertEdge. Those are not experiments. Those are teams choosing to keep the money.
On the model side, Z.ai's GLM 5.2 is the clearest price-performance challenger in this wave. Reporting describes it matching Anthropic's top model on key benchmarks at roughly one-fifth the cost, landing within about one percentage point on one agentic benchmark. Five times cheaper for one point of benchmark. Run The 4% Question on that and most workloads answer themselves.
Now the damaging admissions, because a price comparison without them is marketing.
First, the gap may not be structural. Ben Thompson at Stratechery argues US models look expensive mainly because OpenAI and Anthropic are supply constrained, charging far above what they would charge with enough compute to meet demand. If he is right, the spread compresses when supply catches up, and you will have built your architecture around a temporary imbalance.
Second, the cheapest API is not always the lowest total cost. Reuters reports that data security concerns remain a major hurdle to large-scale US enterprise adoption of GLM 5.2, especially in banking and cybersecurity. Fortune quoted Horizon3.ai's CEO warning about data sovereignty exposure and vulnerabilities in model integrity and reasoning. On July 8, 2026, US House committees opened inquiries into the growing use of Chinese AI models at Airbnb, Cursor, and Coinbase. If you sell into government, defense, or financial infrastructure, that inquiry is now part of your due diligence.
Third, the classic distraction risk. Token price is measurable, visible, and satisfying to optimize. It is also not always the thing holding your business back. I have watched teams shave 80% off an inference bill that was 4% of their cost structure while their conversion rate sat untouched. Cheap tokens do not fix a weak offer. They just make a weak offer cheaper to run.
Three signals inside the same shift
Developers already switched before anyone debated it.
CNBC reported on July 7, 2026 that US companies have routed more than 30% of tokens to Chinese models every week since February 8, peaking at 46%. The prior 12-month average was 11%, and in the first half of 2025 it was 4.5%. The trigger was invoices, not ideology.
Migrations are showing up as gross margin, not tooling savings.
Gate reported on July 11, 2026, citing Yicai Global, that five overseas companies including Lindy, Floxy, VINspectorAI, Substance Law, and ExpertEdge cut inference costs by 30% to 95%. Cut an $18 monthly usage cost to $3 against a $40 acquisition cost and payback shrinks from eleven months to two.
The cheapest API is not always the lowest total cost.
Reuters reports data security concerns remain a major hurdle to large-scale US enterprise adoption of GLM 5.2, especially in banking and cybersecurity. On July 8, 2026, US House committees opened inquiries into Chinese model use at Airbnb, Cursor, and Coinbase. Ben Thompson also argues the spread may be a supply artifact that compresses later.
2031
Zoom out five years and the interesting variable is not which lab wins a benchmark. It is who sets the floor price of intelligence.
Whoever sets the floor sets everyone else's margins. Every SaaS company, every agent startup, every internal tool gets priced against that floor whether they use it or not. Costco figured this out with the hot dog. The $1.50 price was never about hot dog profit. It was about anchoring what the whole store felt like.
Chinese labs are running the same play at the infrastructure layer, and they are running it while the counterweight goes quiet. Between the first and second APEC AI meetings, US promotion of American AI across Asia grew noticeably quieter while Chinese firms accelerated market penetration. That is a distribution vacuum, and distribution vacuums do not stay empty.
The asymmetric bet for builders is not picking a side. It is refusing to be locked to either one. Model-agnostic architecture counterpositions against the whole fight. You keep optionality while both camps spend billions trying to make you dependent. Open weights add a third door: you can self-host a model you can also rent, which is the midpoint between building and buying.
Whether the price gap survives to 2031, I do not know. The data is genuinely mixed. Some analysts argue the advantage is structural across architecture, hardware, labor, and energy. Others say it is a supply artifact plus pricing that has not internalized full R&D cost. My read is that the specific spread is temporary and the pressure is permanent. Frontier labs will not get to charge frontier prices for commodity work again.
What to Build This Weekend
Build a router. Not a rewrite. One small piece of code that decides which model handles which job.
First, pull last month's inference bill and sort your calls into three buckets. Cheap and forgiving, meaning classification, extraction, summarization, and formatting. Expensive and forgiving, meaning drafting and rewriting. Expensive and unforgiving, meaning anything touching money, law, health, or a customer's final answer.
Second, move bucket one to the cheapest capable model. That is it. If a call is 12.5 times cheaper on input, DeepSeek V4 Flash lists at $0.14 per million input tokens against $1.75 for GPT-5.2, and the output is right, keep the difference.
Third, build an eval set before you switch anything. Fifty real inputs from your logs with the answers you want. Run both models. Compare. Things will break, and finding out on fifty saved examples beats finding out in production. An ounce of prevention in pre is worth a pound of cleanup in post.
Fourth, set a hard rule on data. Nothing regulated, nothing customer-identifying, and nothing you would not
Build a router, not a rewrite.
- Sort last month's calls into three buckets. Cheap and forgiving means classification, extraction, summarization, and formatting. Expensive and forgiving means drafting and rewriting. Expensive and unforgiving means anything touching money, law, health, or a customer's final answer.
- Move bucket one to the cheapest capable model. DeepSeek V4 Flash lists at $0.14 per million input tokens against $1.75 for GPT-5.2, roughly 12.5 times cheaper on input. If the output is right, keep the difference.
- Build an eval set before you switch anything. Pull fifty real inputs from your logs with the answers you want, run both models, and compare. Then set a hard data rule: nothing regulated and nothing customer-identifying leaves your perimeter.
The spread may be temporary. The pressure is permanent.
The specific price gap could compress if Ben Thompson is right that US models look expensive mainly because OpenAI and Anthropic are supply constrained. What will not reverse is the expectation that commodity work gets commodity pricing. A 1% to 4% benchmark delta cannot justify a frontier markup on summarizing support tickets, and every developer with an OpenRouter account now knows it. Build model-agnostic, keep an eval set, and treat inference as a gross margin line rather than a vendor loyalty test. Cheap tokens will not fix a weak offer, but an unexamined bill will quietly eat a good one.