Vercel Flags no longer requires SDK Keys for Vercel deploymentsNew projects on Vercel now authenticate Flags automatically — no SDK Keys or environment variables to configure.Luis MeyerSoftware Engineer
Pro teams can now run up to 500 concurrent builds Pro now supports up to 500 concurrent builds on Vercel, up from 12. Large repos and monorepos ship faster without waiting on queued builds.David Lee, Mehul Kar
GLM 5.2 Fast via Wafer now available on AI GatewayGLM 5.2 Fast via Wafer AI is now available on Vercel AI Gateway. Use GLM 5.2 via Wafer's fast inference stack for throughput averaging 170+ tokens per second.Rohan Taneja, Jerilyn Zheng
Deploy Node servers with zero configurationNode APIs can now be deployed on Vercel with zero-configuration, with fluid compute and automatic scalingRicardo Gonzalez, Jeff See
Vercel CLI now supports verifying DNS configurationDiagnose domain DNS configuration directly from the Vercel CLI with vercel domains verify. Check DNS status, project attachment, and get exact fix instructions when something is wrong.Can Temizyurek, Elliot Dauber
Scaffold your chat apps with create-chat-sdkStart a Chat SDK bot with one command. create-chat-sdk scaffolds a Next.js project with your platform and state adapters, env vars, and a webhook route.Ben SabicContent Engineer
Preserve local environment variables when linking with the Vercel CLIThe Vercel CLI now preserves .env.local when running vercel link, only updating VERCEL_OIDC_TOKEN without overwriting your other local environment variables.Melkey MoksyakovSoftware Engineer
Custom OIDC Token AudiencesVercel's OIDC issuer now supports custom audiences. Deployments can request OIDC tokens with a specific audience claim, enabling secure service-to-service authentication with third-party providers.Marc Greenstock, Siyu Liu, and 1 other