What Qwen is
Qwen is the AI research team within Alibaba responsible for a sprawling family of open-weight large language, multimodal, reasoning, and coding models. Since its first public multimodal releases in early 2024, the team has become one of the most prolific open-weight labs globally — shipping dozens of model variants across parameter scales from 1.7B to 480B, covering text, image, audio, video, code, and speech recognition. The Qwen name covers both the research organization and the model series; the two are effectively inseparable in practice.
Why it matters to practitioners
For practitioners who cannot or will not route workloads through closed APIs, Qwen is the primary alternative to the Llama family at the frontier. Its models are distributed on Hugging Face and ModelScope with Azure endpoint compatibility, making them straightforward to integrate into standard inference stacks. The download numbers are not marginal: Qwen3.5-4B has exceeded 10 million Hugging Face downloads, Qwen3.5-9B over 9 million, and Qwen3.6-35B-A3B nearly 6 million — figures that reflect genuine production adoption, not just curiosity.
The team's willingness to release at multiple scales simultaneously (2B through 480B, dense and MoE) means practitioners can pick a cost/quality operating point without switching ecosystems.
Model architecture and capability landscape
Qwen's portfolio spans several distinct capability tracks:
Dense multimodal models — The Qwen3.5 and Qwen3.6 series cover 2B, 4B, 9B, and 27B parameter sizes in image-text-to-text configurations. These are the workhorse models for most deployment scenarios.
MoE multimodal models — Qwen3.5-35B-A3B (~3B active), Qwen3.5-122B-A10B (10B active), and Qwen3.6-35B-A3B use Mixture-of-Experts routing to deliver larger effective capacity at lower per-token inference cost. The MoE architecture is central to Qwen's scaling strategy.
Reasoning models — QwQ-32B-Preview (late 2024) and QwQ-32B (early 2025) apply scaled reinforcement learning to improve mathematical and general reasoning. The team explicitly compared QwQ-32B's multi-stage RL training to DeepSeek R1's approach, positioning it as Qwen's answer to the RL-for-reasoning trend.
Coding and agentic models — Qwen3-Coder-480B-A35B-Instruct is the flagship: a 480B-parameter MoE with 35B active parameters, 256K native context (1M via extrapolation), claiming state-of-the-art open-weight results on agentic coding, browser-use, and tool-use benchmarks, with performance described as comparable to Claude Sonnet 4. Qwen3.7-Max extends the agentic focus to general frontier tasks.
Omni/streaming multimodal — Qwen2.5-Omni (7B) processes text, images, audio, and video simultaneously and delivers real-time streaming responses in both text and speech — the team's most unified modality architecture.
Specialized models — Qwen2-Audio (audio+text), QVQ-72B-Preview (visual reasoning at 72B), Qwen2.5-Math PRM (process reward model for mathematical reasoning supervision), and Qwen3-ASR-1.7B (multilingual speech recognition covering Mandarin, Cantonese, English, Arabic, German, French, and Spanish).
Long-context — Qwen2.5-7B and 14B Instruct-1M were the first open-weight Qwen models to reach 1M-token context, following an earlier proprietary Qwen2.5-Turbo upgrade.
Post-training research
The Qwen team publishes actively on the training methods behind their models. Two papers stand out for practitioners building their own pipelines:
GSPO (Group Sequence Policy Optimization) addresses a concrete failure mode: existing RL algorithms like GRPO exhibit severe training instability and model collapse during extended runs. GSPO is designed to enable stable RL scaling — the bottleneck that limits how far post-training can push reasoning and problem-solving capability.
Global-batch load balancing for MoE training targets expert load imbalance across training batches, a known efficiency and quality bottleneck in MoE architectures. The team describes it as a near "free lunch" improvement.
The team also released Skill-RM, a reward modeling framework that treats evaluation as an agentic skill — dynamically selecting and aggregating rule-based verifiers, ground-truth references, and rubrics per input rather than relying on static evaluation.
Emerging directions
Agent-world modeling — Qwen-AgentWorld-35B-A3B, built on the Qwen3.5 MoE architecture and paired with AgentWorldBench, is tagged for world-model and environment-simulation use cases. This is an early signal that the team is moving beyond language and perception toward models that can simulate environments for agent training and evaluation.
On-device reach — Third-party work (PrismML, a Caltech/Khosla spinout) has compressed Qwen's 27B model to under 4 GB via ternary/binary quantization for on-device iPhone inference, demonstrating that Qwen's open weights enable downstream efficiency research the team itself does not have to fund.
Research substrate — Qwen models appear as the primary evaluation target in a wide range of third-party research: linearization studies (LLaMA and Qwen up to 32B), safety evaluation frameworks (SafeVec/RAS across Llama, Gemma, and Qwen families), RL training improvements (DelTA on Qwen3-8B-Base and Qwen3-14B-Base), and health AI evaluation (RubricsTree across Gemini, GPT, and Qwen). This breadth of third-party use is a strong signal of ecosystem entrenchment.
Competitive position
Qwen's primary open-weight competitor is the Llama family; its primary closed-source reference points are GPT and Claude. The team's benchmark claims position Qwen3-Coder at Claude Sonnet 4 parity on coding tasks, and Mistral's own release notes for Mistral Small 4 cite Qwen models as a competitive reference. The pattern — open weights, MoE efficiency, aggressive multimodal coverage, and RL-scaled reasoning — mirrors the strategy of DeepSeek, and the two labs are the dominant forces in open-weight frontier research outside of Meta.




