Comparison · 2026
Most open-source LLM rankings compare benchmarks nobody re-runs. We took the other angle: every model in this list was verified on Hugging Face on 10 August 2026 — existence, licence, adoption. And the most useful result is not a podium.
The finding
Of the ten verified models, 7 are under a permissive licence (MIT or Apache 2.0). The other three are not — and they are among the most-cited.
The real criterion
In practice there are three licence families to separate:
Method: every row in the table below comes from the public Hugging Face API, queried on 10 August 2026 — repository existence, licence declared in the model card, downloads over the last month. Re-check before deploying: licences are occasionally revised.
Verified data
| Model | Size | Licence | Downloads / mo | Primary use |
|---|---|---|---|---|
| gpt-oss-120B (OpenAI) | 117B (5.1B active) | ✅ Apache 2.0 | 4,014,507 | General purpose, configurable reasoning |
| Llama 4 Scout | 17B × 16 experts | ⚠️ Llama (not permissive) | 463,934 | Long context, multimodal |
| Mistral Small 3.2 24B | 24B | ✅ Apache 2.0 | 301,178 | Best quality-to-hardware ratio for European hosting |
| DeepSeek V3.2 (Exp) | Very large MoE | ✅ MIT | 190,277 | General purpose at reduced compute cost |
| DeepSeek R1 (0528) | Very large MoE | ✅ MIT | 157,981 | Reasoning, maths, code |
| Kimi K2 Instruct | 1T (32B active) | ⚠️ Other (read it) | 60,884 | Agents, tool calling |
| Qwen3 235B A22B | 235B (22B active) | ✅ Apache 2.0 | 44,675 | High-end generalist, multilingual |
| GLM 4.6 | MoE | ✅ MIT | 26,923 | Generalist, code |
| Llama 3.3 Nemotron Super 49B | 49B | ⚠️ Other (read it) | 16,483 | Optimised for NVIDIA hardware |
| Apriel 1.5 15B Thinker | 15B | ✅ MIT | 222 | Reasoning on modest hardware |
Download volume is not a quality measure — it is an adoption measure, and therefore an indirect measure of how much documentation, feedback and tooling you will find around the model. On a real project that often matters more than a benchmark point.
Detail
gpt-oss-120B dominates adoption with over four million monthly downloads, far ahead of everything else, under Apache 2.0. Mixture-of-experts architecture: 117 billion parameters in total but roughly 5 billion active per token, which makes it far cheaper to serve than its nominal size suggests.
Mistral Small 3.2 24B is the pragmatic European choice and the most downloaded after gpt-oss: 24 billion parameters under Apache 2.0, which means a model you can genuinely self-host without building a data centre. For an SME wanting sovereignty without an infrastructure budget, this is the default starting point.
DeepSeek V3.2 and R1 are both under MIT, the simplest licence there is. R1 targets reasoning, V3.2 is an experimental release aimed at reduced compute cost. Their licence is a serious argument: few models at this level are this free to use.
Qwen3 235B A22B and GLM 4.6 cover the high-end generalist tier, one under Apache 2.0 and one under MIT. Qwen is particularly strong multilingually, which matters for European use.
Apriel 1.5 15B Thinker is the smallest on the list and the least downloaded (222 last month) — so the least documented. But 15 billion parameters under MIT with a reasoning orientation is exactly the interesting profile for a constrained deployment. Worth testing, not worth deploying blind.
The three non-permissive ones. Llama 4 Scout (Meta licence) offers very long context and multimodality, with strong adoption. Kimi K2 Instruct (one trillion parameters, 32 billion active) is built for agents and tool calling. Nemotron Super 49B is optimised for NVIDIA hardware. All three are good models; all three require a licence read before commitment. This is not administrative trivia: it is the kind of thing that stops a project during legal validation, six weeks into development.
Decision
Our role
For the comparison with commercial models, see our analysis of Claude vs ChatGPT for the enterprise and our guide to Claude API pricing. For the frameworks that orchestrate these models, see the best open-source AI agent frameworks.
FAQ
Related guides
The frameworks that orchestrate these models: LangChain, CrewAI, AutoGen, n8n.
The commercial counterpart: when an API beats self-hosting.
Connecting a model to your own documents, open source or not.
Links verified at publication. Regulatory texts change — always defer to the official source.
A question, a project, an idea? We respond within 24h. Free audit, no commitment.