Skip to content

Qwen3 Coder Plus

Qwen3 Coder Plus is an enhanced tier in Alibaba's agentic coding model family, offering a step up in capability over the base variant for development teams with demanding software engineering workloads.

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