Qwen3 Max Preview
Qwen3 Max Preview is Alibaba's early-access release of its trillion-parameter Qwen3-Max model, providing developers with ahead-of-schedule access to Qwen3-Max capabilities for evaluation and prototyping.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen3-max-preview', prompt: 'Why is the sky blue?'})