Qwen3 Coder Next

alibaba/qwen3-coder-next

Qwen3-Coder-Next is an open-weight language model designed specifically for coding agents. With only 3B activated parameters (80B total), it achieves performance comparable to models with 10–20x more active parameters, making it highly cost-effective for production agent deployment. Through an elaborate training recipe, Qwen3-Coder-Next excels at long-horizon reasoning, complex tool usage, and recovery from execution failures, ensuring robust performance in dynamic coding tasks.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'alibaba/qwen3-coder-next',
prompt: 'Why is the sky blue?'
})