News / Vercel — AI Vercel — AI 400 articles archived · Visit source ↗ · RSS Sign in to subscribe Vercel — AI dev-tools 1d ago Inside the Vercel intern experience The best way to learn is by shipping product to users in production, and that's why we don’t treat our interns as temporary guests. Every intern at Vercel is expected to operate like a core part of our engineering team from day one. This past winter, we welcomed a small cohort… 23 Vercel — AI dev-tools 1d ago Use ACP-compatible harnesses with the AI SDK harness layer The AI SDK harness layer now supports any Agent Client Protocol (ACP)-compatible harness with HarnessAgent through the new @ai-sdk/harness-acp package. Previously, every harness adapter wrapped one specific runtime (Claude Code, Codex, Pi, Deep Agents, OpenCode).… 23 Vercel — AI dev-tools 1d ago One-click upgrade for deprecated Node.js versions Team owners and members can now upgrade all projects using Node.js 20 or earlier to Node.js 24 with one click from the Vercel Dashboard. This updates the Node.js version in project settings . If your project also defines a version in package.json , you'll need to update it… 17 Vercel — AI dev-tools 1d ago Grok Build is now available in the AI SDK harness layer The AI SDK harness layer lets you run established coding-agent runtimes through one unified interface, so you can switch runtimes without changing your application code. Today we are adding Grok Build, which runs through the same HarnessAgent interface as every other supported… 13 Vercel — AI dev-tools 1d ago Exa joins the Vercel Agent Marketplace Exa is now available on the Vercel Agent Marketplace as a native integration. Exa's neural search engine delivers high-quality, relevant results to ground AI in fresh, current information. Add Exa to your Vercel app in seconds to power search, research agents, and context-aware… 33 Vercel — AI dev-tools 1d ago Gemini 3.7 Flash now available on AI Gateway for 50% off Gemini 3.7 Flash from Google is now available on AI Gateway for 50% off till December 31st, 2026. Gemini 3.7 Flash improves on prior Flash models at software engineering and agentic work. It resolves issues more reliably and spends less time stuck in failed agent loops, which… 12 Vercel — AI dev-tools 1d ago GLM 5.2 free for eve agents through August 27 via Blackbox on AI Gateway GLM 5.2 , the open-weights coding model from Z.ai with a 1M-token context window, is free for eve agents through August 27, served by Blackbox AI on AI Gateway . New eve agents come with GLM 5.2 as their default model. Use npx eve@latest init my-agent to get started. Existing… 35 Vercel — AI dev-tools 2d ago DeepSeek V4 Pro now runs updated weights on AI Gateway DeepSeek V4 Pro now runs on updated weights on AI Gateway. They are used by default when you call deepseek/deepseek-v4-pro , so existing requests pick them up with no change to the model ID or your code. To use the updated DeepSeek V4 Pro, set model to… 7 Vercel — AI dev-tools 2d ago Exa web search free through August 31 on AI Gateway and eve Exa web search is now free on AI Gateway through August 31, and it's now the default web search for eve agents. The tool works with any AI Gateway model, with no separate Exa API key. When the model calls it, AI Gateway routes the request to Exa's Search API, returning web… 13 Vercel — AI dev-tools 2d ago Grok 4.6 now available on AI Gateway Grok 4.6 from SpaceXAI is now available on AI Gateway . The model has a 500K token context window and accepts text and image inputs. Grok 4.6 supports low, medium, high, and xhigh reasoning levels and defaults to high. To use Grok 4.6, set model to xai/grok-4.6 in the AI SDK :… 29 Vercel — AI dev-tools 2d ago Building a software factory for AI SDK The AI SDK is one of the most popular open-source AI projects in the world. It serves over 20 million npm downloads a week and the repo has over 26,000 stars. Maintaining the codebase means tracking four moving targets at once: Model providers: new providers, new capabilities,… 30 Vercel — AI dev-tools 2d ago Free domain for one year, now for all Pro teams We recently announced that new Pro teams are eligible to claim a free domain for their first year . We are now extending this offer to all Pro teams. Existing Pro teams can now also claim a free domain for one year. The offer covers one eligible domain per team across six TLDs:… 24 Vercel — AI dev-tools 2d ago Set up coding agents in one command with AI Gateway Using coding agents means setting up multiple accounts, provisioning API keys, and scattering observability and billing. Now, you can route them through AI Gateway to centralize all of this and add controls, with set up in one command: Any of 200+ models in any agent , including… 29 Vercel — AI dev-tools 2d ago Vercel Connect adds observability support Vercel Connect now gives teams line-level visibility into the token lifecycle. See who created a token, what app or project used it, when, and whether it is still active. Every connector's detail page includes a new Observability tab: Runtime events : Every token request,… 26 Vercel — AI dev-tools 2d ago How we migrated the database behind every Vercel build Every build on Vercel starts in the build warm pool, which is a set of standby containers that let builds begin without waiting for new compute. The pool runs on state that tracks which containers are ready, the tokens each one uses to authenticate, and the mapping that ties… 10 Vercel — AI dev-tools 2d ago Enterprise Managed Users is now generally available Enterprise Managed Users (EMU) gives organizations full control over the Vercel accounts tied to their verified domains. It makes the organization's identity provider the single source of truth for authentication and account lifecycle, so accounts on company domains are governed… 5 Vercel — AI dev-tools 2d ago Vercel Connect now supports CLI setup for 100+ connectors You can now integrate 100+ services through Vercel Connect from the CLI. Previously, vercel connect create completed setup in the terminal for some services, and opened the dashboard for everything else. Pass the service name to create a connector, then attach it to your… 18 Vercel — AI dev-tools 3d ago Everything hackable will get hacked Over the past year, AI models have become much more capable of performing cybersecurity work. These changes are reshaping both the threats facing the web and the tools available to defend it. Right now, defenders have an advantage because they can use stronger models for… 10 Vercel — AI dev-tools 3d ago DeepSeek overtakes Google on volume, cost per token falls 13.6% AI Gateway Production Index — August 2026 Every month, AI Gateway routes tens of trillions of tokens between production applications and AI labs. That traffic gives us a view of what AI usage actually looks like in today's enterprise, and we publish it here monthly. See the… 20 Vercel — AI dev-tools 3d ago A sandbox without a network boundary is only half a sandbox Running untrusted code safely requires more than separating it from the host. You also have to control what that code can reach. This matters more as AI agents gain the ability to read files, execute commands, install packages, and generate programs of their own. A microVM can… 13 Vercel — AI dev-tools 3d ago LaunchDarkly is now available on the Vercel Marketplace LaunchDarkly is now available on the Vercel Marketplace , allowing you to quickly get started with feature flags without additional setup. You can: Sync flags into Global Config and evaluate them locally Target releases by user, attribute, or segment Run experiments with… 19 Vercel — AI dev-tools 3d ago Vercel Sandbox now runs on Vercel Managed Images Today we are introducing Vercel Managed Images (VMI), a set of versioned, open-source base images you can use as-is or extend. The source for every image lives in the public vercel/sandbox repository. Managed images replace Sandbox runtimes, which are now deprecated. Starting… 15 Vercel — AI dev-tools 4d ago Bun runtime for Vercel Functions now accepts Bun.serve as an entrypoint The Bun runtime for Vercel Functions now supports Bun.serve() as a function entrypoint, including WebSocket handlers. The server you run locally with Bun deploys as-is, without being wrapped in a framework. Enable the runtime by setting "bunVersion": "1.x" in vercel.json .… 15 Vercel — AI dev-tools 4d ago Simplified onboarding for deepsec deepsec , the open-source security review harness from Vercel, now lets you set up a repository and run its first security review with a single command. The init command now automates the standard setup process: creates the isolated .deepsec/ workspace, the only thing added to… 15 Vercel — AI dev-tools 6d ago Grok Imagine Image 2.0 now available on Vercel AI Gateway Grok Imagine Image 2.0 Preview from xAI is now available on AI Gateway. The model follows detailed instructions closely and plans typography and layout together, so dense, multi-part visuals like infographics, posters, and title screens hold their structure and small text stays… 24 Vercel — AI dev-tools 6d ago Vercel AI Gateway and Vercel Sandbox now available on Hermes Agent Hermes Agent can now use Vercel AI Gateway as its inference layer and run its agent commands in an isolated Vercel Sandbox microVM. Access 200+ models through AI Gateway at no markup on tokens, and every request appears in your AI Gateway dashboard with the rest of your usage… 36 Vercel — AI dev-tools 6d ago Vercel Container Registry repositories can now be made public Vercel Container Registry now lets you make a repository public, so anyone with a Vercel account can pull and use its images. Sharing already granted read access to up to 100 teams, and making a repository public opens that access to every Vercel team rather than a named set.… 16 Vercel — AI dev-tools 7d ago Audit Log Drains now support Datadog, Splunk, and Panther Audit Log Drains now stream your team's audit events into Datadog , Splunk , and Panther , joining the existing custom HTTPS endpoint and Amazon S3 destinations. An Audit Log Drain forwards every event from your team's Activity Log, plus additional audit metadata, to the… 10 Vercel — AI dev-tools 7d ago Free domain now included with new Pro subscriptions New Pro subscriptions now include a domain free for the first year. The offer covers six TLDs: .online .site .space .store .tech .website Each team has 30 days after subscribing to claim one domain, either at checkout or later from the domain search in the dashboard. After the… 31 Vercel — AI dev-tools 7d ago Give every agent in Herdr its own Vercel Sandbox Terminal coding agents like Claude Code, Codex, and OpenCode can now each run in their own isolated Vercel Sandbox , orchestrated from Herdr , a tmux-style manager that runs them side by side in panes. Nothing an agent runs or edits touches your machine. When you start an agent,… 9 Vercel — AI dev-tools 8d ago Pause workflows for approval with Chat SDK You can build human-in-the-loop approvals with Chat SDK through the new chat/workflow subpath. One requestApproval call posts a card with Approve and Deny buttons and suspends a Workflow SDK workflow until someone decides. The wait can last seconds or days and survives deploys… 8 Vercel — AI dev-tools 8d ago Introducing Agent Plugins Today, Agent Plugins 1.0.0 is publicly available. Agent Plugins is an open, vendor-neutral standard for plugins that extend AI agents. Agent Skills provide reusable instructions and resources for AI agents. MCP servers connect agents to tools and services. Both can be reused… 33 Vercel — AI dev-tools 8d ago Introducing Agent Plugins 1.0.0 Agent Plugins 1.0.0 is now available. It is an open, vendor-neutral standard for packaging Agent Skills and MCP servers into portable plugins. Compatible agent clients can discover and load them. Agent Plugins defines a common format: a root plugin.json manifest, plus fixed… 7 Vercel — AI dev-tools 8d ago Ling 3.0 Tiny is now available on AI Gateway Ling 3.0 Tiny from ANT Group is now on AI Gateway, free to use till 8:00am PT on 8/14. Ling 3.0 Tiny takes the free slot from Ling 3.0 Flash . Ling 3.0 Tiny is a MOE model with 7.9B total parameters and about 1.3B active per token, a 256K token context window, and up to 32K… 6 Vercel — AI dev-tools 8d ago Marketplace integrations now install provider skills When you install a Vercel Marketplace integration from the Vercel CLI, it now also installs that provider's agent skills from skills.sh , so your agents know how to use it: This happens automatically for any provider that publishes skills. You can also find integrations without… 9 Vercel — AI dev-tools 8d ago Seedance 2.5 now available on Vercel AI Gateway Seedance 2.5 from ByteDance is now available on AI Gateway. It generates up to 30 seconds in a single clip, holding camera movement and continuity without stitching shots together in post. Short clips can also be extended with character, scene, and camera movement carried over.… 33 Vercel — AI dev-tools 8d ago Set your own project avatars You can now set a project's avatar from its settings in the Vercel dashboard. Until now, Vercel set it automatically, using the favicon from the project's production deployment. That's still the default if you haven't set one. The avatar renders across the dashboard and on… 35 Vercel — AI dev-tools 8d ago New setup page after domain checkout Buying a domain on Vercel now takes you to a setup page that tracks registration live, with direct paths to deploy a new project, connect an existing one, proxy or redirect a site you already run, or set up email. Registration can take a few minutes. Each setup action unlocks as… 24 Vercel — AI dev-tools 9d ago Export AI Gateway traces with Vercel Drains AI Gateway now produces an OpenTelemetry trace for every request. Pro and Enterprise teams can send these traces through Vercel Drains to any OTLP/HTTP-compatible endpoint, including native integrations for Braintrust, Dash0, Kubiks, Sentry, and Statsig. Each trace shows the… 33 Vercel — AI dev-tools 9d ago AI Gateway is now available on AWS Marketplace AI Gateway is now available on AWS Marketplace . Teams can procure AI Gateway through their existing AWS account, consolidating inference spend onto their AWS bill and streamlining procurement. Purchases are available as private offers with annual contract terms, plus… 34 Vercel — AI dev-tools 9d ago Introducing the new v0 API Today we're introducing the new v0 API : programmatic, headless access to v0's app-building agent. Send a prompt and v0 generates an app, starts a dev server in a Vercel Sandbox , and gives you a preview URL you can embed in your own UI. Each chat is an isolated workspace for… 20 Vercel — AI dev-tools 9d ago Full Sandbox egress firewall now available on Hobby plan All Vercel Sandbox firewall features are now available on the Hobby plan. This brings the same network isolation that protects production workloads to the free tier, giving Hobby builders control over exactly what leaves the sandbox while keeping secrets out of the code… 31 Vercel — AI dev-tools 9d ago Measure time between steps in Vercel Workflows You can now measure the time between any two steps in the trace viewer for Vercel Workflows and the Workflow SDK . Select a step, hold Option on macOS or Alt on Windows and Linux, then hover another step to see a measurement line between them: Between sequential steps, the line… 37 Vercel — AI dev-tools 9d ago Vercel Sandbox now supports 10,000 concurrent sandboxes and 5,000 vCPUs per minute We've increased the default quotas for Vercel Sandbox on Pro and Enterprise plans: Quota Before After Concurrent sandboxes 2,000 10,000 vCPUs allocation rate 200/min (Pro), 400/min (Enterprise) Up to 5,000/min The higher vCPU allocation rate is possible thanks to a new dynamic… 37 Vercel — AI dev-tools 9d ago Search and buy domains in the dashboard You can now search for and purchase domains from the Vercel dashboard . Open the domain search panel from the Buy button in domain settings or the + button on the project overview. Nameservers are configured automatically for your project, so there are no DNS records to set.… 13 Vercel — AI dev-tools 9d ago Muse Spark 1.2 is now available on Vercel AI Gateway Muse Spark 1.2 from Meta is now available on AI Gateway. It is a coding-focused update to the previous Muse Spark model. While keeping its general capabilities, 1.2 ships with improvements in code generation, complex debugging, codebase understanding, and end-to-end developer… 22 Vercel — AI dev-tools 9d ago Vercel Sandbox now supports Devin Outposts Vercel Sandbox now supports Devin Outposts . Each Devin session executes in its own isolated Sandbox microVM, with no local Outpost worker to keep online. The Devin control plane stays with Cognition, where the agent loop handles inference and planning. Session orchestration and… 23 Vercel — AI dev-tools 10d ago Vercel supports Next.js 16.3 Yesterday the Next.js team announced the release of Next.js 16.3 , with leaner prefetching, immutable static assets, and instant navigations. As part of this release, we worked with the Next.js team to fully support 16.3 on Vercel, including better performance and additional… 5 Vercel — AI dev-tools 10d ago Give your eve agent a browser Your eve agent can now navigate the web like a human with agent-browser . The @agent-browser/eve extension gives any eve agent a full set of browser tools: navigate pages, read content, click, fill forms, take screenshots, and inspect console and network activity. Everything… 33 Vercel — AI dev-tools 10d ago Deploys are now up to 33% faster for apps with many ISR pages Deploys are now up to 33% faster for apps using Incremental Static Regeneration (ISR). The more prerendered pages you have, the more you're likely to save. ISR combines the speed of static generation with the flexibility of dynamic rendering, letting sites update content without… 12 Page 1 of 8 · 400 articles Older →