Chinese open-weight models are now dominating Hugging Face downloads by 1.6B over US models
Most of the teams I work with are shifting their stack toward open-weight models because the gap between them and closed APIs has basically vanished. If you're still thinking of "open" as just a cheaper alternative to GPT-4, you're missing the current reality. Right now, Chinese open-weight models are leading the pack in both adoption and raw performance, specifically in agentic capabilities that we previously only saw in closed systems like Claude Code back in December 2025.
What actually counts as "open" in 2026?
There is a huge difference between open-weight and true open-source, and it matters for how we deploy these at work. Most of what we use—like Llama, Qwen, Gemma, or DeepSeek—are open-weight. You get the weights and the inference code (usually via VLLM, SGLANG, or Transformers), but you don't get the full recipe.
True open-source is much rarer. To qualify, you need the weights, the licenses, the inference code, and the complete training data and code to reproduce the model from scratch. The US is actually stronger here with non-profit efforts like the Olmo models from the Allen Institute for AI, OpenAthena’s Marin, and EleutherAI’s Pythia. Everything else exists on a spectrum. Nvidia’s Nemotron models, for example, release a ton of training data under permissive licenses, making them "more open" than a standard open-weight model, but they still aren't fully open-source since not every single piece of data is public.
The shift in performance and adoption
The momentum shifted about 18 months ago. If you look at the Hugging Face download numbers, China took the lead around July 2025, largely driven by Alibaba’s Qwen series. As of August 2025, the gap has widened significantly. Total downloads for Chinese models hit 3.2B, which is double the total for American models.
The technical lead is becoming harder to ignore on benchmarks like the Artificial Analysis Intelligence Index (AAII). As of September 14, 2026, the top-tier Chinese models are hitting numbers that leave US open-weight models in the dust:
- Z.ai GLM-5.3: 45
- Moonshot AI Kimi K3: 44
- Z.ai GLM-5.3-Flash: 42
- Thinking Machines Inkling / Inkling Small: 26

That 1.6B download lead is wild. Most people overlook how much the localized tokenization helps with speed in these models.