Qwen Releases 480B Open-Source Model for Code Agents
The new flagship coding model from Alibaba's Qwen team uses a massive Mixture-of-Experts architecture and is released under a permissive Apache-2.0 license.
Alibaba's Qwen team has released a powerful new open-source model specialized for code generation and agentic tasks. The model, named Qwen3-Coder-480B-A35B-Instruct, marks a significant entry into the high-end landscape of AI coding assistants, combining immense scale with an efficient architecture.
At its core, Qwen3-Coder is a Mixture-of-Experts (MoE) model. While it contains a massive 480 billion total parameters, it only activates a sparse 35 billion for any given input. This design aims to provide the vast knowledge capacity of a very large model while maintaining more manageable computational requirements for inference, striking a balance between power and efficiency.
Long Context and a Permissive License
Beyond its MoE architecture, the model boasts two key features that set it apart. First is its exceptionally long context window of 262,144 tokens, allowing it to process and reason over entire codebases or lengthy project histories. This is critical for complex, multi-file software development tasks.
Second, and perhaps most importantly for the community, Qwen3-Coder is released under the Apache-2.0 license. This permissive license allows for both commercial and research use, giving developers a powerful, unrestricted foundation to build sophisticated new tools and coding agents. You can find the model and its details on its Hugging Face repository.
Sources
- Visit
Qwen/Qwen3-Coder-480B-A35B-Instruct
Hugging Face
0 comments
No comments yet. Be the first to weigh in.
More in Code

Weibo AI Releases VibeThinker-3B, a Compact Reasoning Model
The new 3-billion-parameter model from the Chinese tech giant focuses on challenging benchmarks in mathematics, coding, and graduate-level questions.
Moonshot AI Releases Kimi, a Multimodal Coding Model
The new Mixture-of-Experts model from the Chinese AI company can generate code while also understanding visual inputs, a rare combination in open models.

Cohere Releases North-Mini-Code, an Open MoE Model
The new Apache 2.0-licensed model is designed for code generation and agentic chat applications, using a Mixture-of-Experts architecture for efficiency.