Vercel — AI · · 1 min read

Qwen 3.7 Max now available on Vercel AI Gateway

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

1 min read

May 21, 2026

Qwen 3.7 Max from Alibaba is now available on Vercel AI Gateway. The model is designed as an agent foundation, with capabilities spanning coding, office workflow automation, and long-horizon autonomous execution.

Qwen 3.7 Max shows improvements in frontend prototyping and complex multi-file engineering. The model supports office and productivity tasks through multi-agent orchestration and sustains coherent reasoning across long-horizon tool-calling sessions.

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

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

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, observability, Bring Your Own Key support, and intelligent provider routing with automatic retries.

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

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI