Qwen (pronounced "chwen") is Alibaba Cloud's family of large language models, released as open-source under various licenses. In 2026, Qwen has become one of the strongest open-source LLM families — competitive with Llama 3 and often outperforming it on specific tasks.
| Model | Size | Best for | License |
|---|---|---|---|
| Qwen2.5 | 0.5B-72B | General tasks, long context | Apache 2.0 |
| Qwen2.5-Coder | 1.5B-32B | Code generation | Apache 2.0 |
| Qwen2.5-Math | 1.5B-72B | Mathematical reasoning | Apache 2.0 |
| QwQ-32B | 32B | Deep reasoning (o1-style) | Apache 2.0 |
| Qwen-VL | 7B-72B | Vision + language tasks | Apache 2.0 |
Qwen2.5-72B consistently ranks near the top of open-source LLM leaderboards. Key strengths:
| Benchmark | Qwen2.5-72B | Llama-3.3-70B | Mistral-Large |
|---|---|---|---|
| MMLU | 86.1% | 86.0% | 84.0% |
| HumanEval (coding) | 86.6% | 80.5% | 81.2% |
| MATH | 83.1% | 77.0% | 71.2% |
| Context window | 128K | 128K | 32K |
# Via Ollama ollama pull qwen2.5 # 7B default ollama pull qwen2.5:72b # full 72B (requires ~45GB RAM) ollama pull qwen2.5-coder # 7B coding variant ollama pull qwen2.5-coder:32b # best local coding model ollama run qwen2.5
Alibaba Cloud offers Qwen models through its DashScope API. Pricing is competitive with DeepSeek — significantly cheaper than OpenAI or Anthropic for comparable capability:
Qwen 3.8 is Alibaba's latest release in the Qwen family, launched in mid-2026. It introduces a hybrid architecture that combines dense attention layers with mixture-of-experts (MoE) blocks — getting more capability per active parameter than the pure-dense Qwen2.5 series.
Key improvements in Qwen 3.8:
ollama pull qwen3.8 # latest Qwen 3.8 default ollama pull qwen3.8:32b # 32B variant ollama run qwen3.8
For most practical tasks Qwen 3.8 outperforms Qwen2.5 at the same parameter count. If you're already running Qwen2.5 locally, upgrading is worth benchmarking on your specific workload before committing.
Tokoscope works with any OpenAI-compatible endpoint including Ollama. Free to start.
Get started free →