Qwen3-Coder
Description: Alibaba's specialized coding model with agentic capabilities
Website: https://github.com/QwenLM/Qwen3-Coder
Qwen3-Coder is Alibaba’s latest open-weight coding model. The Next variant was announced in 2026 and is optimized for autonomous coding agents.
Qwen3-Coder-Next
- Efficiency: Only 3B active parameters (of 80B total)
- Performance: Comparable to Claude Sonnet at significantly lower inference costs
- Context: 256K tokens native, expandable to 1M tokens with Yarn
- Languages: Supports 358 programming languages
Agentic Coding
Trained on 800K verifiable tasks with executable environments. Excels at:
- Long-horizon reasoning
- Complex tool use
- Error handling and recovery
- Repository-wide code understanding
Deployment
- Support on AMD Instinct GPUs (MI300X/MI325X)
- Runs with vLLM on ROCm 7
- Full 256K context on single GPU (FP8)
Platforms
Integration with Qwen Code, Claude Code, CLINE, and other coding platforms.