Qwen3-Coder icon

Qwen3-Coder

Qwen3-Coder is an open-source Mixture-of-Experts language model built by Alibaba for autonomous coding tasks. It’s trained on 7.5 trillion tokens, mostly code, and activates 35B parameters per task from a 480B total parameter pool. It’s designed for agent-based workflows like pull request bots, debuggers, and file refactorers.

You can use Qwen3-Coder directly in your browser at chat.qwen.ai or run it locally via its CLI tool, Qwen Code. The CLI allows natural language goals to trigger multi-step tasks like reading, categorizing, and sorting files autonomously. It’s available via NPM and requires Node.js.

Qwen3-Coder is compatible with OpenRouter and Alibaba Cloud APIs and is generally 5–7x cheaper than GPT-4 or Claude. The model is Apache 2.0 licensed and optimized for code reasoning, agentic operations, and large codebase understanding.

No discussions yet

Be the first to start a discussion about Qwen3-Coder

Developer

Alibaba Group is a global technology company developing open models and infrastructure, including the Qwen series for AI applications.

Pricing and Plans

PlanPriceFeatures
Free (Open Source)Free
  • Free use via web interface
  • Apache 2.0 license
  • Installable CLI tool
  • Self-hostable with open weights
API (via OpenRouter or Alibaba Cloud)$2/per 1M tokens (approx)
  • Pay-as-you-go access
  • Cheaper than GPT-4 and Claude Sonnet
  • Multiple provider support

System Requirements

Operating System
Linux, macOS, Windows (WSL2 recommended)
Memory (RAM)
64GB+ RAM (and 24GB+ VRAM) recommended for local runs of smaller variants
Processor
High-end CPU or CUDA-compatible GPU; hosted API use recommended
Disk Space
10-50GB depending on model size; full model not practical for most users

AI Capabilities

Code understanding and debugging
Autonomous agent task execution
Multi-step reasoning over file systems
Command line interface with natural language goals
Efficient codebase navigation and refactoring
Open API compatibility