Free to read. Sign up to save tools and get alerts when they change. Plus 900+ more AI tool profiles.

Sign up free
6 min read·Updated August 24, 2026

OpenRouter is a multi-model API gateway routing requests across 400+ LLMs from Anthropic, Google, OpenAI, xAI, DeepSeek, and others — letting developers optimize each request for cost, latency, or capability through a single unified API. CapitalG-led $113 million Series B in May 2026 at a $1.3 billion valuation; ~8 million users; 100 trillion tokens per month. Announced August 19, 2026 that it is joining Stripe at a reported $7.5 billion, a deal that is signed but not yet closed.

Share

Listen to this overview

Free preview · first 0:30
0:00 / 0:30

Unlock audio and more

Audio streaming, downloadable PDFs and certificates come with Plus and Pro.

Learning Objectives

  • Understand what an AI gateway / multi-model router is and why production AI deployments are converging on this architecture
  • Compare OpenRouter to direct provider APIs and to peer routers like Together AI, Groq Cloud, and Fireworks AI
  • Evaluate when a routing layer adds value versus when a direct vendor relationship is simpler

What Is OpenRouter?

OpenRouter is a multi-model API gateway founded in 2023 by Alex Atallah (co-founder of OpenSea) and Daniel Williams. The product provides a single unified API surface that routes requests across more than 400 large language models from Anthropic, Google, OpenAI, xAI, DeepSeek, Mistral, Meta, and dozens of other providers — letting developers optimize each request for cost, latency, reasoning capability, or accuracy without rewriting code or maintaining individual provider integrations.

