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?'})Playground
Try out Qwen3 Max by Alibaba. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.