Chinese AI models have crossed a threshold. According to a CNBC investigation published July 7, 2026, Chinese models now account for 30% to 46% of enterprise API token usage flowing through US developer platforms. The average over the prior 12 months was just 11%.
At the center of this shift is GLM-5.2, developed by the Chinese company Z.ai. The model scored 62.1% on SWE-bench Pro, beating GPT-5.5’s 58.6% and landing within one percentage point of Anthropic’s Opus 4.8. It carries an MIT license with no regional restrictions.

Why US Developers Are Choosing Chinese Models
The decision isn’t political. It’s arithmetic. Open-source Chinese models cost 60% to 90% less than leading Anthropic and OpenAI models. For tasks that don’t require frontier-class performance, routine summarization, code completion, data extraction, customer support drafting, a model that costs a fraction and performs within 5 to 10 percentage points of the best is the rational choice.
“Price is doing the work here,” said Harpreet Arora at Vercel. “When a task doesn’t need the best model, teams are beginning to route it to the cheapest one that’s good enough, and the recent wave of models coming out of China is winning that trade.”
Through OpenRouter, Chinese model share has been above 30% of all gateway tokens every week since February 8, 2026, rising as high as 46%. Through Vercel, DeepSeek’s share climbed significantly in May and June. GLM-5.2 saw the fastest adoption of any model tracked by Vercel in 2026: daily token volume grew approximately 27x and customer count grew approximately 80x in its first full week.
The Cost Breakdown
To put the price difference in perspective: a single Claude Fable 5 agentic coding session processing 2 million output tokens costs $100 in credits at $10/$50 per million input/output tokens. The same session on Sonnet 5 at introductory pricing costs $20. GLM-5.2 at its current pricing would cost significantly less.
For enterprise teams processing millions of tokens daily, this price gap translates to hundreds of thousands of dollars in annual savings. The advisor model technique, where a cheap model handles routine tasks and escalates to a frontier model only when needed, makes Chinese models the natural default tier.
The Data Security Problem
Cheaper models come with trade-offs that matter for certain use cases. API calls to Chinese models route through Chinese servers. This creates data jurisdiction concerns for companies handling regulated data or sensitive business intelligence. Content restrictions on politically sensitive topics also apply. And tool-call schema reliability lags behind frontier models.
For enterprise teams working with financial data, healthcare records, or government contracts, the data jurisdiction issue is a dealbreaker. But for the vast majority of coding tasks, content generation, and data processing work, the cost advantage overwhelms the security concerns.
China’s Response
There’s a wrinkle. China’s Ministry of Commerce has been meeting with Alibaba, ByteDance, and Z.ai about potentially restricting overseas access to its top AI models. If China locks down its best models, the current wave of adoption could reverse quickly.
Z.ai’s MIT licensing language specifically says “no regional limits,” but licensing terms can change, and government regulation can override them. The US developers currently building their AI stacks around Chinese models are making a bet that access stays open.
Frequently Asked Questions
What is GLM-5.2?
GLM-5.2 is an open-weight AI model developed by Z.ai, a Chinese company. It’s particularly strong at coding and AI agent tasks, scoring 62.1% on SWE-bench Pro. It carries an MIT license and has seen rapid adoption among US developers due to its low cost.
How much cheaper are Chinese AI models compared to OpenAI?
According to CNBC’s analysis, open-source Chinese models are 60% to 90% cheaper than leading Anthropic and OpenAI models. The exact savings depend on the model and use case, but enterprise teams consistently report significant cost reductions when routing routine tasks to Chinese models.
Are Chinese AI models safe for enterprise use?
It depends on the data. API calls route through Chinese servers, which creates data jurisdiction issues for regulated industries. For non-sensitive work like code completion, content generation, and data processing, the security risk is minimal. Companies handling financial, healthcare, or government data should evaluate the jurisdiction implications carefully.
Will China restrict access to its AI models?
China’s Ministry of Commerce has been in discussions with major AI companies about potentially restricting overseas access to top models. No official restrictions have been announced, but the possibility is being taken seriously by US developers who rely on Chinese open-weight models.
What is the advisor model technique?
The advisor model technique routes most AI tasks to a cheap, capable model and only escalates to an expensive frontier model when the cheaper model can’t handle the request. This approach uses Chinese models as the default tier, reserving OpenAI and Anthropic models for the hardest tasks where their performance advantage justifies the higher cost.
