AI Gateway

/

Qwen 3.32B

Qwen 3.32B by Alibaba Cloud

Qwen3-32B is a world-class model with comparable quality to DeepSeek R1 while outperforming GPT-4.1 and Claude Sonnet 3.7. It excels in code-gen, tool-calling, and advanced reasoning, making it an exceptional model for a wide range of production use cases.

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