Power map ยท Updated June 2026

Chinese AI models: the buyer's guide

The cheapest capable models in the world come from China — some 25x cheaper than GPT-4o. Here's every major lab, what each is genuinely good at, and the risk framework that decides whether you can actually use them.

The honest framing: the headline price is real and remarkable. The full price — data stored in China, built-in censorship, self-hosting complexity — is what you weigh against it. For non-sensitive work the value is hard to beat; for regulated data, self-host the open weights or don't use them.

The major Chinese labs

LabModelEdgePrice /M
DeepSeekV3 / R1MoE, budget coding value$0.27/$1.10
AlibabaQwen336T-token training, 1M context, multilingual~$0.38
Moonshot AIKimi K2.6Agent-swarm; beat GPT-5.4 on SWE-Bench Pro~$0.60/$2.50
Z.ai (Zhipu)GLM-5.1754B params, Huawei Ascend, MIT-licensed~$0.40/$1.50
MiniMaxM380.5% SWE-bench as open weights$0.30/$1.20
StepStep 3.5 Flash25x cheaper than GPT-4o, strong maths$0.10/$0.30
ByteDanceDoubao Seed 1.6Consumer + enterprise hybridLow
BaiduERNIEBest Chinese-language, enterpriseEnterprise

In one 12-day window in April 2026, four Chinese labs released open-weight coding models matching Western frontier performance at a fraction of the cost. Kimi K2.6 became the first open-weight model to beat GPT-5.4 on SWE-Bench Pro; Step 3.5 Flash ships at $0.10/$0.30 per million tokens.

Why they're this cheap

Two reasons. Mixture-of-Experts activates only the relevant slice of a giant model per query — the DeepSeek breakthrough. And US chip export controls (no H100/A100 since 2022) forced Chinese labs to innovate on software efficiency. The intended handicap became the competitive advantage.

The risk framework

Three risks decide whether a Chinese model fits your use case:

  1. Data sovereignty. Hosted APIs store data in China, subject to Chinese law. Multiple governments have restricted DeepSeek on these grounds.
  2. Content censorship. Models filter or refuse content on politically sensitive topics — usually irrelevant to business tasks, occasionally not.
  3. The mitigation. Self-hosting the open weights removes the jurisdiction risk entirely. The cheapest option is also the most complex to deploy safely.

Full detail in the China risk assessment and the data sovereignty comparison.

When to use them

Good fitAvoid (unless self-hosted)
Non-sensitive, high-volume tasksRegulated personal / health / financial data
Budget coding and prototypingGDPR-bound EU customer data via API
Self-hosted private deploymentPolitically sensitive content work

Considering the budget route? Model the savings against the work in the cheapest AI API guide and check where the data goes first.