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:
Tokoscope works with any OpenAI-compatible endpoint including Ollama. Free to start.
Get started free →