AI Gateway

All Models/

Qwen3 Coder

Qwen3 Coder by Alibaba Cloud

Qwen3 Coder 480B is a specialized programming model designed for ultra-efficient agentic code generation with long context and state-of-the-art performance. It excels at writing, debugging, and explaining code across multiple programming languages.

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