Vercel AI Updates: May 22, 2026
1. Qwen 3.7 Max joins Vercel AI Gateway as an agent-foundation coding model
Vercel. Alibaba’s Qwen 3.7 Max is now routable through Vercel AI Gateway as alibaba/qwen-3.7-max, pitched as an agent foundation model with capabilities spanning coding, office workflow automation, and long-horizon autonomous execution. Vercel highlights frontend development and complex multi-file engineering as standout strengths, plus reasoning coherence across extended tool-calling sequences, which puts it in direct competition with Grok Build 0.1 and Gemini 3.5 Flash on the same gateway surface. AI SDK users can swap the model identifier into a streamText call to compare it against existing coding models without touching credentials or provider SDKs. Source
2. Vercel CLI gains an alerts command with an —ai flag for inline anomaly investigation
Vercel. The new vercel alerts command lists every alert for a team or a given project from the terminal, surfacing each alert’s start time, type, and active status without forcing a context switch into the dashboard. The --ai flag attaches the AI investigation results that Observability Plus generates for each anomaly, so engineers and coding agents can read the root-cause analysis and act on it inside the same shell session that triggered the deploy. The capability is gated to the Observability Plus tier and is targeted at codifying alert response into scripts and agent workflows rather than dashboard clicks. Source
3. AI SDK workflow package ships its first 1.0 canary alongside coordinated 7.x and 6.x dependency rolls
Vercel. @ai-sdk/workflow@1.0.0-canary.67 landed on the same release train as ai@7.0.0-canary.150, @ai-sdk/vue@4.0.0-canary.150, and @ai-sdk/svelte@5.0.0-canary.150, marking the workflow package’s promotion to the 1.0 canary line in lockstep with the broader 4.x framework bindings. A parallel stable rollout bumped ai@6.0.190 with @ai-sdk/gateway@3.0.119 and updated the 3.x Vue and 4.x Svelte adapters, keeping the stable line current on gateway changes without forcing teams onto canary tracks. The coordinated cadence signals that the workflow primitive is moving toward general availability as part of the next AI SDK major. Source