Skip to content

Qwen 3 Coder 30B A3B Instruct

Qwen 3 Coder 30B A3B Instruct is a compact mixture-of-experts coding model from Alibaba, activating only 3 billion parameters per inference while delivering strong agentic coding performance for cost-sensitive deployments.

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