Alibaba Coding Plan (China)
Qwen team has just released Qwen3-Coder-Next, an open-weight language model designed for coding agents and local development. It sits on top of the...
Model details
Qwen3 Coder Next was introduced by Alibaba's Qwen team as a developer-focused large language model built around coding agents and local development workflows, rather than as a general-purpose chat model with coding bolted on. Its design priorities show up directly in how it is described and deployed: it ships as an open-weight release so teams can self-host it, and it is exposed through infrastructure platforms like Amazon Bedrock, giving it a path into managed enterprise pipelines alongside local inference. That positioning makes it most useful for teams that want to run a coding assistant on their own hardware or behind their own VPC, while still having the option to fall back to a hosted endpoint when needed.
The technical story behind Qwen3 Coder Next is about getting strong coding-agent behavior out of a relatively small active footprint. It uses a Mixture-of-Experts architecture with roughly 3 billion activated parameters drawn from a much larger 80 billion parameter pool, and third-party evaluations report it landing a 74.2 percent score on SWE-Bench Verified, a benchmark focused on resolving real GitHub issues end to end. That combination of sparse activation, open weights, and a benchmark result competitive with models that use many more active parameters is what makes it attractive for agentic coding setups, where latency, cost per token, and the ability to keep code and context on-prem all matter as much as raw code-completion quality.
A provider subscription or plan supersedes token-based pricing for this model.
Alibaba Coding Plan (China)
Qwen team has just released Qwen3-Coder-Next, an open-weight language model designed for coding agents and local development. It sits on top of the...