Qwen3 Max
Qwen3 Max is Alibaba's trillion-parameter MoE language model with a context window of 262.1K tokens, delivering competitive performance on coding, mathematics, and enterprise tool-use tasks.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen3-max', prompt: 'Why is the sky blue?'})