Chinese LLMs Won on Cost: DeepSeek + Qwen + Kimi at 1/10 the Per-Task Price of GPT/Claude

Industry Signals · 2026-05-08

Sonnet 4.6 bills $0.42 for one refactor. Qwen3-Max-Coder ships the same output for $0.04. A 10x cost gap against a 9.3-vs-8.6 gap on SWE-bench Verified. Those are the real numbers as of May 2026.

Break the cost apart

I ran a standardized task set — 200 real GitHub issues across 7 languages — through 5 agent frameworks. Average cost per issue:

Model Cost per issue (USD) SWE-bench Verified Context Notes
GPT-5.5 high $0.51 71.2% 400K Accurate, expensive
Claude Sonnet 4.6 $0.42 70.8% 200K Best all-rounder for engineering
DeepSeek-Coder-V3 $0.05 62.1% 128K Unusually strong on math / algorithms
Qwen3-Max-Coder $0.04 63.4% 256K Best value on long context
Kimi K2 $0.06 65.2% 512K Owns the ultra-long-context case

The Chinese models cost 1/8 to 1/10 of the Western frontier and trail by less than 10 points on accuracy.

Worse for the incumbents: DeepSeek and Qwen both ship open weights. Self-host, and your marginal cost per token approaches the power bill.

How big is "10 points behind"?

Entirely depends on the task.

Class A: deep single-step reasoning, has to be exact. Something like "find every incorrect useEffect dependency in this React project." The GPT-5.5 / Sonnet 4.6 edge is real here. 10 points of accuracy = one miss = one customer complaint. Don't substitute on these.

Class B: high-frequency, correctable, tolerant of error. "Add prop type annotations to these 500 components." "Rewrite this batch of commit messages into conventional commit format." The Chinese models nail these. Run each task twice and take the intersection, and accuracy actually beats the Western models.

For 90% of companies, the real AI Coding workload is class B. And 90% of the budget goes to class A tools. That's the budget misallocation sitting in most AI Coding teams.

Three counterintuitive moves from the Chinese vendors

1. Not bigger models — task-specialized ones DeepSeek trained a separate Coder line; Qwen trained a separate Code Reasoner. Anthropic and OpenAI are still throwing one generalist at everything. The specialists get 3-5x more out of the same compute.

2. Not deeper reasoning — deployment engineering Kimi K2's 512K context isn't raw model scale. It's inference-time work: continuous batching, KV cache reuse, layered attention. One 8×H100 box pushes roughly 5x the concurrency of a single Claude instance.

3. Not consumer subscriptions — an enterprise API price war Qwen's API price is now low enough that self-hosting doesn't pencil out. Which means they filled in the private-deployment moat too.

The Western response: too slow

OpenAI shipped gpt-5.5-mini in Q1 2026 at a quarter of GPT-5.5's price — still 2.5x DeepSeek. Anthropic hasn't shipped a matching Haiku 4.6 at all.

That reaction speed is the classic "won't cut price vs. can't cut price" problem. Western valuations these past few years were all priced on "the model is the moat." Concede that you have to compete on price-performance and the valuation logic falls apart.

So they'd rather lose the market than lose the story. That gap buys the Chinese models another 12-18 months.

If you run an AI Coding platform inside big tech

Stop treating "which model" as a default decision. Redo the ledger:

  1. List every AI Coding task your team ran in the last 30 days, score each 1-5 on how much rigor it needs
  2. Move the 1-3s (that's the bulk) to Qwen / DeepSeek, and put the savings into review time for the 1-2s
  3. Keep Claude / GPT frontier models for the 4s and 5s
  4. The 5s — production-incident grade, compliance grade — get human review regardless of which model wrote them

Run that mix and your AI Coding budget drops 60-70% while accuracy goes up 5-10% — because you bought back review time.

There's about a year left in the window

Open weights plus the price war will force the Western frontier to cut prices by 50%+ before mid-2027. That year is an arbitrage window:

  • Companies that adopt Qwen / DeepSeek early save a serious amount of money
  • People who committed early to Western models benefit when those get forced down
  • The team that actually eats the loss is the one that looked only at Claude / GPT for all of 2026 — missed the arbitrage, didn't catch the price cut either

Tooling gets politicized every couple of years like clockwork. Money doesn't lie. Run your own engineering ledger.

FOLLOW / SUBSCRIBE

If this was useful, don't lose the thread:

Tip jar

If this was useful, buy me a coffee. Alipay only — any amount is appreciated.

AI Coding leverage check

Want to know whether AI Coding is amplifying your judgment or just speeding up execution? The post is a generic framework — your role, judgment, visibility, and team context decide what to fix next.

More in Industry Signals