---
schema_version: "newruntime-agent-readable-v0.2"
type: "post"
stable_id: "post:vercel-ai-gateway-operating-budget"
slug: "vercel-ai-gateway-operating-budget"
title: "Vercel AI Gateway Adds Runtime Budget Controls"
description: "Vercel's July 31 AI Gateway releases combine team and project spend budgets, unified fast mode, Laguna S 2.1 capacity, and updated MCP support into a practical inference control layer."
retrieval_nugget: "Vercel's July 31 AI Gateway releases combine team and project spend budgets, unified fast mode, Laguna S 2.1 capacity, and updated MCP support into a practical inference control layer. Vercel shipped four small AI Gateway updates on July 31. Read together, they are more useful than any one changelog line: AI Gateway is turning into an operating surface for agent."
status: "published"
published_at: "2026-08-01"
updated_at: "2026-08-01"
record_date: "2026-08-01"
date_kind: "published_at"
topics: ["inference","agents","api-design","developer-tools"]
source_urls: ["https://vercel.com/changelog/ai-gateway-spend-budgets-and-alerts","https://vercel.com/changelog/ai-gateway-adds-unified-fast-mode-support","https://vercel.com/changelog/10x-more-capacity-for-laguna-s-2-1-on-ai-gateway","https://vercel.com/changelog/vercel-mcp-now-supports-the-2026-07-28-mcp-specification"]
visuals: [{"id":"vercel-ai-gateway-operating-budget","kind":"editorial-diagram","role":"hero","src":"https://newruntime.com/images/posts/vercel-ai-gateway-operating-budget.webp","alt":"Hand-drawn gateway diagram where agent jobs pass through budget gates, fast-mode routing, capacity lanes, and an MCP endpoint before reaching model providers.","caption":"AI Gateway is becoming an operating layer: cap spend, choose latency posture, absorb model capacity, and expose tools through newer MCP clients.","credit":"New Runtime synthesis from Vercel AI Gateway changelog","source_url":"https://vercel.com/changelog/ai-gateway-spend-budgets-and-alerts","generated_with":"gemini-3.1-flash-image","width":1600,"height":900,"legend":[{"label":"Budgets","description":"Team, project, and API-key caps can reject requests when any applicable budget is exhausted."},{"label":"Fast mode","description":"A unified speed setting routes to a fast tier when available and falls back to standard speed."},{"label":"Protocol","description":"The Vercel MCP endpoint supports the 2026-07-28 stateless protocol while keeping older clients working."}]}]
routes: {"html":"https://newruntime.com/posts/vercel-ai-gateway-operating-budget/","markdown":"https://newruntime.com/posts/vercel-ai-gateway-operating-budget.md","json":"https://newruntime.com/posts/vercel-ai-gateway-operating-budget.json"}
source_format: "markdown"
---

# Vercel AI Gateway Adds Runtime Budget Controls

## Retrieval answer

Vercel's July 31 AI Gateway releases combine team and project spend budgets, unified fast mode, Laguna S 2.1 capacity, and updated MCP support into a practical inference control layer. Vercel shipped four small AI Gateway updates on July 31. Read together, they are more useful than any one changelog line: AI Gateway is turning into an operating surface for agent.

Vercel shipped four small AI Gateway updates on July 31. Read together, they are more useful than any one changelog line: AI Gateway is turning into an operating surface for agent inference.

The budget release is the clearest control. Spend budgets can now attach to a team or project, not only to an API key. A request can fall under multiple budgets, and it has to pass all of them. If any applicable cap is exhausted, the gateway rejects the request until the budget resets or changes. Alerts at 50%, 75%, and 100% are informational; the budget limit is the blocking mechanism.

Fast mode is the latency side of the same idea. Instead of hardcoding provider-specific fast variants everywhere, callers can set `speed: "fast"` under gateway options. The gateway serves the fast tier when routable and falls back to standard speed when it is not. Direct fast slugs still exist for configurations that need explicit fallback lists.

The Laguna S 2.1 capacity increase matters because agent workloads are spiky and long-running. Vercel says both `poolside/laguna-s-2.1` and `poolside/laguna-s-2.1-free` now have 10x more Gateway capacity, aimed at higher-volume agentic coding and longer tasks.

The MCP update closes the loop. Vercel MCP now supports the 2026-07-28 specification, giving newer clients a stateless request model and updated authorization behavior while keeping 2025 clients on the same endpoint.

For New Runtime, the pattern is consistent with earlier Vercel posts: the agent platform is becoming a bundle of boring controls. Spend, latency, capacity, and protocol compatibility are not side panels. They decide whether an agent loop can run unattended without turning into a surprise bill, a queue, or a broken tool connection.
