Skip to content
Dashboard

Qwen 3.5 Plus is on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'alibaba/qwen3.5-plus',
prompt:
`Analyze this UI mockup, extract the design system,
and generate a production-ready React component
with responsive breakpoints and theme support.`,
});