Qwen’s coding LLM goes agentic with 256K context and 358 languages
An open-weight coding model trained to act like an agent, browse the web, and read entire repos in a 256K-token window.

What it does Qwen3-Coder is a family of open-weight language models specialized for code generation and agentic tasks. The flagship Qwen3-Coder-Next is built on an 80B-A3B Mixture-of-Experts base with hybrid attention, supports 358 programming languages, and handles up to 256K tokens natively (extendable to 1M via Yarn). Weights come in several formats, including FP8 and GGUF, alongside larger 30B and 480B variants.
The interesting bit The team emphasizes agentic training—executable task synthesis, environment interaction, and reinforcement learning—over standard code-completion fine-tuning. It claims results comparable to Claude Sonnet on agentic coding and browser-use benchmarks, and ships a custom function-call format tuned for tools like Qwen Code, CLINE, and Claude Code.
Key highlights
- Open weights in multiple sizes, from the local-friendly Qwen3-Coder-Next up to a 480B-A35B MoE variant
- Native 256K context window, ostensibly for repository-scale understanding
- Supports 358 coding languages, including COBOL, Brainfuck, and Dogescript
- Requires updated tokenizers and a new tool parser in SGLang or vLLM for function calling
- Retains base-model strengths in math and general reasoning
Caveats
- The repository is primarily documentation and model cards; you’ll need your own inference stack
- Function calling depends on specific parser support in SGLang and vLLM, and the tokenizer changed from prior Qwen releases
- The instruct models support only non-thinking mode, so you won’t see explicit reasoning chains in the output
Verdict Worth evaluating if you need an open-weight coding agent with long-context chops and broad language support; skip it if you were hoping for a drop-in software library—this repo is model weights and cards.
Frequently asked
- What is QwenLM/Qwen3-Coder?
- An open-weight coding model trained to act like an agent, browse the web, and read entire repos in a 256K-token window.
- Is Qwen3-Coder open source?
- Yes — QwenLM/Qwen3-Coder is an open-source project tracked on heatdrop.
- What language is Qwen3-Coder written in?
- QwenLM/Qwen3-Coder is primarily written in Python.
- How popular is Qwen3-Coder?
- QwenLM/Qwen3-Coder has 16.7k stars on GitHub.
- Where can I find Qwen3-Coder?
- QwenLM/Qwen3-Coder is on GitHub at https://github.com/QwenLM/Qwen3-Coder.