Skip to content
Dashboard

Qwen 3.7 Plus now available on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'alibaba/qwen3.7-plus',
prompt: `Click through the checkout flow and flag any UI bugs you find.`,
});