Alibaba’s Qwen Team Released A New Artificial Intelligence (AI) Coding Model on Tuesday. Dubbed Qwen 3 Coder, The Model Comes with Several Agentic Capabilitys Including Agentic Coding, Agentic Browser-Use, and Agentic tool-use. The researchers have released only one variant of the model so far, the Qwen3-Coder-480B-A35B-Instruct, which is the most powerful variants in the family. In terms of performance in coding, Alibaba’s Ai Team Claims The Open-Source Model is comparable to anthropic’s claude sonnet 4 model. The New Large Language Model (LLM) is available to download locally.
Qwen 3 Coder Model With Agentic Capabilites Released
In a blog post, the resultars detailed the new agentic coding tool. Available in Open-Source, Interested Individuals Can Download The Weights from Qwen’s Hugging Face Listing and Github Listing. The model is available with a permissive apache 2.0 license which allows for bot academic and commercial usage. AlongSide the model, an open-source command-line tool dubbed Qwen code is also available for agentic coding.
Coming to the model, the qwen 3 coder is a mixture-of-axpert (moe) model with 480 billion parameters. Out of that, the model functions with 35 billion active parameters and a context length of 2,56,000 tokens natively. The context window can be expanded to one million tokens using extrapolation methods. The researchers highlighted that the model supports agentic coding, agentic browser-use, and agentic tool-use.
The company claims that Qwen 3 coder achieved state-the -art (SOTA) performance amOng open-source models on the swe-bench verified benchmark. Here, sota referrs to the highhest score which was previously unattainable by Any Other Model. The Qwen Team said this score was achieved by creating a scalable system using alibaba cloud’s infrastructure that accepts 20,000 independent environments in parallel.
To enable agentic coding, the team has also released the Qwen Code Command-Line Tool. Built from Gemini Code, it has been equipped with custom prompts and function calling protocols. These functionalities allowed ai model to not only write and edit code but also to deploy and Execute it in an integrated development environment (idee).
While Qwen Code Natively Supports Qwen 3 Coder AI Model, it can also be integrated with the openai software development kit (sdk) when calling llms. On the other hand, the Qwen Coding Model Can also be used with claude code. But developers will need to request an api key on alibaba cloud model studio platform.