Vercel AI Updates: August 27, 2026
1. Vercel Security Dashboard Reaches General Availability
Vercel. Vercel made its Security Dashboard generally available on all plans, giving teams a single view that automatically flags misconfigurations such as missing two-factor authentication, expired credentials, and publicly exposed deployments. The dashboard integrates with the CLI so agent-driven workflows can surface and remediate findings without leaving the terminal. Source
2. AI SDK Adds a Dedicated Z.AI Provider
Vercel. The AI SDK shipped @ai-sdk/zai@2.0.0, a major release that introduces a dedicated Z.AI provider with GLM chat completions, streaming, reasoning, tool calling, and multimodal inputs. The provider includes support for the GLM-5.3-Flash model, letting developers wire Z.AI models into AI SDK applications through the standard provider interface. Source
3. Gemini 3.5 Transcribe Comes to AI Gateway
Vercel. Google’s Gemini 3.5 Transcribe model is now available on AI Gateway in two variants, one for complete recordings and one for live streaming over WebSocket. The model detects the spoken language on its own, covers more than 85 languages, and can follow a speaker who switches languages partway through a recording. Source
4. Meta Muse Image Arrives on AI Gateway
Vercel. Meta’s Muse Image model is now accessible through AI Gateway, handling both text-to-image generation and image editing within a single model. It accepts reference images to guide output, so developers can steer results toward a specific style or subject using the same endpoint. Source
5. Qwen 3.8 Flash and GLM 5.3 Flash Land on AI Gateway
Vercel. Vercel added Alibaba’s Qwen 3.8 Flash and Z.ai’s GLM 5.3 Flash to AI Gateway, both multimodal models that accept text and image input with a 1-million-token context window. Qwen 3.8 Flash is positioned for coding, tool use, and multi-step agent workflows, while GLM 5.3 Flash supports function calling and structured output. Source
6. Python Projects Gain CDN Routing Rules
Vercel. Python applications on Vercel can now use CDN-level routing rules to rewrite requests and set headers without a redeployment. The rules can be managed through the dashboard, CLI, or SDK, bringing Python projects in line with the routing controls already available to other runtimes. Source