Skip to content
TEN Brief Ten verified stories a day 2026.08.18 KO

이 기사는 한국어로도 읽을 수 있습니다 →

Tech · 3 min read · Explainer

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

A sunlit transit interchange hall where many walkways branch out from one central concourse under a glass roof

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.

TaskOpenAIAnthropicGoogleDeepSeek
Create an accountRequiredRequiredRequiredRequired
Add a payment methodRequiredRequiredRequiredRequired
Issue and rotate API keysSeparateSeparateSeparateSeparate
Request formatIts ownIts ownIts ownIts own
InvoiceSeparateSeparateSeparateSeparate

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.

ItemWith OpenRouter
AccountsOne
BillingOne
API keysOne
Request formatOne
InvoiceOne
Models reachable400+

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:

DateStoryWhat moved
August 14DeepSeek V4-Pro releasedA new model arrives
August 15Gemini 3.7 Flash halves pricesCost cut in half within three weeks
August 16DeepSeek raises API pricesOutput up as much as 371%
August 16Peak-hour API pricingSame query, double the cost by time of day
August 17GLM-5.3 releasedCoding 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

BenefitDetail
Unified contracting and settlementNo separate agreement or invoice per provider
Code stabilityOne request format, so model changes barely touch your code
Comparison testingRun the same task across models and compare cost against quality
Outage resilienceFail 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

ItemKnown
PriceMore than $7 billion
Prior valuation$1.3 billion (May 2026)
Brand continuityUnannounced
Pricing changesUnannounced
Closing dateUnannounced

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

  1. TechCrunch — Stripe will reportedly acquire AI gateway startup OpenRouter for $7B+
  2. Bloomberg — Stripe Finalizes Deal to Acquire AI Startup OpenRouter for Over $7 Billion
  3. Quartz — Stripe acquires AI model gateway OpenRouter for $7 billion
  4. Tech Startups — Stripe acquires OpenRouter for over $7 billion, more than 5X its valuation three months ago
  5. Forkast — Stripe Acquires OpenRouter for $7B+, Turning Model Routing Into a Payments Infrastructure Problem

Verification

Published
Last modified
Cross-check
Checked against 5 independent sources.
Unverified
  • The 400-plus model count and roughly 8 million users are company-stated figures, not third-party audited
  • OpenRouter's fee structure and revenue are not public and could not be confirmed
  • Post-acquisition operating plans, brand continuity and any pricing changes have not been announced
  • Routing quality and failover behaviour were not independently tested by this page
Authoring
Reviewed by a person before publication. The full process is described in the Editorial.

Ten stories, once each morning

We send the three-line summaries only; the full pieces stay on the site. One-click unsubscribe, any time.

Related