Skip to content
Dashboard

Qwen 3.7 Max now available on Vercel AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'alibaba/qwen3.7-max',
prompt: `Refactor this service into smaller modules and update callers across the repo.`,
});

Ready to deploy?