2,210 13 hours ago

Qwen3-Coder-Next is a coding-focused language model from Alibaba's Qwen team, optimized for agentic coding workflows and local development.

tools
ollama run qwen3-coder-next:q8_0

Details

21 hours ago

3f68e12b44ee · 85GB ·

qwen3next
·
79.7B
·
Q8_0
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
{ "temperature": 1, "top_k": 40, "top_p": 0.95 }

Readme

Note: this model requires Ollama 0.15.5, which is currently being published as a pre-release version.

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.

image.png

Features

  • Ultra-efficient inference: 80B total parameters, 3B active per token. Runs on consumer hardware with quantization.
  • 256K native context: Full repository-scale understanding without chunking or retrieval hacks.
  • Agentic training: Trained on 800K executable tasks with environment interaction and reinforcement learning—not just static code-text pairs.
  • Tool calling: Works with coding agents like Claude Code, Qwen Code, Cline, and OpenCode out of the box.
  • Non-thinking mode only: Fast responses without <think></think> blocks.

Benchmarks