Back to Models

Qwen: Qwen3 Coder Next

qwen/qwen3-coder-next
Feb 4, 2026262.1K context65.5K max output$0.15/M in · $0.80/M out

Description

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.

Specifications

Provider
qwen
Context Length
262.1K
Max Output
65.5K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.15
Output$0.80
Cache Read$0.11

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-coder-next",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Qwen: Qwen3 Coder Next — Pricing & API on OminiGate