OpenRouter, the universal API layer that lets developers hit hundreds of large language models through one OpenAI-compatible endpoint, has raised roughly $120 million at a $1.3 billion valuation, led by Alphabet's growth-stage fund CapitalG. The round more than doubles the ~$500 million valuation it carried after its $40 million seed-and-Series-A in June 2025 — a repricing driven almost entirely by the volume of multi-model traffic now flowing through its routing layer.
The numbers
Reported annualized revenue is north of $50 million, up roughly fivefold from about $10 million as recently as October 2025, against a monetization model that takes about a 5% fee on top of the inference spend that passes through the API. On the traffic side, OpenRouter reports processing on the order of 8.4 trillion tokens per month across 2.5 million users, routing across more than 400 models from 60-plus providers — OpenAI, Anthropic, Google, and a long tail of open-weight and specialist labs.
Why a router is worth $1.3 billion
The pitch is abstraction. Point your app at one endpoint, keep the same request format, and let OpenRouter pick the cheapest or fastest live endpoint by price, latency, uptime, and throughput — with automatic failover when a primary is rate-limited or down. For teams that refuse to hard-wire their stack to a single lab, that turns model selection into a config change rather than a migration.
The quieter asset is data. Every request through the layer generates comparative telemetry — which model wins on cost, which provider is degraded right now — and that routing data feeds back into the selection logic. It's a moat that compounds with volume, and it's the kind of cross-provider visibility no single lab can assemble.
The CapitalG angle
Alphabet's fund leading a neutral router is the strategic wrinkle. OpenRouter actively sends traffic to Google's direct competitors, and also to Gemini. Backing the aggregation layer — rather than only the model — is a bet that inference is commoditizing and the durable margin sits in distribution and orchestration, not weights.
What changes for builders
The raise validates the multi-model architecture pattern: build against one interface, swap models underneath as price and capability move. The trade-off is a new dependency — a 5%-markup middleman in the hot path of every inference call, plus a single point of failure and a third party with line-of-sight into your model mix and usage. For production teams already routing through it, the funding reduces vendor-risk anxiety; for those still calling provider APIs directly, it's a signal that the routing tier is consolidating fast, and that picking a layer is now its own architecture decision.



