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.
I've been using OpenRouter since relatively early (I build evvl.ai - an eval platform on top of it) and think that they're selling at a good time.
An underpinning of their model is that API calls / inference are similar across providers allowing for commodity tokenization cost comparisons, but the providers are beginning to shift to non commodity features that don't easily shift.
For instance, calling Gemini with "search grounding" isn't something that OpenRouter can do (they sub their own web search in), last I checked they weren't doing real time voice models, etc.
I rather have protocols be built and less middlemen PaaS.
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.
What open banking? I can't even get a read-only token for my personal use to see the balance on my account and I sit two team calls away from people who cooked the API
Where it is already operational and available elsewhere worldwide. Unfortunately complex lobbying and Wall Street not being a fan of it as they’re the biggest loser makes it slow to get it done in the US.
With vibe coding, you can make a bot that pretends to be human accessing the banks website, and be able to hit the bot with an API, and have the bot interact with the bank for you.
Every single Open Banking implementation I know also requires everyone to go through a useless certified middleman (eg. Plaid, GoCardless, ...) instead of letting people use the APIs directly
When you say rest of the world, what countries exactly do you mean? I'm from the Czech Republic and the process is also insurmountable for a regular company. You either go through a middleman or you can apply for a license (only 4 companies in the entire country ever got it and it costs upwards of $50k in legal fees just to file the application).
Open banking is slightly different, as it's more about account access (although with read+write access, you can kind of build it into a payment scheme as well, although it's usually clunky).
One problem here with the protocols is the field isn't yet so stable. Most people are copying OpenAI's endpoint, and so you have "OpenAI compatible", but there are always little hairs on it. Case in point, OpenAI itself no longer offers multiple basic inference options on their new models. Can't pass temp, get back logits, etc. on anything after GPT 4.1. It's not a total zoo and Open Router is pretty easy but everything is just enough a special snowflake that models aren't a commodity. Maybe later though.
Agreed, though that's not a reason to discourage building it or putting it forward. That's more the reason why a protocol would be beneficial, we are ending up with price wars and middlemens everywhere because we're racing.
AI products are going to have to deal with accounting. An agent performs some work. It uses some models and perhaps some other metered services. Someone has to meter that activity. They have to attribute costs, apply the product's pricing rules, bill the customer, collect, reconcile with vendors, and maintain the ledger.
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.
A single policy location for multiple models with usage limits/rate limits, spend limits all configurable using a common syntax + deep integration with account levels and high visibility into subscription/payments related to meter usage to help understand whether or not your pricing model is underwater as costs change is exceptionally valuable. AFAIK each product consuming model providers without an openrouter style proxy has to do that work themselves, and if you are already using stripe for subs/payments, the direct integration is a huge value add for customers, especially if you can alert on "upcoming price changes from your provider changes your unit economics for XYZ packages/sub tiers".
Not OP, but I could see the vision. Right now OpenRouter is developer-paid with no way to pass costs onto the end user. Stripe could help bill and meter at the user level for per-user billing. I would also think more SDKs/easier ways to add AI features (paid for via openrouter) into apps and websites.
Open router supports per-request usage metering, as well as per-key. Building user-level metering from this is trivial, and there are many implementations of this out there. Supporting per-user first-class is trivial considering Open router already has per-request and already supports per-request attribution. How important that is, is a big question, but definitely not something that requires Stripe to build.
Could there be use cases where you want to run inference for users in your app, but don't want to host your own backend, user authentication, and billing?
The user could log into his personal OpenRouter account, authorize your application, and optionally set a budget, all in something like a Stripe payment screen.
> The user could log into his personal OpenRouter account, authorize your application, and optionally set a budget, all in something like a Stripe payment screen.
Perhaps stripe thinks metering is a lovely big market? A nice complement to their existing service. Plus a little AI buzz likely helps their valuation. OpenRouter could be a step rather than a goal.
Happy for the OpenRouter team. Been using the platform since early stages and the ability to run any AI model with the same api key and same request has been great to experiment with new models and being able to switch models in prod with minimal effort.
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.
It's a mostly equity offer. Private capital is always more risky than publicly traded shares so probably less than $7bn risk adjusted, which makes sense for Stripe.
I manage our company's model spend and build tools around it.
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.
Not OP, but you can't set a per api key limit in OpenAI Platform, you also can't really easily see spending going on per key, and its also in a far off page separate from the keys, really not easy to see what is going on with spend in real time.
I am working on my own agent implementation (https://usehax.dev/), and I can praise OpenRouter for being seemingly the only provider endpoint that actually gives proper API for gathering available models and their capabilities (context length, image support, pricing, etc), reports exact routing details and total cost in the response, and provides an endpoint for obtaining current available credits (for "/usage"-like command). So for OpenRouter specifically I could deliver a really good experience out-of-the-box (always fresh models and metadata, exact pricing, etc).
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.
Speaking for myself (I'm not the GP comment): The platform 'just works', has great reporting interface to help understand excatly what usage happened when, and integrates well with lots of different harnesses.
OR I can keep paying 15% markup till next month and then jump to newest / cheapest model with one-liner change instead of being locked to a model/provider.
That requires that you create accounts and separately manage each provider you want to use. OpenRouter removes that - if a new provider gets added, you can start using them immediately.
I'm not happy about this. Having used OpenRouter a lot and enjoying the experience, I need to say that corporate consolidation is never good for consumers.
curious as a non-user, but what does openrouter have to do with stripe? Ignoring the corpo-speak about mission statement.. the missions don't really seem aligned in reality.
I don't think they have much to do with stripe. I'm guessing they want to round out their business more and include payments for AI since OpenRouter is basically just an AI traffic router that takes your money and provides it to the APIs you use.
It’s a marketplace with a markup on every token they sell. And I’d rather go to this shop, than sign up individually at the 70+ different providers they broker access to - even if it comes with a price.
I don’t understand it, but good for OpenRouter. Personally, I think OpenRouter’s value is somewhat perishable. In the early AI market where there are a jillion models and anew one every week, it’s great to be able to try them all without having to create accounts and keys for each one. OpenRouter, which I use, makes this easy for developers to do. Add some cost controls and other “management” knobs and it works great. But the market is not going to be this frothy forever. As things settle down and commoditize, the value of switching on a dime diminishes as people lock into their favorite models. And with the OpenAI and Anthropic APIs being defacto standards for how to talk to models, it’s easy enough to switch to another model every so often, as long as you aren’t doing it multiple times per week. The other alternative is that OpenRouter stays in the mix but its pricing gets ground down and down. If it’s (nearly) free and still adds some value, fine. But that doesn’t justify $7B. So, yea, I don’t get it from Stripe’s perspective.
> As things settle down and commoditize, the value of switching on a dime diminishes as people lock into their favorite models
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.
> A company like OpenRouter that promises the cheapest tokens by the minute becomes essential on the low-cost margin.
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 a router 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.
It's a simple marketplace and they control a ton of the demand side who trust them to find the best price and providers that work. The value is huge to users - one place, multiple models, providers bid for the traffic and the user doesn't have to think about anything. The value they hold hostage against providers is gargantuan - nice model there it'd be a real shame if none of our users used it.
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.
Read Ben Thompson to understand aggregation theory. Many of the largest internet companies, like Google and Amazon, are simply aggregators. OpenRouter is an aggregator of AI tooling. Stripe itself was just a convenience layer on top of merchant gateways (another aggregator). OpenRouter is so big they can negotiate special contracts with OpenAI for special rates.
Ha that’s a really interesting comparison! I guess the difference is that OR directly sends revenue to model providers, so maybe they’re more likely to continue working together? But I can totally see it go the other way once a provider feels confident enough their users won’t switch away. At that point the OpenRouter tax, however small, will be a problem to solve.
You can save money and get higher uptime. Without it using a cheap provider for open models would be risky because they might go down a lot, but routers can detect that and instantly switch to a different provider. They basically take away all your exposure.
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.
On acquisition pricing: Why smarter AI models could drive up compute prices 10x (at least temporarily). [0]
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.
OpenRouter allows you to have 1 API key to access
hundreds of models across dozens of providers.
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.
So much so that right now GPT-5.6 Sol tokens are half price from OpenRouter compared to OpenAI directly. Which I guess means enough people are using OpenRouter, that OpenAI are more concerned about getting those users to switch (from, presumably, Anthropic) than they are about encouraging OpenRouter to exist and long term reduce margins for them by competition / lack of lock-in.
PE is desperately competing other PE to get into the promise of some AI thingy NOW?
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.
Tokens are just a type of currency. Stripe is a middleman for currency.
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.
to a certain extent, openrouter did manage to turn tokens into a currency. The fungibility is there, as much as you don't care so much if you're getting your token from novita or some other player, these become fungible.
They aren’t trading tokens, they are a market for compute. The difference matters quite a lot. What you have in openrouter is the ability to exchange money for compute at the vendor of your choice.
We are basically back to 2020 trying to get people to understand that an NFT is NOT the underlying asset it abstractly represents…
Tokens are minted then consumed. You cannot trade them, by definition. What would it even mean to trade a token? You can maybe trade a voucher that allows you to then redeem it for some token generation (aka compute), but the tokens themselves don’t make sense to be tradeable. And because they aren’t fungible you cannot swap a token for another one, that’s just not what LLMs are
I think you are reading too much into the "fungible" term.
No one is talking about trading tokens.
The idea being that getting your tokens from Provider A is no different than Provider B, especially if they both offer the same model. You can change one value in a request to openrouter and suddenly be hitting a different provider but offering the same tokens, because they offer the same model and the same settings.
Yeah, I mean, it looks like a network effect, but anybody can aggregate the models; rather, it is the switching costs in the logs and work, and the cost savings, etc.
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!
I've seen three or four others building routers. How hard is that really? The folk I spoke to needed only a few millions to build it (they claim). I've seen prototype of some too that looked pretty simple. Maybe the whole thing is driven by enterprise wanting the external vendor support?
The software is "easy", it's the business and operations that are hard: scaling the infrastructure reliably; finding revenue sources with secure margins; deflecting regulatory and risks responsibility; billing and collecting on massive low-margin high-volume transactions; enterprise sales; etc
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.
My surface-level assessment is that building a router is easy, but routing efficiently is difficult. For the latter problem, traffic provides signals which you can use to improve routing rules, creating a feedback loop. More traffic => more feedback => better routing. So a lot of the value of Openrouter would be that they are the most adopted router (I think?) and so likely have the most data to (potentially) produce the best router. I'm only speculating.
- 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.
Probably they want to use the userbase, not the technology? There was a heavy emphasis - too heavy for my taste so it bounces me back - about that they will do what is the best for the user. I think that was already there, Stripe was not needed for that. This is more for the benefit of others.
It is amazing how we watch from the sidelines these aquisitions and think .... why such big bill ? But it takes a good team to sell and everytime someone is successful it is because probably they have great sellers who believe in their value and demand a price. It is certainly not an easy task to get to the finish line for a startup and pay back their investors.
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.
Yes, you can get better pricing if you do it yourself. But the true advantage of OpenRouter is that, in a space where there's a new model being released every week, you can easily switch to whatever model is best at any given time without having to set up accounts with multiple providers. Or you can just experiment with the latest release. Their product is the convenience. Of course if you decide to only use a specific provider or two, then you don't need OpenRouter.
But it's not really that difficult to make a clone of OpenRouter's service. What they do isn't really that original.
Their only value comes from the fact that the currently have lots of traffic. And I dkn't think that their cumstomers are really bound to theur servuce. They could switch to a competitor without too much hassle.
To add to this; payment infrastructure requires a lot of heavy lifting. There's a lot of regulations you need to adhere to, different payment systems in different countries, settlement, chargebacks, etc.
There is a reason why not doing your own payment processing is a thing.
OpenRouter may have some interesting things in streamlining the process of switching LLM providers, but it is indeed something easy to replicate in comparison to payment processing.
Now that's the value. OpenRouter has the power to step on the air hose of any provider they don't like.
That's Google's real power. Works for them. Between search, ads, and the "app store", they can crush most companies. OpenRouter's power is only in one area. For now.
Having worked on web apps that processed online payments before and after Stripe I totally agree, this was an area of real pain that became suddenly extremely simple because of Stripe. The alternatives were terrible–100 page Word docs of SOAP API docs for Authorize.net, massive PCI compliance requirement specifications, horrible legacy merchant services businesses.
On the other hand, I operate an app that talks to (and logs prompts/meters costs) to many different LLM API providers, and I do not consider it painful at all. I have an AI agent to deal with any integration quirks, if needed. Mostly they provide OpenAI-compatible APIs anyhow. It's basically a no-brainer to go direct with the providers and save 5%, the great majority of the cost of an AI-powered app is no longer dev time implementing the integration, it's the tokens themselves.
Stripe operates in a very regulated industry where new entrance is difficult
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
OpenRouter is already the entrenched go-to router tbh. There's competitors (Vercel) but they're already well known. Stripe can also make them more competitive because they can waive / profit off the transaction cost. Considering stripe takes like a 3% fee, and the openrouter markup is 5%, that's a pretty big boost.
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
I don't get the 'transaction fee reduction' arguments. Yeah they can reduce the fee, which in turn reduces profit margin... any other product/service in a similar position can do the same... it's not some sort of free win
I presume they are sitting on a lot of usage data and will be able to roll out efficient auto-routing based on it. There is a huge demand for this as most users are overwhelmed by provider options and just want to route to the best/cheapest model based on the task.
I think it's kind of like what GitHub has despite getting rid of the quota system for Copilot: existing customers that are already setup to deal with them.
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.
They have enough customers to have leverage against providers. As an example, if they decide they can be "punished" if they claim ZDR but lie about it.
As with Cursor it's the data - all the prompts and responses that can be used to train AI models. Getting a head start on that at the pace of current development costs.
They are the leading LLM API routing tool. Stripe is the leading payments API. They are betting on OpenRouter being as important to developers as payments. Both let them take a small percentage of a shitload of transactions. Being the goto service for APIs and executing well is the moat. Someone else would have to beat the volume leader on price or beat them on execution. Good luck. The only realistic competitors would be Amazon, Google or Microsoft and none have shown any interest so far.
I don't understand why one would let a router handle their LLM request (other than for routing it to the cheapest inference provider for open models).
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.
You can use one key for multiple models, you can have many keys with a budget on each, you can manage all your keys in one piece of glass, you don't have to deal with the upstream vendors directly just to name a few. These are all things that may be important to developers. I can't even get an OpenAI API key because those morons can't get their phone verification to work properly. OpenRouter is the only way I can use their models.
OpenRouter’s “moat” is currently “why would I use anything else?”.
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.
It isn't clear to me what advantages OpenRouter has over running a similar router-aggregator locally for ~free. I guess they have stronger bargaining power than a solo engineer or small startup, and can therefore negotiate volume discounts with model providers. The question is if those discounts let them offer cheaper rates than a local router-aggregator even after the markup. And if they can do that, then OpenRouter is undercutting the providers themselves on price, which I would imagine the providers would not want to see.
If you meant that generally: because productivity is increasing; the world is getting richer. Not all of it flows down, but some does; top SV salaries are up too. By a lot.
edit: Inflation does not account for the observed growth.
We are certainly seeing higher monetary velocity in certain sectors. That usually follows from real economic expansion but could also be due in part to inflation.
Corollary to this is that whenever companies acquire smaller companies and lay off the small company's sales teams, they deserve what they get. Looking at you, big company that turned my last one from nearly a billion valuation into a $20M fire sale in 3-4 years.
> I like Stripe's long-stated mission ("To increase the GDP of the Internet").
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.
It's not mutually exclusive. I remember the Bad Old Days of trying to make the PayPal button work; if Stripe makes it easier for people to take payment online then it increases the GDP of the Internet.
That feels unfair to read it that way. The mission as stated is that they will not only take a cut of the pie but grow the pie. If the total value they add is greater than the value they capture, everyone wins.
You might not believe them, but that’s what the words are supposed to mean.
> You might not believe them, but that’s what the words are supposed to mean.
It's corporate bullshit not because I don't believe they can grow the pie, but because that's not their motivation.
In fact, a nice formula for coming up with your corporate mission statement would be:
1. Ignore your company's ground-truth financial incentives
2. Find a positive 2nd order effect E (or a plausible one) that you don't really care about, but maybe you genuinely think is nice
3. Claim your "passion for E" is what drove you to start your company, and keeps you working, because, of course, all great companies must have a "deeper purpose"
> 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).
It's particularly stupid given that if you look at where the tokens are being spent, the top application overwhelmingly is Hermes Agent. It's more than the next six clients combined.
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.
Metronome has been experimenting with real-time payment on usage based billing for tokens. That technology leverages micro payments using crypto. It's cool but all it's doing is moving the accumulated balance from a provider onto your crypto wallet.
Routing seems to face a similar future as the ever-changing trends in controlling coding agents: you know, context engineering, loop engineering, etc. --Which is that OpenAI and Anthropic quickly seem to release a better way of doing it, in their own products' harnessing, and which third-party and personal solutions will only conflict with.
> And as we grow, we will relentlessly aim to preserve the velocity, agility, efficiency, and talent density of the 90-person startup that we are today.
Stripe is a high-velocity environment.
OpenRouter (OR) is a startup so might move fast, but unsure if OR can handle the velocity with corporate guardrails put in place already.
Any companies that are bought go through culture crashes, and I am interested in how this plays out.
I guess this makes sense for the scenario when we will use machine intelligence as a currency, maybe 15-20 years from now? - like I can pay 15 minutes of inference for a dozen bananas? and the banana seller uses those 15 minutes to do banana shelling or removing weeds from their farms or whatever i guess when robots are doing everything. right??
I agree that the computing power will replace not just softwares and also as many phycial work via robots.
I am not smart enough to see further what else are disposable or replaceable
Overthinking it. "You have money and need to seem AIish for the stock market, we want real money". You notice they don't do this deal in tokens, they do it in fiat currency.
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.
> the biggest one is - we will have to attain a baseline intelligence which is useful for everyone which is not true today
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
I am somewhat mixed on this, I feel though having it be part of Stripe will make it easier to sell to my leadership as "More Trustworthy" than having it by itself
Stripe is positioning themselves as one of the leading adopters of AI internally. I don't know of public stats but I estimate they're spending on the order of $millions per week on tokens. I assume they've adopted Openrouter and the majority of that spend is going via Openrouter. So they understand the product value, they understand the current gaps, and there's also a threat mitigation. They've likely become very dependent on Openrouter and someone is going to buy it - so they may as well negate the risk to that. (Threat mitigation alone is not worth $7B but it justifies a certain premium.)
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.
Their business models are actually kind of similar. Stripe is just passing money between financial institutions and taking a small cut. OpenRouter is basically the same thing. They might have shared ability on how to run an effective pass through business.
Apparently. The price does seem high, but the value of a company is based on it's finances. You could argue companies like Google are just middlemen too.
My read: The thesis is that token spend is going to be one of the larger input costs to a business in the future. They want token economics to happen on their platform so that the commission that comes out of all of this goes to them. It is not enough that openrouter uses stripe exclusively to interact with banks, since the transactions are expected to not just be tokens for dollars, but tokens for tokens or tokens for specific stablecoins tied to tokens. One of the value adds of stripe is their policy and monitoring layer. With tokens, the polices and monitoring will happen in token-land primarily, not in dollars-land. So if you want to continue demanding commission for those types of things, you have to be able to execute policies on tokens. Tokens can of course be variably priced - I am not claiming # tokens itself has the same value across providers.
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.
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.
Stripe has a lot of money, but not a lot of AI-buzzword compliance. OpenRouter is highly AI-buzzword compliant, but doesn't have a lot of money. It's a match made in heaven
One of the main real values of OpenRouter is that it is a single payment relationship for users that enables access to many downstream vendors. I'm not super convinced it is a good purchase, but right now OpenRouter is the financial middleman for token spend. It is also the centralization point for tokens, allowing for value-add features that are industry-wide, for example budgets - and I think that structure has parallels to Stripe products like Checkout or Identity.
In the event that the AI bubble doesn't burst, Stripe needs to have a stake in whatever's coming. They have time to explore and pursue specific strategies, but they just needed to make some big and compatible buy.
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.
Not if you’re in a different domain, then it cannot be claimed to confuse customers.
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.
10% would be more typical. Perhaps the math is that OpenRouter inside Stripe makes it twice as valuable. You often see acquisitions priced on the value of the company post-acquisition.
Remember when Google acquired YouTube for $1.6B in 2006? That amount seemed ridiculous at the time. Its now peanuts compared to YouTube's yearly revenue.
The 7 billion figure is not just open router's current value. It's also including part of it's projected value in the future. So that 7 billion includes current value + value say 5-10 years out.
I would guess the real value of the position Openrouter has in the ecosystem is that they can intercept all data and sell training data from many people, training data that is about as directly relevant for training as it can get. They would not need to log all your data for this, "sampling" is enough, and might in fact be even better sampled.
Note: this would include both the request, the response, and competitive responses. This would be very high quality training data.
Now at the current point they're sporting and make this data sampling option opt-out, and indeed they do. By default, they collect your data.
Model companies will pay a lot for this, especially now, more than customers will ever give to openrouter. Think about this: this is a constant stream of data of exactly what people and companies do with AI models, for all models, updating LIVE.
Second, they can provide "competitive intelligence" as well, telling models live how well they're doing and what exactly their strong and weak points are, and in what distribution of token requests this results.
There may even be financial companies that pay for this data.
Congratulation to all who exit at $7b after 3 years, but I have only one question: what problem does this acquisition fix? Did OR lack infrastructure? experience? what was the main drive, other than money, for sale?
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.
> Today, we are excited to announce that we are...
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"
so basically anybody who uses openrouter from now on is going to have all their data exfiltrated to stripe and then to all the banks/insurance companies... when I read the article that's what I think is going on and it doesn't smell good....
As a final customer, I hate so much stripe that I'm disappointed that they will be able to impose their shitty rules and business logics to OpenRouter...
We've banned this account for using HN primarily for promotion. Most of your comments in this thread include a link to your own site. This is an abuse of HN and is clearly against the guidelines. HN is for curious conversation. It's OK to submit your own work occasionally, but the clear expectation is that most of your participation on HN should be discussing topics in the spirit of curiosity and sharing articles because they're interesting to the community, not because you published them.
Edit: FYI we've also banned all the associated accounts and domains. It's really not hard to write software to detect this kind of thing, and keen-eyed community members notice coordinated posting and point it out to us. Please don't waste your time or reputation doing this.
At this point I believe that when people do not cite using AI to generate their comment it's from a position of malice... like you're intentionally trying to position yourself as capable in whatever subject you're talking on but realistically you are not given the reliance on an LLM. Not saying anything about OP but just a general observation/opinion I've been building recently. Seems more common than ever to larp using AI.
I did it once when I tried vibecoding, to a friend, nothing professional, and I watched myself stop at the explanation of how I did something. I think it comes from a place of desire, self delusion and shame (of not being able to do it alone), very similar to lying in general, people lie about what they want to be the truth.
Is that 100M of openrouter revenue? Or money that flows through openrouter? If the latter, 100M$ annualized looks like very little. It's as if a bank said that it has 100M$ of annual transfers, instead of 100M in revenue from bank fees and such.
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
We are in a bubble, but you are looking at this in the wrong way. OpenRouter basically creates lock-in through Stripe's distribution and family of products; it is much stronger within Stripe than alone. I agree valuations are absurd, but it is what it is. But if we have to go through a bubble for a16z to crash and burn, I am all for it.
So customers use OpenRouter to avoid lock-in to specific model providers, and in doing so they lock-in into openrouter's aggregation API?
Lock-in to what exactly? A string(string) function without any further restrictions? Note that aggregator users will not use more specific parameter features (because those vary by vendor), or they escape the aggregator and lock-in directly string(string, vendorOptions={"openAI.logprobs":true})
Selling vendor lock-in to vendor lock-in avoidant customers sounds like a losing proposition, like trying to beat competition on price and undercutting, which is a thing openrouter does too btw, the main reason people use these products is to get cheaper prices. I don't think 2$/M tokens is expensive, and I don't think those that try to cut costs are going to win, whether devs cutting token costs, or small business owners with 5 employees who look at AI as a way to fire 2 of them. I get that the other end of the spectrum is overspending and tokenmaxxing, but the conclusion is that extremes are bad? Nothing new here.
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.
An underpinning of their model is that API calls / inference are similar across providers allowing for commodity tokenization cost comparisons, but the providers are beginning to shift to non commodity features that don't easily shift.
For instance, calling Gemini with "search grounding" isn't something that OpenRouter can do (they sub their own web search in), last I checked they weren't doing real time voice models, etc.
It can: https://openrouter.ai/docs/guides/features/server-tools/web-...
It's apparently even the default these days (which makes sense, as it's usually better in my experience).
They are fighting to be the one and only
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.
Open banking is slightly different, as it's more about account access (although with read+write access, you can kind of build it into a payment scheme as well, although it's usually clunky).
The brazilian central bank has a page about it[1]
[1] https://www.bcb.gov.br/estabilidadefinanceira/openfinance
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.
The user could log into his personal OpenRouter account, authorize your application, and optionally set a budget, all in something like a Stripe payment screen.
Like standard oauth?
https://openrouter.ai/docs/guides/overview/auth/oauth
Perhaps stripe thinks metering is a lovely big market? A nice complement to their existing service. Plus a little AI buzz likely helps their valuation. OpenRouter could be a step rather than a goal.
Which is saying a lot.
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.
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.
Truer words, never spoken. I'm not sure how exactly this will screw me over -but I do know that it will.
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 a router 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.
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.
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
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.
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.
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.
We are basically back to 2020 trying to get people to understand that an NFT is NOT the underlying asset it abstractly represents…
Please go on as I do not get your point.
No one is talking about trading tokens.
The idea being that getting your tokens from Provider A is no different than Provider B, especially if they both offer the same model. You can change one value in a request to openrouter and suddenly be hitting a different provider but offering the same tokens, because they offer the same model and the same settings.
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!
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.
Their only value comes from the fact that the currently have lots of traffic. And I dkn't think that their cumstomers are really bound to theur servuce. They could switch to a competitor without too much hassle.
There is a reason why not doing your own payment processing is a thing.
OpenRouter may have some interesting things in streamlining the process of switching LLM providers, but it is indeed something easy to replicate in comparison to payment processing.
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)
That's Google's real power. Works for them. Between search, ads, and the "app store", they can crush most companies. OpenRouter's power is only in one area. For now.
Payment platforms existed for years before Stripe came along. They solved the problems the others couldn't.
On the other hand, I operate an app that talks to (and logs prompts/meters costs) to many different LLM API providers, and I do not consider it painful at all. I have an AI agent to deal with any integration quirks, if needed. Mostly they provide OpenAI-compatible APIs anyhow. It's basically a no-brainer to go direct with the providers and save 5%, the great majority of the cost of an AI-powered app is no longer dev time implementing the integration, it's the tokens themselves.
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
Also, TrustedRouter's website is full of slop, which does not inspire much confidence.
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
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.
It's corporate bullshit not because I don't believe they can grow the pie, but because that's not their motivation.
In fact, a nice formula for coming up with your corporate mission statement would be:
1. Ignore your company's ground-truth financial incentives
2. Find a positive 2nd order effect E (or a plausible one) that you don't really care about, but maybe you genuinely think is nice
3. Claim your "passion for E" is what drove you to start your company, and keeps you working, because, of course, all great companies must have a "deeper purpose"
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
https://x.com/EricNewcomer/status/2090133049291788434
Edit: ninja'd?
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.
Just because a name has open in it doesn't mean it has to be open source.
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.
50x revenue is also a crazy number. I wonder what happens more, companies selling for ≤5% revenue or companies selling for ≥50x revenue.
Note: this would include both the request, the response, and competitive responses. This would be very high quality training data.
Now at the current point they're sporting and make this data sampling option opt-out, and indeed they do. By default, they collect your data.
Model companies will pay a lot for this, especially now, more than customers will ever give to openrouter. Think about this: this is a constant stream of data of exactly what people and companies do with AI models, for all models, updating LIVE.
Second, they can provide "competitive intelligence" as well, telling models live how well they're doing and what exactly their strong and weak points are, and in what distribution of token requests this results.
There may even be financial companies that pay for this data.
In five years they will be struggling.
In ten they will be dead.
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.
What could go wrong
holy crap, save some butter for the bread omg
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.
Edit: FYI we've also banned all the associated accounts and domains. It's really not hard to write software to detect this kind of thing, and keen-eyed community members notice coordinated posting and point it out to us. Please don't waste your time or reputation doing this.
https://news.ycombinator.com/newsguidelines.html
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.
"I recall topic X being related to fact Y.
Chatgpt says this when asked about how Y relates to X
"blablabla"
"
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.
Lock-in to what exactly? A string(string) function without any further restrictions? Note that aggregator users will not use more specific parameter features (because those vary by vendor), or they escape the aggregator and lock-in directly string(string, vendorOptions={"openAI.logprobs":true})
Selling vendor lock-in to vendor lock-in avoidant customers sounds like a losing proposition, like trying to beat competition on price and undercutting, which is a thing openrouter does too btw, the main reason people use these products is to get cheaper prices. I don't think 2$/M tokens is expensive, and I don't think those that try to cut costs are going to win, whether devs cutting token costs, or small business owners with 5 employees who look at AI as a way to fire 2 of them. I get that the other end of the spectrum is overspending and tokenmaxxing, but the conclusion is that extremes are bad? Nothing new here.