Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
Q

Qwen3-Coder

> 编程语言
Open source

Qwen3-Coder is the code version of Qwen3, the large language model series developed by Qwen team.

16.8K stars0 likes0 views
WebsiteGitHub

About

Qwen3-Coder is the code version of Qwen3, the large language model series developed by Qwen team.

💜 Qwen Chat   |   🤗 Hugging Face   |   🤖 ModelScope   |    📑 Blog    |   📖 Documentation
🌍 WebDev   |   💬 WeChat (微信)   |   🫨 Discord   |    📄 Arxiv   |    👽 Qwen Code

Visit our Hugging Face or ModelScope organization (click links above), search checkpoints with names starting with `Qwen3-Coder-`, and you will find all you need! Enjoy! --- ## Table of Contents - [Introduction](#introduction) - [Key Features](#key-features) - [Basic Information](#basic-information) - [Quick Start](#quick-start) - [👉🏻 Chat with Qwen3-Coder](#-chat-with-qwen3-coder) - [Fill in the middle with Qwen3-Coder](#fill-in-the-middle-with-qwen3-coder) - [Use Cases](#use-cases) - [Example: Releasing a Website](#example-releasing-a-website) - [Example: Desktop Tidy](#example-desktop-tidy) - [Example: Zombies vs. Plants](#example-zombies-vs-plants) - [Example: Sound ASCII Art](#example-sound-ascii-art) - [Example: Vibe Checking](#example-vibe-checking) - [Example: Parkour Game](#example-parkour-game) - [Star History](#star-history) - [Citation](#citation) - [Contact Us](#contact-us) --- # Qwen3-Coder-Next: Pushing Small Hybrid Models on Agentic Coding ## Introduction We are announcing Qwen3-Coder, our most agentic code model to date. **Qwen3-Coder** is available in multiple sizes, **Qwen3-Coder-480B-A35B-Instruct**, **Qwen3-Coder-30B-A3B-Instruct**, **Qwen3-Coder-Next**, offering exceptional performance in both coding and agentic tasks. **Qwen3-Coder-Next**, an open-weight language model designed specifically for coding agents and local development. Built on top of **Qwen3-Next-80B-A3B-Base**, which adopts a novel architecture with hybrid attention and MoE, Qwen3-Coder-Next has been agentically trained at scale on large-scale executable task synthesis, environment interaction, and reinforcement learning, obtaining strong coding and agentic capabilities with significantly lower inference costs. ### Key Features 💻 **Efficiency-Performance Tradeoff**: among open models on **Agentic Coding**, **Agentic Browser-Use**, and other foundational coding tasks, achieving results comparable to Claude Sonnet. 🛠 **Scaling Agentic Coding**: supporting most platforms such as **Qwen Code**, **CLINE**, **Claude Code**, featuring a specially designed function call format; 📚 **Long-context Capabilities**: with native support for **256K** tokens, extendable up to **1M** tokens using Yarn, optimized for repository-scale understanding. --- ## Basic Information 1. ✨ Supporting long context understanding and generation with the context length of 256K tokens; 2. ✨ Supporting 358 coding languages; Click to view all supported languages ``` … ``` 3. ✨ Retain strengths in math and general capabilities from base model. > [!Important] > > Qwen3-Coder function calling relies on our new tool parser in both **SGLang** and **vLLM** here. > > We updated both the special tokens and their corresponding token ids, in order to maintain consistency with Qwen3. Please make sure to use the new tokenizer. | model name | type | length | Download | |-----------------------------|----------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Qwen3-Coder-Next | instruct | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-Next ) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-Next) | | Qwen3-Coder-Next-Base | base | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-Next-Base) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-Next-Base) | | Qwen3-Coder-480B-A35B-Instruct | instruct | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct ) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-480B-A35B-Instruct) | | Qwen3-Coder-30B-A3B-Instruct | instruct | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-30B-A3B-Instruct) | | Qwen3-Coder-Next-FP8 | instruct | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-Next-FP8 ) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-Next-FP8) | Qwen3-Coder-Next-GGUF | instruct | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-Next-GGUF ) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-Next-GGUF) | | Qwen3-Coder-480B-A35B-Instruct-FP8 | instruct | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8) | | Qwen3-Coder-30B-A3B-Instruct-FP8 | instruct | 256k | 🤗 [Hugging Face](https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8) • 🤖 [ModelScope](https://modelscope.cn/models/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8) | Detailed performance and introduction are shown in this 📑 blog. --- ## Quick Start > [!Important] > **Qwen3-Coder** are instruct models for chatting; > > This model supports only non-thinking mode and does not generate `` blocks in its output. Meanwhile, specifying `enable_thinking=False` is no longer required. > ### 👉🏻 Chat with Qwen3-Coder You can write several lines of code with `transformers` to chat with Qwen3-Coder-Next. Essentially, we build the tokenizer and the model with the `from_pretrained` method, and we use the generate method to perform chatting with the help of the chat template provided by the tokenizer. Below is an example of how to chat with **Qwen3-Coder-Next**: ``` … ``` The `apply_chat_template()` function is used to convert the messages into a format that the model can understand. The `add_generation_prompt` argument is used to add a generation prompt, which refers to `<|im_start|>assistant\n` to the input. Notably, we apply the ChatML template for chat models following our previous practice. The `max_new_tokens` argument is used to set the maximum length of the response. The `tokenizer.batch_decode()` function is used to decode the response. In terms of the input, the above messages are an example to show how to format your dialog history and system prompt. You can use the other sizes of instruct models in the same way. #### Fill in the middle with Qwen3-Coder The code insertion task, also referred to as the "fill-in-the-middle" challenge, requires the insertion of code segments in a manner that bridges the gaps within a given code context. For an approach aligned with best practices, we recommend adhering to the formatting guidelines outlined in the paper "Efficient Training of Language Models to Fill in the Middle" [[arxiv](https://arxiv.org/abs/2207.14255)]. > [!Important] > It should be noted that FIM is supported in every version of Qwen3-Coder. Qwen3-Coder-Next is shown here as an example. > The prompt should be structured as follows: ```python prompt = '<|fim_prefix|>' + prefix_code + '<|fim_suffix|>' + suffix_code + '<|fim_middle|>' ``` Following the approach mentioned, an example would be structured in this manner: ``` … ``` ## Use Cases ### Example: Releasing a Website Prompt with OpenClaw ``` next week we will release new coder model, can you collect the history of qwen coder and write a web page, the release the website with the nginx, you can seach how to do this in alibaba cloud linux first ```

