Daily News · 2 min read

Vercel AI Updates: July 24, 2026

1. Ling 3.0 Flash Arrives On The Vercel AI Gateway

Vercel. Vercel added Ant Group’s Ling 3.0 Flash, a Mixture-of-Experts model with 124B total parameters and about 5.1B active per token and a 256K-token context window, to the AI Gateway. It targets efficient agentic inference, with strengths in coding agents, document work, and long-context multi-turn interactions. Developers can reach it in the AI SDK with the identifier inclusionai/ling-3.0-flash-free, with free usage available through August 3. Source

2. Vercel MCP Can Now Deploy Code

Vercel. Vercel extended its MCP server so AI assistants can deploy code directly to a new or existing project and return a shareable link. The deploy tool points at project files, then Vercel automatically detects the framework, installs dependencies, and builds the application while compilation runs asynchronously. The capability works with MCP-connected clients such as Claude and Cursor. Source

3. GitHub Tools Become An Installable Eve Extension

Vercel. Vercel packaged its GitHub integration into an installable eve extension that bundles all 42 GitHub tools with Vercel Connect authentication, presets, and approval rules. Developers install a package and add a configuration file to the agent’s extensions directory, choosing among five operational presets. Vercel Connect issues short-lived scoped tokens at runtime, and write operations require approval by default while input-dependent rules allow selective enforcement. Source