AI Gateway

All Models/

Qwen3 Max

Qwen3 Max by Alibaba Cloud

Qwen3-Max improves instruction following, multilingual ability, and tool use; reduced hallucinations.

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