Qwen3 Coder Next

Qwen3-Coder-Next is an open-weight causal language model optimized for coding agents and local development workflows. It uses a sparse MoE design with 80B total parameters and only 3B activated per token, delivering performance comparable to models with 10 to 20x higher active compute, which makes it well suited for cost-sensitive, always-on agent deployment. The model is trained with a strong agentic focus and performs reliably on long-horizon coding tasks, complex tool usage, and recovery from execution failures. With a native 256k context window, it integrates cleanly into real-world CLI and IDE environments and adapts well to common agent scaffolds used by modern coding tools. The model operates exclusively in non-thinking mode and does not emit <think> blocks, simplifying integration for production coding agents.

ChatQwen262k tokens$0.1308 / $0.872 · 1M

qwen/qwen3-coder-next

Context
262k tokens
Completion cap
262,144
Tools
Yes
JSON
Yes
Released
2026-02-04

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-coder-next",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Qwen3 Coder Next?
Qwen3-Coder-Next is an open-weight causal language model optimized for coding agents and local development workflows. It uses a sparse MoE design with 80B total parameters and only 3B activated per token, delivering performance comparable to models with 10 to 20x higher active compute, which makes it well suited for cost-sensitive, always-on agent deployment. The model is trained with a strong agentic focus and performs reliably on long-horizon coding tasks, complex tool usage, and recovery from execution failures. With a native 256k context window, it integrates cleanly into real-world CLI and IDE environments and adapts well to common agent scaffolds used by modern coding tools. The model operates exclusively in non-thinking mode and does not emit <think> blocks, simplifying integration for production coding agents. Qwen3 Coder Next runs on the Geek Hub API (OpenAI-compatible). Model id: qwen/qwen3-coder-next.
Is Qwen3 Coder Next free?
No. Input is $0.1308 per 1M tokens and output is $0.872 per 1M tokens on Geek Hub (markup included).
What is the context length of Qwen3 Coder Next?
Qwen3 Coder Next has a 262k tokens context window. It supports up to 262,144 completion tokens.
Does Qwen3 Coder Next support tool calling and structured outputs?
Qwen3 Coder Next accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Qwen3 Coder Next released?
Qwen3 Coder Next was released on 2026-02-04.

More models from Qwen