In May 2026 the company raised a $113 million Series B led by CapitalG (Google's growth venture fund) at a $1.3 billion post-money valuation, more than doubling from its $547 million Series A in June 2025 (led by Andreessen Horowitz and Menlo Ventures with Sequoia Capital participation). OpenRouter now serves roughly 8 million users and processes approximately 100 trillion tokens per month — a five-times jump in throughput over the past six months.

Three months after that round, on August 19, 2026, OpenRouter announced it is joining Stripe, at a price the New York Times reported as $7.5 billion. The deal is signed but has not closed yet, and it is the single most important thing to understand about the company's future: OpenRouter's entire pitch rests on being a neutral layer between developers and competing model vendors, and it will now sit inside a payments company with its own stake in how AI spending moves.

⚠️Warning

Stripe is acquiring OpenRouter — confirmed, but not yet closed. On August 19, 2026 OpenRouter announced it is joining Stripe, and Stripe confirmed the deal the same day. Sources told the New York Times the price is $7.5 billion, roughly six times the valuation set by the Series B three months earlier. The transaction is subject to customary closing conditions and OpenRouter expects it to close "in the coming weeks," so the acquisition is signed rather than complete.

OpenRouter says its "mission, name, product and roadmap" are unchanged, and that routing decisions stay driven by "what's best for you, the user" — a commitment it says "doesn't bend to any model, any provider, or any parent company." Take that as a stated intention rather than a settled outcome. This page's core argument is that OpenRouter's value rests on being a neutral layer between developers and competing model vendors, and ownership by a payments incumbent changes who controls that layer. If you are choosing a gateway for the long term, the question worth revisiting after close is whether neutrality survives contact with a parent company that has its own commercial interest in how AI spending flows.

💡Key Concept

AI gateway / multi-model router. A layer between an application and one-or-more LLM providers that exposes a unified API, handles authentication and billing centrally, and can dynamically pick a target model per request. The pattern emerged once production AI workloads started using more than one model — for example, routing simple classification calls to a small cheap model while sending complex reasoning to a frontier flagship.

What Can You Do?

Unified API Across 400+ Models

OpenRouter's API is OpenAI-compatible, so any application built against the OpenAI SDK can switch to OpenRouter with a single base-URL change. From there you can call any supported model — the Claude Opus line, OpenAI's GPT-5 series, Gemini Pro, Grok, DeepSeek, Kimi, Llama 4 Maverick, and 390-plus more — by passing the model name in the request payload.

Auto-Routing and Fallbacks

For each request you can either specify a model explicitly or hand OpenRouter a routing policy ("cheapest model that handles 200K context," "fastest model with vision," "auto-select"). The platform also supports automatic fallbacks: if your primary target rate-limits or errors, OpenRouter retries against a designated backup. That matters in production because model providers occasionally go down or hit capacity limits independently.

Consolidated Billing and Usage Analytics

Pay one invoice across all 400-plus providers, with detailed per-model breakdowns. Usage analytics surface cost-per-token, latency, and error rates across the providers you've used — useful for spotting when a routing decision could save money or improve reliability.

Public Model Leaderboard

OpenRouter publishes aggregated usage statistics — token volume per model, growth trends, latency benchmarks — that frequently surface as the earliest public signal of new model launches. Moonshot AI publicly identified Kimi K2.6 as the second-most-used model on OpenRouter at the K2.6 launch in May 2026, a data point that quickly became part of the public market-share narrative.

Part of why the leaderboard runs ahead of official announcements is stealth listings — unreleased models placed on the platform under a codename by a provider who stays anonymous during the preview. They are typically free and often frontier-class, which draws heavy developer testing and, with it, early usage signal. The trade is transparency: OpenRouter states that it routes to the model but is not its developer, owner or provider, and the listing may disclose that prompts and completions are retained by that unnamed operator. Fingerprinting by the developer community usually narrows down the lab within days, but a strong guess is not an attribution, and until the provider confirms it, anything sent to a stealth model has gone to a party you cannot name.

Pricing

Free$0
  • Bring your own API keys
  • Pay providers directly
  • No OpenRouter fee on bring-your-own-key
StandardPay-per-use
  • Model prices passed through with a 5% routing fee
  • Consolidated billing
  • Auto-routing + fallbacks
CryptoPay-per-use
  • Same per-token pricing
  • Pay with Solana, Ethereum, USDC
  • No credit card required

The free bring-your-own-key mode is OpenRouter's distinguishing pricing wrinkle — if you already have API keys with Anthropic, OpenAI, etc., you can route through OpenRouter for free and get the unified-API, fallback, and analytics features without paying a routing fee. The Standard tier (5 percent markup on the underlying token prices) is the default for teams that want consolidated billing across providers they don't have direct contracts with.

OpenRouter vs. Competitors

PlatformRouting breadthApproachBest for
OpenRouter400+ models from all major providersPure routing layer; vendor-neutral; consolidated billingProduction apps that want to switch models per request or per workflow
Together AI200+ open-source modelsHosts open-source models on its own infrastructureTeams committed to open weights who want one platform for inference + fine-tuning
Groq Cloud~10 selected open-source modelsCustom LPU chips for fastest single-stream latencyLatency-sensitive apps; real-time voice and chat
Fireworks AIModerate open-source catalogFast multimodal inference; HIPAA / SOC 2Regulated industries needing speed + compliance
Direct vendor APIsOne provider eachLowest-overhead path to a single modelProduction apps committed to one vendor

OpenRouter's niche: It is the only one of the above that routes to both proprietary frontier APIs (Claude, GPT, Gemini, Grok) AND open-source models through a single unified surface. Together AI, Groq, and Fireworks all host their own infrastructure; OpenRouter is purely a routing layer that benefits from market fragmentation rather than picking sides.

Why This Matters Now

As model performance gaps narrow and pricing wars intensify across providers — DeepSeek V4-Flash, Kimi K2.6, Gemini Flash, OpenAI's cheapest tier, and Claude Haiku now compete on cents-per-million-tokens within tight bands — developers increasingly want to route per-request rather than commit to a single vendor. OpenRouter's growth from roughly 20 trillion to 100 trillion tokens per month over the six months ending May 2026 is the clearest market signal that multi-model routing has crossed from optional plumbing to default architecture for production AI.

The CapitalG-led round is also editorially notable: it is the first time a Google-affiliated growth fund has led a meaningful investment in a vendor-neutral routing layer, even as parent Google pushes Gemini as a default inference target. The implicit thesis is that the routing layer captures durable value regardless of which model wins each generation — and that betting on the router can be a hedge against any single frontier model's dominance.

Company Details

DetailInfo
Founded2023
Co-FoundersAlex Atallah (also co-founder of OpenSea); Daniel Williams
Series A$40 million (June 2025) at ~$547 million valuation; led by Andreessen Horowitz and Menlo Ventures; Sequoia Capital participation
Series B$113 million (May 2026) at $1.3 billion post-money valuation; led by CapitalG (Google's growth fund)
Active usersApproximately 8 million
Token throughputApproximately 100 trillion tokens per month (May 2026); five-times growth in six months
Models supported400-plus, including frontier models from Anthropic, Google, OpenAI, xAI, DeepSeek, Mistral, Meta, and others
Pricing5 percent routing fee on pass-through token prices; bring-your-own-key mode is free
AcquisitionAnnounced August 19, 2026 — joining Stripe at a reported $7.5 billion; signed, expected to close within weeks
Websiteopenrouter.ai

Strengths

  • Broadest routing breadth — the only major gateway that covers both proprietary frontier APIs and the major open-source catalogs through one surface
  • OpenAI-compatible API — drop-in replacement for the OpenAI SDK; switching costs are near zero for existing applications
  • Bring-your-own-key mode — free tier for teams that already have direct vendor contracts but want the unified API plus fallback features
  • Fallback routing — automatic retry against backup models when a primary provider rate-limits or errors, useful for production reliability
  • Public leaderboard — usage data is often the earliest public signal of new model launches and adoption trends
  • Vendor-neutral position — competes with no model provider, which simplifies enterprise procurement; the pending Stripe acquisition does not change that directly, since Stripe does not sell models, but it does move control of the layer

Limitations and Considerations

  • Routing fee adds cost — the 5 percent markup is small but real; for teams committed to a single provider, going direct is cheaper
  • Latency overhead — adds a routing hop versus a direct API call; usually negligible but matters for real-time voice and chat workloads where Groq direct may be preferable
  • Provider feature parity is uneven — newer provider-specific features (Anthropic's prompt caching, OpenAI's response API, Google's grounded retrieval) sometimes land on OpenRouter after a delay
  • Not a model host — OpenRouter does not train or host weights itself; outages at upstream providers still affect routed traffic
  • Data retention is set per upstream provider, not by OpenRouter — this is the compliance detail teams most often get wrong. The same prompt can be governed by different retention terms depending on which provider a routing rule happens to select, so the question is never "what is OpenRouter's policy" but "what is the policy of every provider I might be routed to." Check the per-model terms, not the platform's
  • Stealth listings hide the operator — preview models sometimes appear under codenames from a provider who has chosen to stay anonymous. These are usually free and genuinely capable, but the listing may state that prompts and completions are retained by that unnamed party. Treat an unattributed model as unsuitable for production or confidential work no matter how well it benchmarks
  • Ownership is changing — the Stripe acquisition is signed but not closed; OpenRouter has committed to keeping its mission, product and routing independence, but that is a promise made before close rather than a track record, and it is worth re-checking before a multi-year commitment

Key Takeaways

  • OpenRouter is a multi-model API gateway routing across 400-plus LLMs through one unified, OpenAI-compatible API — the only major router that spans both proprietary frontier models and the open-source catalog
  • Raised a $113 million Series B led by CapitalG in May 2026 at a $1.3 billion valuation, more than doubling from its June 2025 Series A
  • Announced on August 19, 2026 that it is joining Stripe at a reported $7.5 billion, roughly six times that Series B valuation; the deal is signed but has not closed, and OpenRouter says its mission, name, product and roadmap are unchanged
  • Serves roughly 8 million users at approximately 100 trillion tokens per month — a five-times jump in six months — making it one of the largest single inference brokers in production
  • The bring-your-own-key tier is free; the Standard tier charges a 5 percent markup on pass-through token prices in exchange for consolidated billing, auto-routing, and fallbacks
  • Best when you want to route per-request across providers; direct vendor APIs are simpler if you have committed to one model, and Together AI / Groq / Fireworks are stronger when you have committed to open-source or to specific latency-class workloads

Keep track of the tools you’re evaluating

  • The AI Hub on a phone: a 12-day AI Skill Streak and an expanded Content updates alert listing the saved items that changed.
  • Recommended for you on a phone: nine personalised suggestions labelled Trending in AI news, On your saved list, and Popular.
  • My AI Tools on a phone: saved tools including GitHub Copilot and OpenAI Codex, each with an Updated badge.

Swipe for Recommended for you and My AI Tools

Your AI Hub — sample data.

📰OpenRouter in the News

Showing the 5 stories where OpenRouter is tagged in Top AI Stories.

Other tools in Inference & Model Serving

Show 5 more →
🧭Recommended for you

Optional detours — these connect to what you just read, and your next lesson will be waiting.