Skip to content

Qwen 3.7 Plus now available on AI Gateway

1 min read

Qwen 3.7 Plus from Alibaba is now available on Vercel AI Gateway.

The model unifies vision and language into a single agent foundation, with capabilities spanning GUI and CLI operation, coding and productivity workflows with full-modality input, and visual agent tasks including perception and reasoning. It is designed to generalize across diverse agent harnesses.

To use Qwen 3.7 Plus, set model to alibaba/qwen-3.7-plus in the AI SDK.

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.`,
});

AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, dynamic provider sorting by latency and cost, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests.

Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.