AI Gateway

Qwen3 Coder 480B A35B Instruct

alibaba/qwen3-coder

Mixture-of-experts LLM with advanced coding and reasoning capabilities

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