Core capabilities
- 30B total / about 3B active MoE
- 128K context and turn-level thinking switch
- Multilingual, code, math and tool-use support
- Broad local runtime ecosystem including llama.cpp and MLX
Alibaba Qwen / open
An efficient MoE model activating roughly 3B parameters while retaining reasoning and agent capabilities.
Useful when hardware is constrained but hybrid reasoning, tools and multilingual support still matter. Qwen3 30B-A3B activates about 3B of 30B total parameters across a 128-expert MoE, offering 128K context and hybrid thinking in a workstation-friendly tier.
Good for local assistants and lightweight agents. Select a runtime with explicit Qwen3 MoE and reasoning-parser support, size memory for all weights plus KV cache, and use higher-tier fallback for hard cases.
Local performance depends on the runtime's MoE, KV-cache and reasoning-parser support. Small active parameter count does not mean every 3B runtime can host it; all expert weights still require storage and memory planning. Runtime support for MoE and KV cache is decisive.
Specifications and positioning checked against provider documentation.
Open official source↗