ZH version is available. Content is displayed in original English for accuracy.
Previously: Stripe will reportedly acquire OpenRouter for $7B+ https://news.ycombinator.com/item?id=49323381
ZH version is available. Content is displayed in original English for accuracy.
Discussion Sentiment
Analyzed from 6595 words in the discussion.
Trending Topics
Discussion (226 Comments)Read Original on HackerNews
Turns out even a proxy can be worth $8bn with the right business model behind it.
Users get an array of providers competing behind a single API, meaning they have to compete on price and quality not vendor lock-in. This encourages users to join OpenRouter over specific model vendors.
Providers get easy access to revenue (and data) and new customers with little to no ad spending, encouraging them onto the platform too.
And that's all you need. Win win.
Well done and congratulations.
One great example is Open Banking. I would support an Open Router that mirrors Open Banking, unfortunately the Open here doesn’t carry the same connotation.
Kudos to the team for succeeding in executing around a clear DX issue during the chaos of providers, though long term I am not really a fan of it staying as is even if Stripe gets to be the one carrying it forward.
They also support fallback by default so you don’t have to write wrappers and logic to choose models, it just works with their SDk using config.
Stripe can use OpenRouter to build the financial and accounting infrastructure for every product that sells metered AI work.
I think the analogy is ADP. Payroll for all the work that's going to be done by AI agents.
Which is saying a lot.
The good thing about the developer experience is that it is dead simple to create keys that are time-bound, model restricted, and have budgets against them in an easy, programmatic way (also in bulk). Costs are guaranteed to be on par or lower than any model provider, so it's an easy sell to the finance department.
To look at it from the other side, Gemini is the absolute worse when it comes to key management. The labyrinth of actions that one has to navigate to generate budgeted keys for a team is not worth it and I still haven't figured out how to manage the keys at a granularity I need.
OpenAI and Anthropic both have what I would consider to be middling DevEx. Most things work, but only on their platform, and there are some weirdnesses, like the fact that anthropic disabled its admin API key creation, so you can't programmatically create keys against a budget.
You would think that these things would be standard fare, but they really are not. Other providers need metadata from a separate catalog, don't report pricing, don't really report available credits / usage either.
So yes, OpenRouter does have a good DevEx.
And if it's not worth it, then are you spending enough where it even effects Openrouter's bottom line?
With enough devs playing with hobby projects I'm not doubting it's profitable, only that $7 billion seems way too high.
I don't see how stripe adds any value here (and I've had such terrible experience with stripe automatically breaking my stuff I am worried I can't trust openrouter now) but I can see stripe wanting to be in the middle of any two people giving each other money on the internet and this is squarely (lol) that.
I can imagine just the opposite outcome from the same scenario: as people settle into their favorite but commoditized models, competition for marginal inference cost will take over. A company like OpenRouter that promises the cheapest tokens by the minute becomes essential on the low-cost margin.
I think that OpenRouter and equivalents get pushed out of the market only if the froth calms down (as you posit) and winning models stay proprietary, perhaps with their own unique API surfaces.
Okay, I can see that, but if their value is just cost optimization, their ability to mark up the tokens becomes increasingly difficult as well. Or, people will build that themselves to avoid paying the markup, possibly with reduced features, but someone will open source it. Heck, Claude or GPT can probably one-shot it these days. Either way, I think the whole OpenRouter model is going to struggle unless the market stays frothy.
The other thing is convenience and centralized security from using one gateway to access everything. It's a lot better than having to deal with N accounts with separate limits and monitoring. And giving your payment details to one company instead of 20 is obviously safer.
Investors like them because the pricing is inherently usage based so there's zero risk of clients using more tokens than what they paid for. Guaranteed profit as long as they can keep a modest amount of customers.
If compute is constrained and expensive, OpenRouter is what you'll use to get around the constraints at individual providers.
[0] https://x.com/dwarkesh_sp/status/2084333160075055122?s=20
Just guessing. The frenzy around popular, good already, and successful services with the corporate crap flowing from this acquisition announcement too is appalling. The "what's best for you, the user" heavy emphasis when this would be inherently evident in any honest service forecasts the opposite.
Some highlights from one of my agents asked for a no bullshit evaluation:
"By buying OpenRouter, they own the routing layer that decides which model gets called and at what price."
"Stripe wants to be the economic infrastructure for AI — meaning they want to be the toll booth and the traffic cop for the entire AI economy."
"... insider market intelligence that OpenAI, Anthropic, and Google don't fully have. Stripe would now have it."
"The $7B+ price is absurd on any financial metric, but this isn't a financial acquisition — it's a strategic positioning play to own the platform layer of the next computing paradigm."
"140x revenue multiple: At ~$50M revenue, this is not a financial valuation. It's a strategic land grab — buying the chokepoint before someone else does."
I do not feel a particularly strong smell of 'best for the user' here for some reason... More like the usual 'how do we squeeze out more for our PE folks from this' kind of scent.
Can’t explain the valuation since everything in this space is rationally overvalued, but I don’t think OpenRouters valuation is that surprising, all things considered.
Using something like OpenRouter (or any of the AI Gateways) is better than tying yourself to one LLM provider that can rug pull on pricing or change models in a way you don't like.
The value is in the network effect I think. OpenRouter is popular and has a good head start over anything Stripe could build internally.
https://x.com/EricNewcomer/status/2090133049291788434
Edit: ninja'd?
It's a business line more suited to finance, law, sales, and accounting people than tech people and a pretty laborious one. That's often the case when the tech looks "easy" but the sector only seems to have a few big winners.
- They support 400 different models, 80 different providers, and an unlimited number of new custom agents. Every single model, provider, and agent, has its own weirdness that has to be accounted for. Tool calls change by model. Effort changes by model. Backend APIs (messages, responses, etc) change by provider. There are thousands of specific tweaks, fixes, hacks, that need to be implemented to make this thing "just work". And you have to keep updating it all, weekly.
- On top of that, they support providers running in multiple countries, which increases the legal, logistical, financial, and networking complexity.
- On top of that, they need to figure out pricing and deals with providers, and ensure the providers allocate the necessary networking and compute capacity. They need to work with providers directly to troubleshoot and fix all kinds of issues, from networking to application.
- On top of that, they implement multiple kinds of request routers. An auto router to route your request to the best general model, a fusion model to attempt the request on multiple models and pick the best response, a pareto router to route requests to the best coding model for your request.
- On top of that, they build custom features that businesses and users want, like Data Loss Prevention (which I'm blown away they actually provide for free). Lots of very useful business functionality for managing not only what model and provider to use, but also limits on usage, filters, etc. They also implement SSO, prompt injection guardrails, logging/auditing, workspaces, etc.
- On top of that, you have to be very good at just implementing HTTP APIs. Most people aren't good at it. API design is hard, HTTP is way more complicated than it seems, network traffic shaping is a black art.
- On top of that, running applications and infrastructure, and scaling it 10x every year, is a subtle yet critical skill. No matter how good your code is, it's pointless without working hardware/running apps.
- On top of that, they provide a generous free tier, which has to be subsidized, and is probably only partially subsidized by providers.
Why pay for this rather than build one? Because there's no sense in building one. There's a reason restaurants don't build their own factories to manufacture their own pots and pans. Their business isn't selling pots and pans, it's selling people cooked steak. It's a bad idea to waste time, effort, and money trying to make things you aren't going to sell.
Openrouter is easy, reliable and performant (like Stripe).
Counterpoint: you can't just go to Visa/Mastercard or a merchant acquirer out there and set up an account on the same terms that Stripe can.
On the other hand, you can sign up to any LLM provider and get API access on terms that are the same or better (since I'm sure they don't appreciate having a middleman and would benefit from incentivizing direct usage) than OpenRouter gets.
Just the other day, I tried to have openrouter route to my local ollama, and it refused. Apparently I have to pay for this privilege. How wonderful.
Open open (op)en. Open open (op)en. Clo-o-o-ooooo-sed.. (sing with Wagner flight of the V)
Payment platforms existed for years before Stripe came along. They solved the problems the others couldn't.
OpenRouter is commodity stuff, I've never used it personally and picked alternatives. The sense I got from people who said they used it was that they are on average penny pinchers. That does not seem like an ideal user base
Now is that enough revenue to earn back 7B.... I'm not too sure. I guess they're betting realy big that these sorts of model routers will gain explosive token usage in the future
In this case I imagine that OpenRouter's moat is going to be that businesses that already use Stripe will have a lower bar to choosing OpenRouter to provide the AI access, and clean integration with Stripe to pay for stuff like AI support bots.
When I build an application that uses LLMs, it's tuned and tested for a specific model only. LLMs are not really drop-in replacements of each other, even different versions of the same series.
The pertinent question isn't why OpenRouter but why a router company is worth 7B.
Stripe has presumably only purchased them because they think there’s consumer-surplus to monetize here, which presumably will soon be giving me lots of reasons to use something else.
Negotiations start when sales is done.
These were highly capable negotiators.
But most likely also good salesmen.
edit: Inflation does not account for the observed growth.
This seems mind blowing, but the big boys seem to be behaving as if it's directionally true.
If compute is constrained and expensive, OpenRouter is what you'll use to get around the constraints at individual providers.
https://x.com/dwarkesh_sp/status/2084333160075055122?s=20
Truer words, never spoken. I'm not sure how exactly this will screw me over -but I do know that it will.
Surely stripe if anyone have learned to harness the cash flowing through their system. Hell, they could be emitting bonds on expected token consumption bills!
This is some high level meaningless corpo speak.
This version is dumb/empty, and reads like brown-nosing Stripe.
Also corporate speak. Their mission is take their cut of the Internet's GDP. Nothing against them, they provide real value for that cut. But that's what the actual mission is.
You might not believe them, but that’s what the words are supposed to mean.
https://stripe.com/annual-updates/2025
> Stripe last said businesses on its platform generated $1.9 trillion in payment volume in 2025, up 34% year over year.
More transaction volume = more enterprise value potential. More GDP, total rake goes up of said economic activity they facilitate. Middleman Moat, accumulating volume (present via Paypal, future via OpenRouter).
Hermes Agent is AI slop "ai assistant" software that is being entirely developed by a bunch of AI agents. They are stuck in a constant whack-a-mole bug fix session because the agents keep breaking things.
Openrouter is being entirely propped up by garbage-tier software that is only popular because it's being endlessly hyped by idiot youtuber AI Agent Bros who are so uncreative and incapable of critical thought, they're using AI agents to tell them what content to make.
When people finally realize how bad Hermes is, OpenRouter is pretty fucked. And then when all the weebs writing furry porn get bored and move on, they'll be fucked even more.
What's really bad about this: Stripe is so tightly tied to the credit card industry that said industry's obsession with morality policing will force Stripe to start censoring openrouter.
Echoes of WhatsApp. Huge congrats to the team!
Any companies that are bought go through culture crashes, and I am interested in how this plays out.
People will revolt first should one have to trade physical goods (such as food that we need for daily lives) with computing power.
It only takes a few people to incite.
you are right, there will be revolt definitely. i think computing power will replace a lot of things though.
I was totally confused by what connected the two companies until I realized "tokens" are basically a nascent, and rapidly growing, "currency".
This is among the more hellish futures I can imagine. Our worth as people reduced to how much access we have to compute. Gross.
there are a few assumptions in this future- the biggest one is - we will have to attain a baseline intelligence which is useful for everyone which is not true today. even fable fumbles hard!!
second is that everyone will have to own a medium to use this intelligence (aka robots). like a currency is useless if you can't use it.
to me this is the least daunting scenario. all other scenarios lead to mass slavery.
That's not the biggest assumption.
The biggest assumption I see is that the population will have the baseline understanding of how to operate in this new paradigm, which seems impossible given how useless many people still are with computers
Incidentally, this is also why I think Bitcoin is such a non-starter for most people
Just because a name has open in it doesn't mean it has to be open source.
It’s not a new process, e.g. when blockchain was trendy, “crypto-“ and “bit-“ were similarly popular and their meaning was secondary.
I've built one in Rust and want to market it.
So if it’s a network router or a woodworking router, then you’re good.
I can sells of red socks, and white socks, without getting sued by Chicago or Boston.
If it’s in the same space… you might want to contact a lawyer. I believe Firefox had conflicts with earlier names like Phoenix and FireBird and they weren’t even browsers.
They also have very complementary problems and skills. The long-term roadmap for routers is auto-routing; that is, turning traffic into signals into automated decisions. Stripe has a lot of overlapping talent and experience from fraud-detection and likely other products.
Founders found out that they could finally afford to pay their medical, tax, housing bills if they said yes
The platform also has another value that is not mentioned often. People often mention the devex, which is consumer value. But one of the main things about open router is that they help model providers access a massive distribution channel with smooth demand, as with any aggregator. Similar to the value food delivery apps provide to restaurants. As such, this type of marketplace power has the potential to allow them to charge model providers commissions as well for various services in the future. You can already almost imagine an "auto mode" where they balance improvements to cx (say right sized models for tasks, saving u money) with "ad"/preferential treatment promises tomodel providers. Basically, all the typical middleman stuff.
One of the other companies in this space, ramp, has also started their own router at router.com. See https://x.com/tryramp/status/2090146780512227825
Quoting their rumored leaked investor letter dated Aug 19 26 below:
Zooming out, we see capital and intelligence are becoming the two digital flows undergirding every business. Up until now, every developer has needed a straightforward and reliable way to manage their revenue pipeline, and serving this need gave rise to Stripe. Going forward, however, every developer will also need a straightforward and reliable way to manage their intelligence pipeline. This observation first led us to OpenRouter. OpenRouter has built the world's largest and most trusted token routing engine, supporting all major models and providers, and beloved by its customers....We think that there are deeper reasons to pursue integration besides convenience. Our experience in working with our customers has led us to realize that intelligence is special: it is expensive, heterogeneous, and constantly changing. As with financial capital, businesses must reason about cost and return of every unit in a deliberate and granular way. How valuable is this task? With which models can it be best handled? Who will pay, and when, and what is the time-value of that delay? We have seen the parallels between managing intelligence and managing capital directly in our own products. Radar, for example, was initially designed to prevent financial fraud, but is proving extremely effective at guarding against token fraud at many of the world's largest A1 companies. Metronome (used by Anthropic, Nvidia, and other industry leaders) is showing that metered billing in an AI context is inseparable from token serving and consumption itself.
In this particular case, OpenRouter represents a M x N bridging and enhancement layer much like Stripe themselves, and so must address a lot of parallel technical, dealmaking, accounting, and legal challenges.
It may not be obvious on the surface because they seem to be working in such different domain, but they have to address a lot of the same problems in comparable ways and that makes it a pretty darn good fit.
50x revenue is also a crazy number. I wonder what happens more, companies selling for ≤5% revenue or companies selling for ≥50x revenue.
Because after PayPal, Stripe is the biggest graveyard of frozen accounts who would be otherwise perfectly fine, but some AI decided that this card from this country at this price = send the account to null.
So while before you had comfort of using OR, right now you will have Stripe emps and their AI overseeing your queries. And don't get me wrong - Stripe will love you! But once someone pulls the lever - good luck getting at least explanation why they had to boot you out. I never heard of an account being reinstated. This will be like this, only your queries instead of CC charges, will be inspected.
I don't see how this is beneficial to anyone, esp. OR users. RIP OpenRouter.
In five years they will be struggling.
In ten they will be dead.
holy crap, save some butter for the bread omg
What could go wrong
Why do they always start with this. Every single one of them. You dont even want to read anything after that. Its the same "Blah blah nothing will change you will get the best of both worlds blah blah"
Maybe there is some plan to pump Stripe's valuation to over $1TN before an IPO.
Who knows.
[0] https://www.reuters.com/business/finance/stripe-advent-offer...
He says it like it’s a huge accomplishment that he achieved when it’s an opinion about something trivial
OpenRouter is a name.
https://news.ycombinator.com/newsguidelines.html
I can delete my comment, though.
AND, if you are too harsh on the former, you incentivize the latter.
Not really. If someone is interested in an LLM's opinion, they can ask it themselves, all LLM providers are one browser tab away.
Hard to think of any type of company that can do the topline meme as effectively as a compute aggregator proxy. Almost like a bitcoin pool mining company counting their shared miners.
Really? 100M annual? That HAS to be profit, it can't be this crazy.
EDIT: From their website, they say they have 200T monthly tokens, at 10 cents per M token ( optimistic average between free tokens and expensive tokens) that's 20M$/month, which is roughly 240M$.
Bonus track: here's chatgpt completely fumbling the above very simple calculation
https://chatgpt.com/share/6a85f831-9118-83e9-8a06-d32195c557...
I don't doubt the chinese bootleg product that openrouter is peddling is even worse than that.
We are in a bubble confirmed.
Sorry for the negativity, but this is highly bearish news.