### Example: Desktop Tidy Prompt with Qwen Code ``` Please tidy up my desk. ```

### Example: Zombies vs. Plants Prompt with Claude Code ``` … ```

### Example: Sound ASCII Art Prompt with Cline ``` … ```

### Example: Vibe Checking Prompt with Browser Use Agent ``` Vibe test this website. Click around, try things, report what's broken. ```

### Example: Parkour Game Prompt with Qwen Chat Web Dev ``` … ```

--- ## Star History --- ## Citation If you find our work helpful, feel free to give us a cite. ```bibtex @article{Qwen3-Coder-Next, title={Qwen3-Coder-Next Technical Report}, author={Ruisheng Cao and Mouxiang Chen and Jiawei Chen and Zeyu Cui and Yunlong Feng and Binyuan Hui and Yuheng Jing and Kaixin Li and Mingze Li and Junyang Lin and Zeyao Ma and Kashun Shum and Xuwu Wang and Jinxi Wei and Jiaxi Yang and Jiajun Zhang and Lei Zhang and Zongmeng Zhang and Wenting Zhao and Fan Zhou}, journal={arXiv preprint arXiv:2603.00729}, year={2026}, } ``` --- ## Contact Us If you are interested to leave a message to either our research team or product team, join our [Discord](https://discord.gg/z3GAxXZ9Ce) or [WeChat groups](https://github.com/QwenLM/Qwen/blob/main/assets/wechat.png)!

↑ Back to Top ↑

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Python

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言