Why Are Chinese LLM APIs So Much Cheaper? (2026)

Why Chinese LLM APIs are cheaper: open-weight competition, mixture-of-experts efficiency and domestic serving, with our measured DeepSeek vs GPT-4o price gap.

Fan Chuanyu's profile

Written by Fan Chuanyu

5 min read

Chinese LLM APIs are cheaper mainly because open-weight competition compresses margins, mixture-of-experts designs cut compute per token, and domestic serving pipelines lower unit costs. Price, however, is a separate axis from capability, so cheaper does not mean identical.

If you have priced DeepSeek or Qwen next to GPT-4o, the gap is hard to miss. It is not a promotional discount and it is not a rounding artifact. It comes from a different market structure and a different set of engineering choices. This page explains the mechanism behind the gap. It does not rank the models head to head on quality, because price and capability are two different questions that deserve to be measured separately.

The price gap we measured (verified 2026-07)

We measured DeepSeek on its official endpoint on 2026-07-10 and billed the same short test prompt for the others. DeepSeek V4-Flash costs $0.14 per million input tokens and $0.28 per million output tokens on api.deepseek.com, with roughly 0.7 seconds to first token in our cache-cold run. According to OpenAI's pricing page, GPT-4o lists at $2.50 input and $10.00 output per million tokens; on the same prompt it billed $0.000795, a figure we measured via OpenRouter. That is about 18x cheaper on input and 36x cheaper on output. According to Anthropic's pricing page, Claude Sonnet 4.6 lists at $3.00 and $15.00, roughly 21x and 54x more expensive than DeepSeek on the same axes.

Model (source)Input $/1MOutput $/1MEndpoint
DeepSeek V4-Flash0.140.28official api.deepseek.com (measured)
Qwen3-235B-A22B0.090.10via OpenRouter, needs native re-verify
GPT-4o2.5010.00OpenAI official list price
Claude Sonnet 4.63.0015.00Anthropic official list price

One disclosure on that table: the DeepSeek row is our official-endpoint measurement, the GPT-4o and Claude rows are the vendors' official published list prices, and the Qwen3-235B row was measured via OpenRouter rather than Alibaba's native endpoint, so we flag it for native re-verification. The point here is the shape of the gap, not a single decimal. Even at the conservative end, the difference is an order of magnitude, not a few percent.

Mechanism one: open-weight competition compresses margins

The first driver is market structure. Chinese frontier labs release open weights, which lets any host serve the same model and forces prices toward the marginal cost of compute. A closed frontier model has no such competitive floor because only its owner can serve it.

According to Stanford HAI, Chinese open-weight models accounted for roughly 61% of the tokens consumed on OpenRouter by May 2026, and the Qwen family alone made up close to 40% of new large-language-model derivatives on Hugging Face. When dozens of providers can serve an identical open-weight checkpoint, they compete on price, and margins collapse toward hosting cost. DeepSeek releases DeepSeek V4-Flash under an open license, and Alibaba publishes Qwen3-235B under Apache 2.0, which is why both anchor the low end of the table above.

Closed Western frontier APIs from OpenAI, Anthropic and Google sit in a different economic regime. According to OpenAI's pricing page, GPT-4o remains a proprietary hosted model, so there is no third-party price competition on the identical weights and the vendor sets the rate. This is a structural difference, not a judgment about which model is better.

Mechanism two: mixture-of-experts cuts compute per token

The second driver is architecture. A mixture-of-experts model is a neural architecture that activates only a fraction of its total parameters for any given token, so a 235-billion-parameter model may run only 22 billion parameters per forward pass. Fewer active parameters means fewer floating-point operations per token, which means lower serving cost per request.

Qwen3-235B-A22B is a clear example: the "A22B" label signals about 22 billion active parameters out of 235 billion total, and its rate of $0.10 per million output tokens, measured via OpenRouter and pending native re-verification, is roughly 100x cheaper than GPT-4o's official $10.00 output rate. Mixture-of-experts designs like this, which activate only a fraction of total parameters per token, are common among leading Chinese open-weight models and cut serving cost the same way. The efficiency is real, but it is an efficiency of serving cost, not automatically a claim about answer quality.

Mechanism three: domestic serving and efficiency work

The third driver is the supply chain. Chinese providers optimize aggressively around domestic hardware availability, quantization, and inference kernels because access to top-tier accelerators is constrained. That pressure pushes tokens-per-dollar efficiency upward.

According to the US-China Economic and Security Review Commission, Chinese labs have pursued an efficiency-led strategy partly in response to export controls on advanced chips, publishing open weights as a distribution and adoption lever. The commission frames this as a deliberate ecosystem play rather than a temporary discount, which matters if you are deciding whether the low prices are durable.

Cheaper is not the same as equivalent

Here is the part that matters most for a buyer. The three mechanisms above explain price. They say nothing, on their own, about whether the cheaper model answers your prompt as well as the expensive one. Independent benchmark research reports that leading Chinese models reached near-parity with Western frontier models on coding and reasoning tasks by 2026, but that is sourced research, not a head-to-head test we ran, and parity on a public benchmark is not parity on your specific workload. Treat price and capability as two separate columns in your evaluation, and test both on your own prompts before you switch. For a fuller side-by-side, see our Chinese vs Western LLM comparison hub and the DeepSeek API pricing breakdown.

There are also real, non-headline costs. Routing a non-native model through an aggregator adds latency and a markup, native endpoints require their own API key and billing setup, and data-residency and content-policy differences may carry compliance work that never shows up on the per-token line. Those are covered across the cluster; the short version is that the sticker price is necessary but not sufficient for a total-cost decision.

FAQ

Does cheaper mean lower quality? Not necessarily. Low price is driven by open-weight competition and mixture-of-experts efficiency, which are cost mechanisms, not quality signals. Sourced benchmark research reports near-parity on some coding and reasoning tasks, but you should verify capability on your own prompts rather than infer it from price.

Is the low price a temporary promotion? The measured rates are standard list prices, not limited-time promotions. According to the US-China Economic and Security Review Commission, the open-weight and efficiency strategy is a deliberate long-run ecosystem play, which suggests the structural gap is more durable than a discount, though any single vendor can change list prices at any time.

Are there hidden costs behind the sticker price? Yes. Routing a non-native model through an aggregator such as OpenRouter adds latency and a markup, so a headline rate can understate real cost. Native endpoints avoid the markup but need separate billing, and compliance work around data residency is not on the per-token line.

Why is Qwen output so much cheaper than GPT-4o output? Qwen3-235B-A22B activates only about 22 billion of its 235 billion parameters per token, which cuts compute per request, and multiple hosts serve the open weights competitively. Its $0.10 output rate, measured via OpenRouter and flagged for native re-verification, is roughly 100x below GPT-4o's official $10.00.

Do all Chinese models cost the same? No. Our OpenRouter-measured rates, which need native re-verification, ranged from Qwen3-235B at $0.09 input to GLM-5 at $0.60 input, so there is a wide spread within Chinese providers alone. Compare specific models rather than treating "Chinese LLM" as one price point.

This micro is part of our Chinese vs Western LLMs comparison hub, which links every sub-topic in the cluster.

Author: Kevin Fan, Customer Success Manager. Last verified 2026-07-10.

Share: