Skip to content
Dashboard

Qwen 3 Max Thinking now available on AI Gateway

import { streamText } from 'ai'
const { textStream } = await streamText({
model: 'alibaba/qwen3-max-thinking',
prompt:
`Research a current topic, verify facts, remember a user preference,
and include a short code snippet to support the explanation.`,
})