Assess
Qwen Code is an open-source CLI coding agent from Alibaba's Qwen team, forked from Gemini CLI and co-evolved with the Qwen3-Coder model family. The flagship Qwen3-Coder-480B-A35B achieves SWE-Bench results comparable to Claude Sonnet 4, with 1,000 free requests/day via Qwen OAuth.
Why It's in Assess
Qwen Code is relevant primarily as the official CLI for Qwen3-Coder — Alibaba's open-weight coding model series. The combination of a strong open-weight model and a free-tier CLI makes it worth watching, especially for teams with data residency or cost constraints:
- Qwen3-Coder-480B-A35B: 480B-parameter Mixture-of-Experts (35B active parameters), 256K native context (1M with extrapolation). Benchmarks comparable to Claude Sonnet 4 on agentic coding, browser use, and tool use
- Qwen3-Coder-Next: 80B total / 3B active parameters — achieves 70%+ on SWE-Bench Verified using SWE-Agent scaffold, performance comparable to models with 10–20× more active parameters
- 1,000 free requests/day: Via Qwen OAuth sign-in — unusually generous free tier for a frontier-class model
- Forked from Gemini CLI: Familiar workflow for anyone already using Gemini CLI; customized prompts and function calling for Qwen3-Coder's capabilities
- MCP + LSP + SubAgents: Full MCP support, LSP integration for code-aware context, SubAgents for task delegation
- Sandbox execution: Run commands safely in isolated Docker/Podman containers
- Open-weight model: Qwen3-Coder weights are publicly available — usable on-premise, with Ollama, or on your own inference infrastructure
When to Consider
- You want a strong coding model without Anthropic/OpenAI lock-in
- Data residency requirements prevent sending code to US-based providers
- Cost sensitivity — 1K free requests/day and cheap inference via Alibaba Cloud
- You already use Qwen models and want the CLI that's co-optimized for them
Key Characteristics
| Property | Value |
|---|---|
| Interface | CLI, VS Code/Zed/JetBrains integration |
| License | Open source (Apache-2.0) |
| Underlying model | Qwen3-Coder series (open-weight) |
| Sandbox | Docker/Podman containers |
| Free tier | 1,000 requests/day via Qwen OAuth |
| Pricing | Free (OAuth) / API key (Alibaba Cloud ModelStudio) |
| Provider | Alibaba / Qwen team |
| Website | qwen.ai/qwencode |
| GitHub | QwenLM/qwen-code |