Hugging Face’s 2026 Open Model Report: Qwen Leads, Hype vs. Reality

Hugging Face’s mid-2026 ecosystem report documents a structural split in open-weight AI: trillion-parameter Chinese models grab headlines, but a small sentence-embedding model gets pulled nearly 1.6 billion times. Here’s what the data actually means for developers.

The AI model ecosystem keeps growing at a pace that makes a seven-month window feel like a full decade. Hugging Face’s biannual State of Open Models report, covering January through August 2026, tallied the results: public model repositories on the Hub climbed from 2.43 million to 2.96 million, datasets crossed 1 million for the first time, and Spaces — interactive app demos — expanded from 1.00 to 1.44 million. The scale sounds impressive until you see the distribution: roughly 85.6% of models have fewer than 200 lifetime downloads, and a mere 1.5% of repositories account for 99.2% of all downloads. The ecosystem is enormous, but the actual load is concentrated in a very small corner of it.

The Frontier Has Moved — and China Is Leading It

The most striking structural finding in the report is what happened at the top end of the parameter scale. Historically, labs would release a small model first, prove the architecture and scale up. In 2026, several Chinese labs skipped that ladder entirely. China’s monthly ceiling for open-weight model size ran between 754 billion and 2.78 trillion parameters over the period. By contrast, American labs stayed under 130 billion parameters in five of the seven months studied. The two significant exceptions were Nvidia’s Nemotron 3 Ultra at 561 billion parameters and Thinking Machines Lab’s Inkling at 952 billion.

The split between Chinese lab strategies is itself worth noting. Labs like Moonshot, MiniMax, Xiaomi and Z.ai publish almost nothing below 70 billion parameters — meaning a developer’s first encounter with them is a model too large for any consumer hardware they own. Tencent and Alibaba’s Qwen family take the opposite approach, covering a full range from sub-1B to frontier scale. Nvidia’s Nemotron 3 Ultra compensates for its lower benchmark scores against leading Chinese models with raw inference speed, running at over 300 tokens per second — three to six times faster than comparable Chinese models offered through commercial APIs. It’s a meaningful engineering tradeoff, just a different one than headline parameter counts suggest.

Interestingly, the two organizations that released the most new model repositories in 2026 were AMD and Nvidia, each exceeding 200 new repositories. Their contributions are primarily optimized conversions — work that makes trillion-parameter models runnable on specific hardware — rather than original architectures. This is an infrastructure and distribution play, not a research one, but it’s increasingly how U.S. organizations are making themselves indispensable to the open ecosystem.

Attention Is Not Adoption

The report’s most counterintuitive — and most practically useful — finding concerns the gap between what gets celebrated and what actually gets used. Hugging Face compared the top 25 model repositories by downloads with the top 25 by likes in the first seven months of 2026. Exactly one repository appeared on both lists.

The starkest data point: sentence-transformers/all-MiniLM-L6-v2, a compact sentence-embedding model, was downloaded 1.55 billion times in seven months, against just 5,156 likes. Kimi-K3, a much-discussed frontier release, pulled about 60 downloads per like it received. Not one model published in 2026 reaches the download top 25; 13 of those 25 date from 2022.

The explanation is structural. A like is a signal that a release matters to the community at the moment of announcement. A download means something is wired into a scheduled pipeline — a search system, a retrieval-augmented generation stack, an embedding service — that runs repeatedly, often invisibly, for months or years. Treating either number as a proxy for the other is, as the report puts it, the most common mistake in Hub coverage. For students building actual systems, this is a critical distinction: the model generating the most discussion on social media is almost certainly not the one worth learning to deploy first.

Qwen Has Become the Ecosystem’s Default Foundation

Alibaba’s Qwen family is the report’s quiet protagonist. Qwen-based derivative models on the Hub number 151,448 — 2.6 times Meta’s total open-source footprint and 4.7 times the number of Llama-specific repositories. New Qwen-derived repositories are being created at a rate of 180 to 210 per day. The third-largest derivative source on the Hub is Unsloth, a community account that publishes quantized and fine-tuning-ready builds, most of which further extend the Qwen ecosystem.

Total download volume reflects the same dynamic. Qwen accumulated roughly 2.045 billion downloads in the 2026 window. Moonshot’s frontier-only strategy reached 37 million — about 55 times fewer. Qwen’s full-stack approach, offering models at every size from edge-deployable to frontier, is what makes those numbers possible: developers standardize on a family, not just a flagship.

“The company which can offer the most capable open weights models will move ahead in this race,” Neil Shah, co-founder at Counterpoint Research, told CNBC.

Meta is not standing still: the report references a Muse Glimmer release as the company’s direct answer to Qwen’s dual-end strategy. But the derivative count gap is wide enough that closing it will take time even if Meta’s new releases are technically competitive.

Licensing: Permissive Dominates — For Now

Of 178 Chinese open-weight releases above 20 billion parameters in 2026, 59% carry Apache 2.0 licenses and 22% carry MIT — among the most permissive terms available. On the American side of the same size band, only 29% use Apache or MIT; 41% use custom terms and 30% declare no license at all. The report notes this permissiveness appears to be a strategic choice, not an oversight: the return has to come from API and cloud services, hardware positioning, or ecosystem gravity rather than license fees. That said, the very top of the frontier is beginning to shift — Kimi K3 and Qwen 3.8 Max have recently added non-commercial restrictions and revenue-share requirements, a sign the industry is starting to explore clearer monetization paths.

What This Means If You’re Entering the Field

For students and early-career developers, the report functions as a practical orientation guide. The models dominating AI news — multi-trillion-parameter frontier releases — are largely irrelevant to what you will build or be hired to build with in the near term. The skills that transfer to real jobs are in smaller, stable, permissively licensed models: embedding models like all-MiniLM-L6-v2 that power RAG systems, Qwen variants that have become the default choice for fine-tuning projects, and quantized community builds from accounts like Unsloth that actually run on consumer-grade hardware.

Qwen familiarity, specifically, is trending toward a practical job skill in the same way that Llama familiarity was in 2024. And if you are building a portfolio project or an early-stage product, licensing matters from day one: Gemma 4, gpt-oss-120b, GLM-5 and most Qwen variants use Apache 2.0 or MIT with no meaningful restrictions, while Llama 4 carries a community license that triggers commercial terms above 700 million monthly active users. Choosing the right base model’s license before writing a single line of fine-tuning code is the kind of operational judgment that separates someone who understands the ecosystem from someone who just reads the benchmark tables.

Read the full Hugging Face report at huggingface.co/blog/state-of-open-models-summer-2026.

Source: Hugging Face

Additional research sources