What OpenRouter is — 400 AI models behind a single key
OpenRouter is a gateway that places AI models from many providers behind a single access point. A developer uses one key and one request format to reach more than 400 models, and switching models does not require changing code
The three lines
- What it does — unifies models from OpenAI, Anthropic, Google, Meta, DeepSeek and others behind one API
- Why developers use it — no per-provider signup or billing, and switching models costs almost no code
- Where it stands — around 8 million users; acquired by Stripe for over $7 billion in August 2026
Key questions
- What kind of service is OpenRouter?
- A broker between developers and AI model providers. Normally, using an OpenAI model requires an OpenAI account and using an Anthropic model requires a separate one. OpenRouter puts more than 400 models from those providers behind a single access point, reachable with one key. The company reports around 8 million users.
- What do you gain by using OpenRouter?
- Four things. You avoid separate contracts and billing with each provider. The request format is uniform, so changing models barely touches your code. You can run the same task across several models to compare cost and quality. And if one provider has an outage, requests can fail over to another model.
- Why did Stripe buy OpenRouter?
- Because metering AI traffic is a billing problem. Model calls are priced per token, unit prices differ by provider and change frequently, and usage must be reconciled and settled across many vendors — all work Stripe already does. Adding routing means one company controls both which model a request reaches and what it is charged.
In August 2026 a company valued at $1.3 billion three months earlier sold for more than $7 billion. That company is OpenRouter.
It does not build AI models. What it sells is the road to them. To see why that is worth $7 billion, start with what a developer does without it.
1. Life without a gateway
You are adding an AI feature to an application. You have to pick a model.
Models come from different companies, and each company requires its own setup.
| Task | OpenAI | Anthropic | DeepSeek | |
|---|---|---|---|---|
| Create an account | Required | Required | Required | Required |
| Add a payment method | Required | Required | Required | Required |
| Issue and rotate API keys | Separate | Separate | Separate | Separate |
| Request format | Its own | Its own | Its own | Its own |
| Invoice | Separate | Separate | Separate | Separate |
Using four providers means repeating that table four times. And deciding to switch models means rewriting code.
2. What OpenRouter replaces it with
One row.
| Item | With OpenRouter |
|---|---|
| Accounts | One |
| Billing | One |
| API keys | One |
| Request format | One |
| Invoice | One |
| Models reachable | 400+ |
Switching models becomes changing a model name in the request. Everything else stays.
The structural analogy is a transit interchange. Instead of walking to each carrier's own gate, you present one ticket at a central concourse and are connected onward.
3. Why this is valuable now rather than two years ago
Two years ago there were few models worth switching between. That has changed sharply.
Recent coverage on this page shows the pace:
| Date | Story | What moved |
|---|---|---|
| August 14 | DeepSeek V4-Pro released | A new model arrives |
| August 15 | Gemini 3.7 Flash halves prices | Cost cut in half within three weeks |
| August 16 | DeepSeek raises API prices | Output up as much as 371% |
| August 16 | Peak-hour API pricing | Same query, double the cost by time of day |
| August 17 | GLM-5.3 released | Coding scores up sharply |
That is three weeks. Yesterday's cheapest and best model is frequently neither today.
In such a market, binding your code to one provider is a liability. If switching is expensive, you cannot leave when prices rise. What OpenRouter sells is the freedom to switch — and the more the model market churns, the more that freedom is worth.
4. The four concrete benefits
| Benefit | Detail |
|---|---|
| Unified contracting and settlement | No separate agreement or invoice per provider |
| Code stability | One request format, so model changes barely touch your code |
| Comparison testing | Run the same task across models and compare cost against quality |
| Outage resilience | Fail over to another model when a provider goes down |
The fourth carries the most weight in production. When an AI call sits on a critical path, one provider's outage becomes your outage. Holding a pre-wired alternative is materially different from not holding one.
5. What it costs you
There are trade-offs to inserting this layer.
Fees. The broker takes a margin. OpenRouter's fee structure and revenue are not public, so this page cannot quantify it.
Latency. Requests traverse an extra hop, which matters for latency-sensitive uses.
Feature lag. When a provider ships a new capability, you cannot use it until the gateway supports it.
Concentration. You reduce dependence on individual providers by taking on dependence on one intermediary.
That last item changed character with the acquisition. Impartial routing across competing providers is the product; how that impartiality survives the intermediary becoming a subsidiary of a large payments company has not been addressed.
6. What changes after the acquisition
| Item | Known |
|---|---|
| Price | More than $7 billion |
| Prior valuation | $1.3 billion (May 2026) |
| Brand continuity | Unannounced |
| Pricing changes | Unannounced |
| Closing date | Unannounced |
From the payments side the logic is coherent. AI model calls are metered per token, unit prices vary by provider, and usage must be settled across many vendors. Multi-party settlement and usage-based billing are Stripe's existing business.
Adding routing gives one company both levers: which model receives the request and what it is charged. The deal itself is covered in "Stripe buys OpenRouter for $7B+."
7. What remains unconfirmed
The 400-plus and 8 million figures are self-reported, not audited.
Fees and revenue are unknown, so $7 billion cannot be assessed as a multiple.
Post-deal policy is unannounced — brand, pricing and neutrality alike.
Routing quality was not tested. Whether automatic routing selects appropriate models, and whether failover is seamless, was not verified by this page.
Related coverage: "Stripe buys OpenRouter for $7B+," "What peak-hour AI API pricing is," "What AI token pricing is," and "What a context window is."
Sources
- TechCrunch — Stripe will reportedly acquire AI gateway startup OpenRouter for $7B+
- Bloomberg — Stripe Finalizes Deal to Acquire AI Startup OpenRouter for Over $7 Billion
- Quartz — Stripe acquires AI model gateway OpenRouter for $7 billion
- Tech Startups — Stripe acquires OpenRouter for over $7 billion, more than 5X its valuation three months ago
- Forkast — Stripe Acquires OpenRouter for $7B+, Turning Model Routing Into a Payments Infrastructure Problem