Skip to content

Qwen3 Coder Next

Qwen3 Coder Next is the forward-looking iteration of Alibaba's agentic coding model line, designed for developers who want rolling updates to code generation and software engineering capabilities as Alibaba publishes new Qwen3-Coder checkpoints.

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