I kept seeing “AI gateway” attached to products that did not look like the same market.
Ramp launched one. Merge did too. Vercel, Cloudflare and AWS already had gateway products in market. Then two deals made the category impossible to ignore.
Stripe is reportedly nearing a deal to buy OpenRouter for more than $7 billion. Three months earlier, OpenRouter had raised a $113 million Series B.
Palo Alto Networks paid $140 million for Portkey and made it the AI gateway inside Prisma AIRS.
Those are not the same acquisition thesis. Stripe wants the layer that brokers model demand. Palo Alto Networks wants the layer that governs agent traffic.
So either this category is enormous, or the name is doing too much work.
My read: both.
“AI gateway” tells you where a product sits. It does not tell you what the product does there.
The position is easy to draw:
Application or agent → Gateway → Model, tool, API or resource
A company that owns that middle box can make a decision before the request runs. It also sees what happened afterward: cost, latency, usage, errors and demand.
Ollama helped us sharpen the boundary. It can expose an OpenAI-compatible API, but it usually executes the model itself. That makes it a runtime. A gateway sits between the caller and the runtime.
We first tried mapping gateway companies on two axes. It looked clean. It also made “up and to the right” look better, which was precisely the wrong message.
A gateway that controls more decisions also owns more latency, more failure modes and more switching cost. More surface area is not a neutral measure of quality.
So we dropped the ranking and grouped products by the primary decision they make.
Which model should handle this request?
OpenRouter started with unified access to many models. Vercel puts routing and fallback inside a developer workflow it already owns. Ramp applies its cost-optimization instinct to model choice. Merge extends the abstraction behind its original product: one interface in front of fragmented suppliers.
LiteLLM and Bifrost come from the open-source proxy side.
Their features overlap. Their distribution does not.
Can this request run, and under which rules?
Cloudflare logs, caches and controls model traffic. Kong and Azure are extending API control planes enterprise teams already use. Envoy AI Gateway, kgateway and Traefik Hub bring cloud-native gateway infrastructure into the same path.
Portkey and TrueFoundry came through observability and governance.
The route into the customer is different even when the checkboxes start to look the same.
Which tools can this agent use, and on whose behalf?
This is where the consequences change.
A model request returns an answer. An agent may call Salesforce, query a database or initiate a purchase. Someone has to decide which tools it may use, whose identity it carries and which credentials it receives.
Amazon Bedrock AgentCore Gateway, Google Agent Gateway, agentgateway and Gravitee are approaching that problem from different starting points. Some route models too. That is not the hardest part of the job.
What may this customer consume, and on which terms?
Cloudflare’s Monetization Gateway is one early expression of this job. A resource returns payment instructions, the caller pays through an HTTP 402 or x402 flow, then retries with proof.
That is useful when a machine buys access to a page, dataset, API or MCP tool.
It still does not tell you what an enterprise customer bought six months ago.
A customer might have an annual commitment, a monthly allowance, prepaid credits and a negotiated price for one model family. None of that lives in the model response. A successful x402 payment does not carry it either.
“Has this request been paid for?” and “what did this customer buy?” are different questions.
Most companies on the map are extending an advantage they already own into a newly valuable control point.
Vercel has developer distribution. Cloudflare already carries the traffic. Ramp knows how to sell cost control. Merge knows how to normalize fragmented APIs. The cloud providers have infrastructure, identity and contracts their customers already trust.
That makes the proliferation less random than it first appears.
I expect the feature lists to converge faster than the businesses behind them. Routers will add policy. API gateways will add model choice. Agent gateways will front models as well as tools.
But a router earning margin on model spend has a different incentive from a cloud platform using a gateway to retain traffic. A product sold through an enterprise contract does not grow like a developer tool adopted with an API key.
This is why I would not compare gateways on features alone.
I would ask what traffic already passes through the product, which decision it can enforce before execution, who buys it and how the company benefits when more requests flow through.
At Lago, we focus on a different question: what is this customer entitled to consume, and on what commercial terms?
The execution gateway should answer technical questions quickly. Where should the request run? Is the provider healthy? Is the request allowed?
Lago carries the customer agreement behind that request: entitlements, balances, credits, commitments and pricing terms. After consumption, it settles the result into balances, invoices and revenue records.
These systems need to exchange decisions and usage. They do not need to collapse into one universal gateway.
The Lago Agent SDK is one test of that boundary. It normalizes usage from OpenAI, Anthropic, AWS Bedrock, Google Gemini and Mistral without replacing the application’s model client.
Our Cloudflare AI Gateway integration uses the cost Cloudflare actually metered. Cache hits carry zero tokens and zero cost, so they settle at zero. Cloudflare’s metered cost does not include reasoning tokens, which is why thinking-heavy models should be billed from token usage instead.
Cloudflare remains responsible for execution truth. Lago applies the customer contract.
We are taking the same adapter approach to other execution layers, including Vercel AI Gateway. We are also building toward synchronous commercial decisions for products that need to authorize consumption before it happens.
When someone says they have built an AI gateway, I now ask one question first:
Which decision do you own?
No posts

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.