AI Gateway
Vercel’s AI infrastructure layer for routing and managing model usage. The newsletter notes strong token volume growth on the gateway.
Key Highlights
- AI Gateway is Vercel’s infrastructure layer for routing, governing, and observing production model usage across providers.
- Key features mentioned include spend caps, budgets by key/team/project, automatic failover, provider choice, and real-time observability.
- Smart Routing was described as reducing costs by about 30% without sacrificing quality.
- The gateway expanded into live voice workflows through streaming transcription support via the AI SDK.
- Newsletter mentions point to strong adoption momentum, including eight straight weeks of double-digit token volume growth.
AI Gateway
Overview
AI Gateway is Vercel’s infrastructure layer for routing, observing, and governing production AI model traffic. Based on the newsletter mentions, it sits between applications and model providers, giving teams a unified way to choose providers and models, enforce budgets, handle failover, and monitor usage in real time. It is closely tied to Vercel’s broader AI stack, including the AI SDK, and appears designed for teams that want flexibility across providers such as OpenAI, Anthropic, Google, and open-source models without hard-coding themselves into a single vendor.For AI Product Managers, AI Gateway matters because it addresses operational issues that become painful as AI usage scales: cost control, reliability, provider selection, observability, and privacy-sensitive routing. The mentions also suggest it is becoming a meaningful production surface, with strong token volume growth and features like smart routing and streaming transcription. That makes it relevant not just as developer tooling, but as a product lever for improving margins, uptime, latency, and model strategy.
Key Developments
- 2026-01-03: AI Gateway was referenced in an infinite AI chess game built by Guillermo Rauch, alongside the AI SDK and a continuous workflow, showing an early example of the gateway in a live multi-model application.
- 2026-05-14: Guillermo Rauch said Vercel’s AI Gateway was surfacing real-world production AI and agent usage patterns, including Google leading at scale, Anthropic dominating coding spend, OpenAI growing quickly, and OSS models gaining share.
- 2026-05-31: Vercel rolled out per-API-key spend caps on AI Gateway, enabling finer-grained budget control for teams managing model costs.
- 2026-07-13: Guillermo Rauch described AI Gateway as part of a broader stack including the AI SDK and eve.dev’s open Agent API, emphasizing ZDR inference and the idea that companies should own their data, evals, model choices, and software layer.
- 2026-07-24: AI Gateway added support for real-time streaming transcription through the new `streamTranscribe` endpoint in the AI SDK, expanding its use for live voice agents.
- 2026-08-01: AI Gateway was formally launched as a production-grade infrastructure layer with budgets per key, team, and project; automatic failover; model and provider choice; and real-time observability.
- 2026-08-15: Ali Ghodsi explained Smart Routing on the AI Gateway as a simple way to cut costs by roughly 30% without reducing quality, highlighting routing as a margin optimization tool.
- 2026-09-10: Guillermo Rauch shared that token volume on Vercel’s AI Gateway had grown at double-digit weekly rates for eight straight weeks, reaching 24.8% in the latest week cited.
Relevance to AI PMs
1. Control AI unit economics: AI Gateway’s budget controls, spend caps, and smart routing are directly useful for PMs managing gross margin and inference costs. A PM can use these controls to set guardrails by customer tier, environment, team, or project rather than relying on engineering-only monitoring.2. De-risk provider strategy: Because the gateway supports model and provider choice plus automatic failover, PMs can avoid single-vendor dependency and respond faster to changes in quality, latency, outages, or pricing. This is especially practical when maintaining separate routes for coding, search, support, or voice workloads.
3. Improve product operations with observability: Real-time usage visibility helps PMs understand which models are actually being used, where costs are rising, and how traffic patterns shift over time. That supports roadmap decisions such as when to add an OSS option, where to enforce caps, or which customer workflows need better routing policies.
Related
- Vercel: The company behind AI Gateway; the tool is positioned as part of Vercel’s AI infrastructure stack.
- AI SDK: A closely related developer layer that integrates with AI Gateway; newsletter mentions connect the gateway to features like `streamTranscribe` and model abstraction.
- Guillermo Rauch: Vercel’s CEO and the main public voice behind AI Gateway’s launch, feature rollout, and growth metrics.
- Google, Anthropic, OpenAI: Key model providers referenced in AI Gateway usage trends, reinforcing the gateway’s multi-provider role.
- OSS: Open-source models are explicitly mentioned as gaining ground in production usage surfaced through the gateway.
- eve.dev: Mentioned alongside AI Gateway and the AI SDK as part of an open AI application stack.
- streamTranscribe: A new AI SDK endpoint that extends AI Gateway into real-time transcription and voice-agent use cases.
- Smart Routing: A core gateway concept for dynamically choosing models/providers to reduce cost without hurting quality.
- Ali Ghodsi: Shared a concrete framing of Smart Routing’s cost-saving benefits.
Newsletter Mentions (8)
“Guillermo Rauch shared that token volume on Vercel’s AI Gateway averaged double-digit weekly growth for eight straight weeks, accelerating to 24.8% in the most recent week referenced.”
#20 in Guillermo Rauch shared that token volume on Vercel’s AI Gateway averaged double-digit weekly growth for eight straight weeks, accelerating to 24.8% in the most recent week referenced.
“Ali Ghodsi shared how Smart Routing works on the author’s AI Gateway, describing it as a “super simple idea” that lowers costs by about 30% without sacrificing quality.”
#10 𝕏 Ali Ghodsi shared how Smart Routing works on the author’s AI Gateway, describing it as a “super simple idea” that lowers costs by about 30% without sacrificing quality.
“Guillermo Rauch launched AI Gateway, a production-grade infra layer offering budgets per key/team/project, automatic failover, model and provider choice, plus real-time observability.”
#6 𝕏 Guillermo Rauch launched AI Gateway, a production-grade infra layer offering budgets per key/team/project, automatic failover, model and provider choice, plus real-time observability.
“Guillermo Rauch announces that AI Gateway now supports real-time streaming transcription via the new streamTranscribe endpoint in the AI SDK, enabling developers to build live voice agents with unprecedented speed.”
#14 𝕏 Guillermo Rauch announces that AI Gateway now supports real-time streaming transcription via the new streamTranscribe endpoint in the AI SDK, enabling developers to build live voice agents with unprecedented speed. #15 𝕏 Boris Cherny uses Fable’s dynamic workflows and a profiler to iteratively tune his code until the p95 latency drops below 300 ms.
“#7 𝕏 Guillermo Rauch launched an AI SDK with an open model API, the eve.dev open Agent API, and an AI Gateway for ZDR inference.”
#6 📝 PromptLayer Blog Why fine-tuning is probably not for you - Fine‑tuning often delivers little or no improvement over RAG—studies cited show context‑injection (RAG) outperforms fine‑tuned models significantly—and it’s complex, slow to iterate, typically requires on the order of >10,000 examples, risks losing model generality, and can introduce data‑privacy and ongoing update costs. However, fine‑tuning can enforce specific output formats, tweak tone, improve multi‑step reasoning per recent arXiv research, reduce token usage by baking prompts, and be used to "up‑cycle" cheaper models (e.g., using GPT‑4 outputs to fine‑tune 3.5 or Stanford’s Alpaca replicating LLaMA). #7 𝕏 Guillermo Rauch launched an AI SDK with an open model API, the eve.dev open Agent API, and an AI Gateway for ZDR inference. He argues startups and enterprises must own their data, evals, model choices and software layer—don’t outsource your brain. #8 𝕏 Aravind Srinivas argues that humans’ knack for tool use means local AI models can efficiently orchestrate power-hungry frontier models, making lightweight local agents the default, low-power interface for most tasks.
“#3 𝕏 Guillermo Rauch rolled out per-API Key spend caps on AI Gateway, letting users set budget limits for each key to better control costs.”
GenAI PM Daily May 31, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 19 insights for PM Builders, ranked by relevance from X, LinkedIn, Blogs, and YouTube. Josh Pigford’s 3-phase AI-agent build process #1 𝕏 NVIDIA AI launched DynoSim, a full-Rust, workload-driven simulator for the Dynamo serving stack that models your entire inference pipeline on one virtual timeline and screens thousands of deployment configurations in high-fidelity simulation. #2 𝕏 Clement Delangue hails AI Security Institute’s open release of its evals, datasets and models on Hugging Face, empowering researchers worldwide to scrutinize, reproduce and build on their AI safety work. #3 𝕏 Guillermo Rauch rolled out per-API Key spend caps on AI Gateway, letting users set budget limits for each key to better control costs.
“#13 𝕏 Guillermo Rauch : Vercel’s new AI Gateway surfaces real-world production AI and agent usage—Google leads at scale, Anthropic dominates coding spend, OpenAI adoption has surged since v5.4, and OSS models keep gaining ground.”
#13 𝕏 Guillermo Rauch : Vercel’s new AI Gateway surfaces real-world production AI and agent usage—Google leads at scale, Anthropic dominates coding spend, OpenAI adoption has surged since v5.4, and OSS models keep gaining ground. #14 𝕏 Lenny Rachitsky warns that data science teams now spend most of their time reviewing AI‐generated analyses from PMs and engineers—50% of which are wrong—making the role far less fun.
“Infinite AI chess game : Guillermo Rauch @rauchg built an infinite AI chess game powered by the AI SDK , an AI Gateway , and a continuous workflow—watch Anthropic vs OpenAI .”
AI Tools & Applications Infinite AI chess game : Guillermo Rauch @rauchg built an infinite AI chess game powered by the AI SDK , an AI Gateway , and a continuous workflow—watch Anthropic vs OpenAI . LlamaSheets beta for spreadsheet cleanup : Llama Index @llama_index introduced LlamaSheets beta , extracting regions and tables from messy spreadsheets to output clean Parquet files . Product Management Insights & Strategies AI-powered sales automations : Lenny Rachitsky @lennysan highlighted how companies now hit revenue targets with half the sales headcount using AI automations , summarizing “ We're done with hiring humans for sales .” Experimentation guardrails : George Nurijanian @nurijanian outlined four essential test guardrails— clear success metrics , minimum viable sample size , maximum time box , and rollback criteria —to ensure valid results.
Related
An AI company focused on frontier model development and safety. In this newsletter it commits to giving third-party evaluators permanent system access to check safety and alignment during training.
An AI company building frontier models and ChatGPT. The newsletter references an engineering deep dive about scaling storage for ChatGPT users and a disputed math breakthrough claim.
Founder and public voice associated with Vercel, frequently discussing AI infrastructure and developer tools. In this newsletter he is credited with announcements about fx.sh and Vercel AI Gateway.
A developer platform and hosting company with a growing AI product surface, including v0 and AI Gateway. The newsletter cites product updates, pricing changes, and usage growth across its AI infrastructure offerings.
The tech company behind Gemini and Google DeepMind. It is mentioned via Josh Woodward and the broader DeepMind documentary and product context.
Data infrastructure leader mentioned for recommending database branching to protect against destructive agent actions.
Vercel’s SDK for integrating AI features into apps. The newsletter highlights token savings from a single line of code in DeepSeek-powered workflows.
A framework for internal agents that emphasizes instructions, skills, channels, and connectors. It is presented as a default choice for building internal agent systems.
Stay updated on AI Gateway
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free