AI Gateway

/

Qwen3 Max

Qwen3 Max by Alibaba Cloud

The Qwen 3 series Max model has undergone specialized upgrades in agent programming and tool invocation compared to the preview version. The officially released model this time has achieved state-of-the-art (SOTA) performance in its field and is better suited to meet the demands of agents operating in more complex scenarios.

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