Vercel AI Updates: June 2, 2026
1. Qwen 3.7 Plus Now Available on Vercel AI Gateway
Vercel. Alibaba’s Qwen 3.7 Plus (and 3.7 Max) are now routable through the Vercel AI Gateway, accessible in the AI SDK via the model identifier alibaba/qwen-3.7-plus. The models unify vision and language into a single agent foundation with support for GUI/CLI operations, coding workflows, and visual agent tasks involving perception and reasoning. Both variants were offered at no cost for paid AI Gateway subscribers through June 4, 2026, with the Gateway applying no platform markup on inference. Source
2. Vercel Chat SDK Adds Lark and Feishu Support
Vercel. The Vercel Chat SDK now includes a vendor-official adapter for Lark and Feishu messaging platforms, enabling developers to build bots that post, edit, and delete messages, stream replies via Lark’s cardkit typewriter API, send interactive cards, and add emoji reactions. The adapter connects over Lark’s WebSocket transport, meaning bots run from any long-running Node process without needing an exposed HTTP webhook endpoint. The update brings Lark and Feishu alongside the existing Slack and Teams support in Chat SDK’s multi-platform bot framework. Source