The most downloaded model of the month is dense, 27B, and fits on one machine
While the frontier competes on trillions of parameters, the model people are actually downloading is 27 billion, dense, and small enough to hold on one machine.
Qwen3.8-27B is a dense model rather than a mixture of experts, Apache 2.0, with a 262K native context extending to about a million. There is no hosted price because there is nothing to host: it is weights. It has accumulated millions of downloads and a long tail of quantised and fine tuned derivatives.
Why this one is different
Dense is the point, not a limitation. A mixture of experts is cheaper per token at scale but awkward to serve: memory has to hold every expert while only a few run. A 27B dense model behaves predictably on one GPU, quantises cleanly, and does the same thing every time, which is what matters when it is running on your own hardware rather than someone's API.
Dense is the point, not a limitation.
How we got here
- 2024 to 2025Mixtures of experts take over the frontier, optimised for serving many users at once.
- 3 Aug 2026Qwen3.8-Max, 2.4 trillion parameters, for people renting compute by the hour.
- 14 Aug 2026Qwen3.8-27B, dense and Apache 2.0, for people who own the machine.
What it does and does not mean
Download counts are not usage. A number that large includes mirrors, quantised rebuilds, automated pipelines and a great deal of curiosity, and a 27B dense model is still meaningfully behind the frontier on hard reasoning. What it does show is that the open weight audience optimises for something the leaderboards do not measure: not the best model, the best model that fits.