To people asking why, this is a good lesson on the Collison’s ambitions. Stripe is one of the best API companies in the world. They know how to serve high volumes of latency and availability sensitive requests. They’ve abstracted the financial rails for payments and now want to abstract the rails for LLMs.
They’re the perfect company to own OpenRouter.
Tokens are simply a lightweight valuable asset. Stripe can serve as the middleman as well as anyone. They know how to route to many providers (payment rails) with huge differences in service characteristics. LLM providers are far easier.
Then they can work this into an offering where users can subscribe to tokens and use them across services. It solves one of the core monetization challenges of every AI company: how do you price when your costs are variable on usage, but nobody can make sense of charging by token?
From here, they can start hosting their own models and competing as an AWS for tokens. They can be the best provider of $OPEN_MODEL, or their own, and optimize for you.
You'd be surprised how little volume of api calls payments companies get compared to advertising companies or consumer internet companies. Stripe aren't especially well placed to own this asset on a technical level. That doesn't make this a bad acquisition per se, but there is no magic stripe can inject here as far as infra/technology is concerned.
Lago cloud ? Probably not , lago like sentry is more likely to be self-hosted .
Stripe completed the metronome acquisition their usage billing offering just 8months back , that hardly makes Stripe the largest player in this place when they are not even fully integrated .
Yes exactly and once you factor in that a lot of sites have the Stripe JS code on every single page the total number of requests is quite high... Plus they do outbound webhook requests for dozens if not hundreds of different events so a single end to end customer checkout actually can fire dozens of webhook events (depending on what is set up for the particular merchant - it does for us!)
That’s volume in terms of total payments, but in terms of number of API requests it’s surprisingly little.
I used to work in payments myself and I was shocked by how little the throughout is in terms of actual transactions per second. There simply aren’t that many payments happening globally at any moment, especially when compared to other industries.
A single games company can be doing far more API requests than the total volume of payments happening concurrently in the world, ditto for ads companies or observability companies.
At a payments company, 500 payments per second is considered high throughput and 1000 payments per second is a huge amount of volume. I’ve worked at games companies where 5000 transactions per second is low throughput.
The hard part in payments companies is consistency and reliability and “correctness”, the actual load and volume is embarrassingly small.
> At a payments company, 500 payments per second is considered high throughput and 1000 payments per second is a huge amount of volume.
I realise I live in a strange world when my first thought reading this is "Worldwide? That’s low. Fits in the basic one region, one account concurrent AWS Lambda quota. No need to even ask support for the 10k."
I mean, if you think about it, you can't pay a lot per second, most of people don't have money to throw around that much... How many times do you buy things during a day? Once? twice? Maybe thrice? 6 million payment uniformly in an hour is 1666 transactions per second, overall this tracks.
Would be great if either one would be able to back their claims with some data. But yes, I'd also imagine that SaaS version gets more traffic, but maybe there are some self-hosted enterprise editions that get insane amount of traffic
More expensive API calls though, I imagine. It’s also not that small scale. Sure, it’s no Google, but certainly higher scale than most companies using them
You'd be surprised how antiquainted many of them are. I don't mean Stripe or Braintree but the long tail of terrible terrible credit card processors. If I hear "Chase Payment Gateway" I shudder.
Except OpenRouter sees all your prompts, sends your requests to different providers with pinky promises that they dont use your data, and is therefore a non starter for any company who cares about compliance.
If Stripe wants to spend 7 billion on a glorified reverse-proxy-api-gateway go ahead. I can here and now, guarantee to be able to reproduce all their functionality in 3 months, and for less than 10 million dollars. And Stripe internal engineering teams should be able to do better, as I will do it in the evenings only :-))
You definitely can build an LLM router with only the features you need (even the ones absent in OR!) for cheaper. Openrouter is 5% markup on all token usage. If you're a serious pay-per-use customer of AI, that's a lot of money.
What mindshare? It literally is an API gateway with a rather minuscule usage that anyone can drop at any moment to use any other proxy or when providers forbid the use of their services via proxies (like it happened with Anthropic already).
How the hell can it be anywhere close to $7 billion?
When Facebook bought Instagram for $1 billion, it had 30 million users with hardly anyone else competing in the space.
I can still use Claude via openrouter. Anthropic blocked using your Claude code subscription via other harnesses but you can still use pay as you go API billing.
Yea, I totally get why they want to be in this space (especially if you see transaction volume becoming more agentic), but why buy it? Why not do what Cloudflare or Vercel or AWS, etc did and just build your own?
Stripe already has killer APIs and knows how to build API infrastructure at Extreme scale, it still has developer cred after all these years, they are already Kings of multiplexing to different sources -- so why not just build your own LLM gateway?
My only guesses are: they want to buy the traffic instead of trying to organically grow it (but I feel like Stripe would get the volume anyway because of name rec), they want to buy the revenue and think they can dramatically reduce COGs because of efficiencies, buying the relationships with the frontier labs (who all dogfood their LLMs in pseudo-private on OR), or... something else?
I think your view is a bit too optimistic/nice in regards to Stripe, for this specific situation.
Payments have nothing to do with LLMs. They are two different businesses. Doing well in one makes Stripe not particularly well suited to do well in the new, other one.
I see this more of an attempt at capturing hype/eyeballs/attention, given that Stripe has been private for a long time, and that the latest valuation is not particularly higher than the one from years ago. It is a company that I really like, but one should question their real business and how likely they are to go public. Owning Openrouter allows them to insert some "story" about the growth potential of the company.
At the end, the retail investor will pay for all the BS, particularly around AI this time - not sure if this acquistion is the case or not, but I suspect it's a possibility.
I think their API's are good on their own but in the payments space they are on a completely different level. I've integrated with a number of payment processors (6+) and every single time (without fail) I find myself comparing them to Stripe (unfavorably, for the other processor).
Docs are a mess, API is a mess, web portal is stuck in the 90's, things that are a form on Stripe are an email at best, a call/meeting at worse.
For one processor I had to have 4-5 calls before they would give me a key and let me buy hardware. I doggedly jumped over every barrier, worked with their shit docs, called their terrible API and in the end, <2 weeks before I was going live, found that in production over half my credit cards were failing to be charged. When I asked them about it they said "contact your bank", as if that was a valid response for why 4 of my 6 credit cards threw an error (with no recourse/message).
In <2 week I had Stripe hardware and completely re-wrote the implementation in time for launch.
Stripe is not the cheapest by far, but you'd have to pay me quite a bit of money to consider using anyone else.
They are certainly much better than the competition. That said, do not believe the marketing hype. If you want to accept various kinds of payments, you will eventually run into the stupid limitations of the payment system, and Stripe APIs will not abstract this for you in spite of what they advertise.
For example, redirect-based payment methods (iDEAL, Bancontact, Sofort) are a huge source of complexity, and handling all the additional states a payment can be in is far from obvious. Stripe mostly just drops them in your lap and says "deal with it".
I work for a competitor and can confidently say they have amazing docs. Payments are complex, and they definitely do cover the bulk 80% case in a REALLY good way.
We have this workshop thing we make most new joiners go through where they integrate our own APIs into a demo app and the number 1 response from anyone familiar with the wider payments industry is that we should aim to make our docs more like Stripe's lol
Stripe's APIs are very good. They could be better, but it's difficult to change the underpinnings of financial infrastructure. A lot of risk, little incentive to move, and you're designing something that has to last (and make sense) for 15+ years in the future.
I worked on this at Stripe in 2022. We were the first teams to start building v2 APIs and data models to solve exactly this problem. The first target launch date (in Feb 2022) was November 2022. It was launched in May of 2025.
My reporting line, as an EM, was Netflix, Oracle, Oracle. No one had startup experience. It was drenched in politics. The engineers were largely brilliant, kind, and hardworking.
I still love the company and believe in Patrick. Believe me, he deeply understands what you're saying and wants it to be the best it can be. But it was clear to me, even then, that they'd lost a lot of what made them special. They could maintain it, but I wasn't sure they could do it again. Banking-as-a-Service was one opportunity, Link was another, and now this will be a third. We'll see. (I say this with a lot of love for Stripe and Stripes.)
Coincidentally, I had a conversation with a recruiter at Anthropic and saw them doing something very similar. They were starting a new team in a new vertical and wanted someone with experience running an org of 100+ people. I would bet real money that it will be a fraction of the product/impact it could be (though still probably make money!)
Your love/adoration of Stripe and Patrick seems irrational. Yeah Stripe built a decent payments API, but nothing particularly innovative or ground breaking. In recent times it's become pretty clear that they are aggressively shifting from a tech company to basically a marketing agency. They haven't been able to build anything new/notable in years, all of their new products are external acquisitions. All creative/innovative engineering spirit in the company is aggressively being crushed by new leadership who are all highly political business/sales/marketing people. The technical 'leadership' at stripe is a complete joke now.
I mean. They used to be good. When they started out their docs were absolutely far above the competition. They aren’t now, and Stripe has lived long enough that they’ve seen themselves become the villain.
Feature bloat definitely made their API and product docs harder than the early days. Stripe Checkout would have saved my teams days, but I agree, they need to go back to their roots and make the 99% use case very easy.
I worked on developer experience at Stripe for a few years.
What really happened is that Stripe's products used to be simple. If you're only accepting credit cards and only serving the US market, the API surface is extremely simple. Once you start going multinational and accepting different types of payments it gets much more complex.
For example, OXXO gives users a barcode and lets them take it to a physical location and complete the purchase, so instead of a system like Visa which can confirm a transaction in a maximum of O(seconds), you also have to support methods where confirmations take O(days). Building custom API endpoints for each payment method isn't realistic, since there are hundreds worldwide, and merchants want a single integration point that can support anything from credit cards to coupon-based systems like OXXO.
TL;DR -- Stripe's APIs are definitely more complex now, but it's not because of poor design, it's because they simply have to be in order to serve the customers and markets the company is now reaching.
(Not picking on you here, you just provided a well-written peg for a popular narrative. I'm aiming to sharpen my own thinking here & perhaps learn something.)
This seems like a stretch given the rise of local inference, especially the Prism Labs rumors from a few weeks ago.
One way I think about LLMs is they are akin to fancy databases in that they are software of which you can ask questions and get answers if you ask properly. Oracle & SQL Server are akin to OpenAI and Anthropic, and there are analogues for MySQL, PostgreSQL, SQLite, MongoDB, PlanetScale, etc. (This is an analogy, it's not going to be a perfect fit.)
In that view, would it make sense for someone to say that their credit card processor just bought the company that makes their ODBC driver? Would anybody suggest that the TPS of their RDS instance is a lightweight asset?
I don't see this as strategic beyond the obvious idea that Stripe wants to get closer to AI, and they haven't been able to get the market to care about their natural linkage to AI (Radar).
> they can start hosting their own models and competing as an AWS for tokens
The financial pressure of doing this has caused cuts to core product teams at the richest companies (which Stripe isn't!). I would not want my payments processor to go down this road and to get worse at processing payments.
Your simplification itself is compressing away the meaningful point, and then you're confused about your own over-simplification.
Stripe is not a "credit card processor", and that's not the point of OP's comment. The point is that being the intermediary between merchants and processors is the valuable expertise in terms of an OpenRouter acquisition.
It's been a few years, but I used to work on almost exactly this (not at Stripe, but we processed hundreds of billions annually). If you're a big enough merchant (or Stripe itself), you can choose to send a credit card transaction to any one of potentially many processors, each of which have their own performance characteristics (one may approve at a higher rate, the other may charge better fees, etc). All of this subject to attributes of the transaction itself (ticket size, geography, card type, many others). You know quite a bit about the transaction itself before you send it out, so you can build up routing knowledge to optimize for whatever thing you care about (usually transaction success rates or fees).
See how this starts to look a lot like OpenRouter with money instead of tokens? I'm not sure I 100% believe that's how it'll shake out, but there is a transferable skillset.
I think the "money instead of tokens" is the important part. Money and tokens are fundamentally different was part of my argument (that I did not make well). It's not clear that it is a good thing for money movers to get into the token business (this apples to Ramp as well).
Banks are also intermediaries between parties (at scale, really between any parties). One could use similar logic to say that it therefore makes sense for Wells Fargo to start buying homebuilders because the home buyers will eventually be paying Wells anyway.
BankRate similarly processes volume of consumer mortgage quotes in real-time communication with lender APIs. They also do not have a reason to own a token router, even though their business involves similar processes to what you outline for Stripe.
Being an intermediary in a value chain does not mean you're critical path, or that it makes sense for you to be in the critical path.
Funnily enough, you argue that this is a natural fit for Stripe while a peer reply argues that it's a change in the business a la Amazon->AWS.
> The point is that being the intermediary [..] is the valuable expertise
Yeah, all those intermediary businesses must be eliminated first and foremost if you want a better internet space. The current state of affairs is the direct product of just too many intermediaries sucking money out of both ends that could be spent on quality of service, which leads to lower prices, which leads to a healthier market overall.
> would it make sense for someone to say that their credit card processor just bought the company that makes their ODBC driver? Would anybody suggest that the TPS of their RDS instance is a lightweight asset?
Would is make sense to say that their online bookstore now sells Ethernet cables, bidets, and delivers groceries? Sells _cloud infrastructure_??
Amazon made two transitions:
1. Amazon the online bookseller => Amazon "The Everything Store"
2. Amazon the online retailer => Amazon the Cloud Services company
I believe what Stripe is doing here is closer to (1). "We are good at high-throughput APIs that wrap complexity with thin margins. We did it for credit cards, then ~all payment methods, now other digital bits."
In this context, tokens are much, much easier than international payments.
Now: Is it outlandish for their customers?
Not really. Every engineer knows stripe as an engineering company. I don't think Stripe is what it once was, but it's certainly a generational company. You're asking engineers—who broadly have a positive impression of Stripe—to use this product they already know. OpenRouter gets the positive brand association (trust) of Stripe; Stripe expands into a new domain whose technical needs are extremely similar.
re: the Amazon transitions, the first shareholder letter lays out the plan to go beyond books. As I remember it, books were always only supposed to be the entry point.
AWS transition was more around building the platform Amazon.com needed to grow, and also to monetize the same platform.
Neither of these really fit with Stripe.
Stripe can obviously operate OpenRouter, they have the tech skills. The risk to the core business is that OpenRouter's growth path will distract from the core financial business and/or require a very different capital stack. (Someone already suggested Stripe scale out first-party model running, which can get very expensive.)
I don't think your analogy is a good one. Yes, in some way an LLM is a like a Db, but with a fundamental difference: the data is part of the database engine. So when you are the middleman like Stripe/OpenRouter in this case, you are in the middle of a stream of data, which has value on its own - since people pay for it - and some specific characteristics (cost, speed, "intelligence", latency etc) based on which a router can take decisions.
(These are approximate, just as food for thought about broad segments of the markets.)
The important axis in this analogy is that there are likely to be a small number of pure plays that operate as public companies providing LLM services (Anthropic, OpenAI). There will be some companies that sell access to proprietary LLMs as adjacencies to their core product offerings (Gemini). Many/most people will use open offerings without license fees (Llama, Qwen, etc.), paying only for inference (which may be local).
The caveat here is that more pure LLM companies are likely to get public, but I doubt that will be a lasting phenomenon. (Sybase, Informix, Ingres, etc. were also standalone companies at one point, but the market would not support that many commercial database providers.)
I guess everyone is selling tulips now. For me, if this deal goes through, I'll find an OpenRouter competitor. I have no interest in Stripe backing this. I realize: I don't matter. But I'll continue to vote with dollars. Eventually the masses will matter again.
For me the big reason I use OpenRouter rather than the providers directly is the ability to cap spending. With OpenRouter I can top up by $50, change models on a whim and if some agent loop goes out of control and generates a ton of tokens, the most I can be out is $50, while using the providers directly requires me to manage accounts there and not all support top up based spending.
Stripe wants to be in the business of collecting a % on the economy at large. This is why people buy Visa or Mastercard stock. It is not because of the tech but because it's effectively a tracker for economic activity (you could also argue rent-seeking over the economy but whatever).
Stripe can then sell potential investors on their stock being basically a tracker on the AI economy. Now you get access to private AI companies growth as well! IPO time!
Ok, at first I didn’t get it and thought it would make sense if stripe just wants to build payments for agents, but on a second thought your idea about “once buy tokens — use everywhere” is very good one!
It's amusing that the industry allowed 'tokenz' to be a thing at all. It's like that scorpion and the frog story but we haven't even left shore yet. We've got all these other measurements to keep track of but now oh the MAG 7 needs some performance tolls? They don't understand the Streisand Effect nor the Pirate Bay perseverance.
Why should businesses trust a MITM that can snoop on their LLM conversations? It’s one thing to share confidential data with a model provider if that’s the only way to get the benefit, but given all the hand wringing I see from executives and infosec folks about restricting who internal information can be shared with, I don’t see why they’d let additional parties have access to it as well.
It’s like we spent all this time enabling ubiquitous TLS to keep enable end-to-end encryption of all communications, but all of a sudden we’re now totally okay with having a 3P observe and record all of them so we can save a few bucks.
Stripe operates in a highly regulated environment and have earned the trust of the banks, merchants and payment networks. But LLMs are operating in a completely unregulated environment and I’m not sure the trust Stripe has earned for the former is transitive to the latter.
A lot of the freakout and "bye" posts on the OpenCodeCLI subreddit due to DeepSeek raising prices.
Stripe is a middleman. So is OpenRouter. So is OpenCode. Unless you own the data center and the hardware, how cheap can a middleman's tokens really be compared to the hyperscalers, without massive model compression?
Even DeepSeek itself is raising token prices. How much margin is there for a middleman like Stripe buying tokens in bulk from a data center and reselling them? Last i check Stripe do not run or own physical data center
That's old economy thinking. If you have shit tons of data about the behavior of large groups of people, someone will pay you for it. HFT firms paying for satellite pictures of shopping mall parking lots in order to get an advantage over their competitors is old news, but it gives you an idea of the game being played. Why do you think meta bought gif keyboard?
You're asking how someone missed llms. On this website? That demonized them for years and is only now fighting the cultural battle to accept them as useful?
Here are some things that are abundantly clear to me.
1.) LLMs are useful for programming
2.) Open models are excellent and will continue to improve
3.) Economies of scale and ease of access mean self hosting is out of the question for a large number of users
This means that even if the largest labs are not worth trillions and a large amount of the data center build out is not as valuable as the builders project and GPU/RAM prices plummet, it will not matter at all for this business. People will want to buy cheap open source tokens from a centralized trusted provider.
$7 billion for a business with little overhead that is already within their core competency and has strategic growth potential seems like a very good deal.
What does openrouter actually do though? They buy a bunch of tokens from token providers and allow you to easily route queries between token processors?
This seems like the kind of thing that you can have Claude write in an afternoon for whatever service you're running. I don't see the value.
My understanding is that it’s a common LLM API with common billing for multiple LLM providers. You can switch between LLM providers whenever you like, and the way you pay for API usage doesn’t change. You don’t even need to create an account with the LLM provider.
I don’t use OpenRouter, but exe.dev has a similar feature. I choose which LLM to use in a pulldown menu.
But the downside of this is that you’re paying API prices, which are much higher than subscription prices.
So, recently they added a way to connect a ChatGPT subscription and I mostly use that. But I can try out other models any time.
So this doesn’t seem like all that much of a moat to me, but it’s still a convenient service to have, since you aren’t going to set up billing with all the LLM providers in an afternoon. I expect there will be multiple competitive businesses.
Compare with what distributors do for physical goods.
Yeah, but who wants to deploy a model just like that. I mean, what if that model doesn't handle the same guard rails. There's a million reasons why switching models should not be a snap decision.
The back-up model is not a bad idea, but nonetheless...
Why a centralized trusted provider? Linux VMs are also useful (host services that are the end result of programming) and open source and fit for cloud convenience. I dont go to OpenLinuxVM to get my vms. I just get them from whereever. Aws. Digital ocean. You name it. Why centralize tokens?
Thats my point. There isn't a single centralized aggregator and there is very little value in it. Most of the margins come from other kinds of APIs. Gcp, azure and aws are not differentiated on openlinuxvm its just race to the bottom pricing
Unfortunately we don't really know anything about OpenRouter or Stripe's numbers. They're both private companies. AFAIK there really isn't much information publicly available about how profitable or not OpenRouter actually is, or whether it has a little or a lot of overhead. So I can't really say whether $7B is reasonable or inflated. It seems like an enormous number, and my hunch is like all the other enormous numbers floating around in the AI space it's probably inflated by the hype bubble. But we just don't know.
Broadly I agree with you. It seems like they have an in-demand product and there could be a sustainable business there at least in principle. But whether it's a $7B business or a $70M business I can't say.
depends what the tulips are. tokens? private growth stage shares?
openrouter is involved with a lot of scammy crypto personalities. maybe they are the tulips people have been manic about for too long. maybe the collisons are the tulips.
I wonder if this deal is primarily just to buy payment volume.
OpenAI just announced earlier this week that Ayden would become their payment provider (when it was previously Stripe).
And OpenRouter has a large percentage of overall AI payment volume for all the major labs.
Both OpenAI and OpenRouter represent ~$100B in payment volume, whereas Stripe in total doing ~$2T. Two customer doing ~5% of your total volume who didn’t even exist a few years ago, must be kind of scary for Stripe.
Adyen just bought Orb [0], a usage-based billing company, for $335M, specifically so they could position themselves as the payments choice for AI companies.
Stripe would lock in volume but how exactly are they monetizing that? Any margin the get from OpenRouter is money extracted from OpenRouter’s revenue (which is now theirs.)
7 billion one off for 100 billion annually? If I am understanding that correctly it feels like a no brainer to me…
Also if you think about it differently… OpenRouter is adjacent to what Stripe is but for getting access to AI models. If they dont mess this up they could invest in openerouter and grow that 100b pie.
OpenAI is a large company, and large companies go multi processor for payments. I would check the press release carefully, and see if you can confirm that Adyen is taking all of OpenAI's volume, or even a majority of it.
How can a middle man for api calls be worth so much? Their market share can’t be very large right? For comparison, $7B is more than market cap of Lyft, Dolby, and Alaska Airlines. What is happening?
It's an inflated number due to the AI market, but their selling point is distribution.
Many people and businesses want to experiment with different models, but they don't want to sign up for a dozen different services. Businesses can make it difficult to approve new vendors. If your company is looking at 5 different vendors for tokens and teams can't agree to switch together, OpenRouter comes along with a unified interface and a single billing point.
They also become the point to add value-add services on top in a portable way. They already offer some things like automatic JSON repair, but I can see them adding functionality like leak detection tools, monitoring, alerts, and other patterns that a company can set up once and use with all of the models theirs teams need.
What I'm not so sure about is their moat. They have the brand recognition, but it seems rather easy for someone else to build what they've built. I'm a little confused about why Stripe didn't just build the same thing internally. Acquiring this company gives them an instant boost of 10 million customers for their AI business, which might be key to some financial goal they've got.
>It's an inflated number due to the AI market, but their selling point is distribution.
>Many people and businesses want to experiment with different models, but they don't want to sign up for a dozen different services. Businesses can make it difficult to approve new vendors. If your company is looking at 5 different vendors for tokens and teams can't agree to switch together, OpenRouter comes along with a unified interface and a single billing point.
Isn't that ripe for being picked off by aws or azure? Both already have marketplaces where vendors can offer whatever cloud services they want. Both already offer first party inference service, and have contracts with all the stodgy corps where it's "difficult to approve new vendors". Not to mention they have IAM and SSO built in. Good luck bolting that onto a third party vendor like openrouter.
AWS Bedrock doesn’t even try to stay on top of new open source models or their API capabilities. We’ve also run into also kinds of frustrating issues rate limiting and slowness issues. GCP is probably the best alternative now that they have actual spending caps, I believe a lot of Openrouter models are run on GCP.
The other popular option is something like LiteLLM, which just has a major vulnerability that left a lot of big corps exposed. After spending a year trying to fight this battle, I’ve decided OpenRouter is worth their cut (and maybe more but don’t tell them).
As a nobody I like OpenRouter because it lets me quickly test out all of the emerging open weight models. I normally use Claude Code but if I run out of usage I'll pull up GLM 5.2 or Deepseek V4 in OpenCode via OpenRouter. Occasionally I'll run Claude's work by a Google/OpenAI model through OpenRouter. If Claude Code becomes too expensive I now know I'll be pretty comfortable with open weight models.
Exactly , not even small startup anywhere in us , eu or nearby will be ok to send data to China, but with open router you can create a no China provider selector with one llm call and start using Chinese llms without paying to vendors a single cent .
What’s the angle for stripe , electrify over tokens exchange is the new money flow , and stripe wants to monetize it. 5% tax on any llm token is an amazing deal
Openrouter is very transparent about where your requests are going. Every single one is logged.
You decide the routing if you want.
I trust it because there are at least 7 billion on the line. If it came out that they were violating their contract and sending company secrets to China when they promised they won’t, they would lose literal billions for basically no gain, and possible criminal charges.
Why on earth would you think they are sending data to China after you click that toggle when they have every reason not to?
As a QA engineer with over 30 years of identifying software regressions, I would assume that data would eventually get sent to China even if you click that toggle. One ambitious intern or new hire is all it takes, especially in an age of agent-generated code and 1K+ line PRs.
With that logic you shouldnt even deploy to the cloud at all. Someone in AWS can also accidentally share an S3 bucket with backups to the whole internet, there are plenty of precedents for that
For one, openai and anthropic are the top two AI labs and therefore have some reputation at stake. Openrouter is like aliexpress. Any fly-by night vendor can get listed on there.
Good point, the American labs have an awful reputation, and public sentiment is so low it might as well be negative. Plus they've already broken our trust by scraping and stealing everyone's intellectual property to begin with, so they have a lot of catching up to do in terms of reputation and trust.
>Good point, the American labs have an awful reputation ...
Reddit/bluesky users seething at anthropic/openai doesn't matter, because they're not the one making the purchasing decisions for AI. Moreover all the complaints you mentioned applies to chinese AI labs as well, with the extra issue that they're beholden to the CCP. Taking the side of chinese ai labs because they're the competitors of american labs is "enemy of my enemy is my friend" logic, which is just dumb. It's like those people who think the US is bad, so then go and simp for china/russia.
Most Chinese models are inherently more secure than Anthropic or OpenAI's offerings. Not because they're Chinese, but because they're open-weight.
If you value data security and ensuring you're not sending data off to servers, then Anthropic and OpenAI are off the table. The security they offer is just far too weak; you have to rely on blind trust. If you deploy a self-hosted Chinese model, then you know exactly where the data is going.
"but nobody is self-hosting Chinese models!" - yes they are, at scale, in datacenters within the US. Many companies already own and operate datacenters; it's a no-brainer.
> Taking the side of chinese ai labs because they're the competitors of american labs is "enemy of my enemy is my friend" logic,
Are you sure it has nothing to do with open vs. closed weights? I'd say that changes the perceived power dynamic quite significantly (although of course the labs can change this either way in no time if they so choose).
> Reddit/bluesky users seething at anthropic/openai doesn't matter
I don't use Reddit or bluesky bud, you're projecting.
> Moreover all the complaints you mentioned applies to chinese AI labs as well, with the extra issue that they're beholden to the CCP.
And the American labs are beholden to Trump, Hegseth and the department of war. Furthermore, our companies are consistently pursuing regulatory capture (see Dario's latest tweet) so they can establish themselves as a monopoly or duopoly.
They've scraped and stolen our data, and now they're trying to pull up the ladder behind them. I'm not naive enough to think that the CCP has my best interests at heart as an American, but I'm also not naive enough to think that Anthropic or OpenAI do either. As long as China keeps releasing open models, then the enemy of my enemy really is my friend.
You can't really compare market caps like that. Addressable market or market share is only one piece of the puzzle, and the other companies you mention are in very different kinds of markets, with very different kinds of products, with very different kinds of costs and margins.
A valuation just reflects what someone thinks about the future cash flows of the business.
But yeah, it does feel a bit crazy; unsurprisingly, AI hype affects valuations of AI companies too. On the other hand, I can see the idea that some people might be betting on the idea that the big US labs are bloated and spend too much money, and that the real money is going to be in serving open-weight models, and/or in automatically combining and routing to different models based on the task at hand.
the providers you route to will of course have their own policies, which openrouter surfaces to you through the webui and api. you can even configure automatic routing to select providers based on your policy preferences.
If your data is leaking to OpenRouter, how many companies would be OK with that? So I doubt OpenRouter are peeking inside the workloads that flow through their proxy. However, they do publish "Top Models by Task" ranking[1] so maybe you have a point.
I prefer using OpenRouter because the money I pay them in premium is far less than the money I lose by not using it on other providers. On OpenRouter, I can switch dollars between models. But for the providers, after evaluating I'm stuck with some number of credits on ones I don't use. This kind of intermediation is actually super useful to me. I must imagine that they can also provide other things that are of value like provider quality measures, ability to swap providers during downtime, etc.
It's pretty valuable to own the customer touch point
Also when people ask questions like this it usually means they're asking questions about a point in time, eg given today's numbers
But valuation should account for trajectory (where will they be in five years?)
In the hypothesized bull case for ai, they benefit dramatically from the secular tailwinds (ie unrelated to their own business strategy) of AI
So one way to consider this is it's a hedge by stripe in case AI becomes as big as some people think it is. And 7b to get in on the ai wave is a good deal in that case. And in all the other cases, it goes to zero and stripe is fine
You could just as easily ask yourself how can a middle man for people finding web pages be worth so much, but here we are, and Google is worth something like $4 trillion, mostly on the back of search.
As it turns out, it's very valuable to be the intermediary between a large number of people who want something and a commoditized market of providers. It's the middleman who captures most of the margin.
Now, AI models are not a commodity yet. But things seem like they might be heading that direction. And in a world where they are, Stripe probably wants to be that guy sitting in the middle.
The market cap of any business operating in the physical realm has to account for enormous liability, especially for one like an airline. Also, their operating costs are huge with much less ability to scale, resulting in much lower potential increase in margins.
OpenRouter raised money at a $1.3 billion valuation a few months ago, if the NYTimes reported valuation is accurate.
Going from a $1.3b valuation to a $7b exit in a couple months is an amazing return for those investors. I hope the OpenRouter employees got some decent equity out of this
It's so significant that even OpenAI is doing promos on OpenRouter. It's 50% cheaper to use Luna (provider: OpenAI) on OpenRouter, than via OpenAI's first party platform.
Historically acquisitions have never really been good for customers. Time for me to look for an OpenRouter alternative? At least they're also as easy to switch from as the model providers they proxy.
AFAIK there isn't currently a direct competitor, but your best bet is to setup your own LLM gateway, and add various providers to it (beyond the frontier labs, there are the open-weights hosters, like baseten, fireworks, etc)
It's a pain to manage though, and that's what makes openrouter's service valuable to be fair
One reason is to avoid a potential boiling frog scenario. I'm already in one with Android, but there are no viable - for me - alternatives (never touching Apple and mobile Linux isn't there yet) so I'm truly stuck. If there's a chance things may start changing at OpenRouter in such a way that months/years from now I'll look back and say "oh, how I wish I'd switched providers", I'd rather switch now just out of principle than be boiled.
Stripes founders aren't suits but they're just as eager to make money. Their payments business is low margin and they're hungry for anything higher margin they can attach.
Yeah, Amazon didn’t let its low margin retail business prevent them from taking high margins in AWS. I’m not sure why it is assumed Stripe would stay low margin.
Margin is not necessarily important. You would much rather be Amazon and take 50% of e-commerce at a small margin than be a SaaS with 80 +, but your market is inherently tinier.
Plus, the ads business built on top of retail is better than AWS and retail. AWS is great, but ads is higher margin, grows with retail, and is something you see across so many aggregators.
Openrouter is super well positioned in the market.
I've always believed in staying model agnostic and being able to jump around providers as their intelligence, cost per intelligence and/or latency issues arise.
Openrouter will win as long as there is competition in the market
> Openrouter will win as long as there is competition in the market
True. Lots of companies depend on this lever. The moment someone emerges as monopoly, which is very very unlikely to happen, that will create dent in such space like in which openrouter operates.
Any implication for the privacy and confidentiality of our queries? Openrouter yes sees everything. But as long as they are independent and establishing their core business on privacy and confidentiality reputation, I feel more comfortable with this than with a new broker. AI queries can contain more sensitive information than just financials. And financial informations are protected by law, btw. AI queries, however, are not.
Stripe seems to appear to be attempting to compete with the US Federal Reserve as the core dollar payment processor while also dipping into the same for tokens. Core value exchange platform, dollars, tokens, whatever. A bit of a less exciting version of Dune. “The transaction volume must flow.”
Perhaps the US State Dept. used it's strong relationship with Stripe to encourage this purchase as a geopolitical move. They've done so before with companies like eBay and Microsoft to neuter the P2P telephone access network that was "Skype".
Both are in the business of putting a single API key in front of a fragmented ecosystem and charging a convenience fee. This middleman business is naturally coalescing.
The nature of the ecosystem also means that pricing is closely tied to "procurement" which could be routing, limits, whatever at a company level.
If stripe wants to be _the_ one that charges that fee, they either have to continuously try to ensure that all the different middlenen use stripe (most of them do!) but even better is to acquire the largest middleman.
You don't want someone else who happens to do all the routing+limits+policies, end up not using stripe. They already have this hold in existing stripe financial products where they apply all the policies, and everything goes through them.
It is also an easy deal from an investor point of view.
Everyone seems to be asking why this a great strategic fit for Stripe.
Stripe can now provide tools to every product that sells metered AI usage and take a cut. This isn't about extracting a small percent on the tokens flowing from your coding agents to your model of choice. It's about all the products that are going to come to market and monetize metered usage.
Want to analyze your 2026 tax return? Use VisorAI's Tax Agent and pay only for what you use. Stripe provides all the accounting, payment processing, ships money to vendors, and takes a bit off the top. Trillions of dollars moving from the labor market to the token market? It's $10B per point in fees for every trillion.
Ha, no I just tried to think of an example and an accountant wearing a visor turned AI came to mind. Pardon my hallucinations. It happens to meat sacks too.
Of course, of course, it turns out that name is already taken. Though not anything accounting related. A million monkeys all armed with a million typewriters is quite something.
It seems that way but I don't think it is. That user hasn't posted any similar promotional-seeming messages in any other recent comments. I believe they were meaning to offer an example to illustrate the point they're making about how Stripe can generate revenue by owning intermediary APIs.
If someone from Stripe / OpenRouter is listening, please let me provide Open Router OAuth to my users and let me take a cut of their usage. Apple takes 30, I would take whatever the users are willing to pay. 5 to 15 is reasonable.
I'm still amazed at Apple's 30%, it's just so brazenly high (like: "fuck you, we're Apple, we do what we want and you'll lick it up"). Unfortunately, too, other companies follow Apple's lead, and so this massive rent seeking percentage has become normalised.
I can totally agree that Apple sucks for doing this, but you seem to insinuate they started this. As always Apple wasn’t first not even tenth: Nintendo, Steam, Xbox, Kindle all did it prior to “the platform economy” 3)
Didn't know there was prior art of that 30% scale, as I generally avoid as much of that shit as I can, Apple is the one I hear about the most.
I amend my prior comments (with actually being able to amend them) to Apple sucks as much as the rest of the rent seekers, and in reference to Aeolun's comment, it doubly sucks that enough people choose to lick it up that the rent seekers don't feel ashamed of their rent seekery, but in fact profit handsomely from it, thus encouraging others to follow suit.
It feels ridiculous that you can't buy directly from the software publisher - like the old internet when they were called programs. I feel I may be on the end of pointing and laughing at the old man, but the situation now is literally a gatekeeping middle-man that gets a 30% cut. WTF? Nice work if you can get it.
Makes me feel like a rube (in a significant majority, mind) for the few games I've bought off Steam. Eesh, even GOG is 30%. Epic's seems reasonable at 12% and only after the first million in revenue per year.
Software publishers need a 'donate' button on their websites where erstwhile pirates can cough launder cough their procurements.
What value are you providing that you'd take some further cut? You could take the money from the user via stripe and then pay your own openrouter bill instead.
This simplify integrations. Right now you have to maintain your own billing credits for user and even maintain user database, abuse detection, planning when you have to top up your openrouter accounts etc. Lots of hassle and this is a reason why many developers charge e.g. more in subscriptions the end user.
It's more user and developer friendly when you tell your user:
- you don't have to create new account just log in to your openrouter account
- bring your own key
- you don't have to pay any subscription. we charge small markup fee (e.g. 5-10%) over your usage inside our app.
I get the impression they’re doing this for the network that OpenRouter has built, something like 8 million devs on one side and hundreds of services on the other side. If more and more software will be built this way then it’s a good bet this will grow into trillions in transaction volume and Stripe can own a percent like Visa and Mastercard and any network.
The strategy here is that the same services that Stripe offers for payments have corollaries in the LLM world. Security, user management, perhaps injection attack monitoring, etc.
However I think they dearly overpaid for this as the core technology behind Stripe (fraud detection and integration with global banks) is hard to replicate. Even with the features mentioned above I think the technologies behind OpenRouter are vastly easier to replicate, perhaps even trivial now.
This kind of makes a lot of sense. While my first stake was surprise that a proxy is valued at such a high rate, But it really comes down to the terms if open router is allowed by their terms to see the prompts and responses, Then that's very, very valuable data today for any model improvements and other opportunities that people might be looking for.
As a payments processor, Stripe has conversion data. They can route based on ROI with end-to-end A/B testing or online optimization. There's a tricky credit assignment / multi-touch attribution problem to solve for some use cases, too, that could benefit from transfer learning across their customers. Also, the (unstructured) data they collect from OpenRouter users can be used to improve many other dimensions of their business, including fraud detection. Lastly, both businesses look fairly similar in unit economics if you squint hard enough; for example, they both collect a ~3-5% transaction fee from most customers.
I'm surprised OpenRouter went for 7B, while fal.ai just raised at $8b, despite fal having far less traffic (semrush reports ~5x more traffic to openrouter). They seem like very parallel businesses, just with focuses on different models (creative models vs LLMs).
I guess it's pretty useful to see the payment volumes of all these startups and then "inhouse" the fees as extra margin, especially if it's a relatively thin wrapper like OpenRouter.
I vividly remember back in 2023/2024, I was sitting on my sofa thinking, "there has to be a market to abstract data access layer, something like Terraform but for LLM provider to avoid vendor lockin". Only if I had access to capital to build something like that at that time, I could have been my try for an AI start up.
Except there are like a dozen Openrouter clones out there with nowhere near the same traction. Not as easy as people believe to build a successful startup. The team probably had the right experience and advantage from building OpenSEA.
I don't really understand the value -add, so far "smart" routing currently produces worse results at higher cost and static routing can be done yourself trivially. Plus the risk of sending the most sensitive data you have to a third party.
Enterprises don't just send their data to any company with GPUs - they need security reviews, contacts, etc. They're assuredly using BYOK - not the marketplace.
The reason OpenRouter can build value even if there are 100 clones is switching costs and flexibility. AWS Bedrock may be great for large enterprises, but flexible startups will use OpenRouter for ease, and now they have Stripe's distribution. Once you use OpenRouter, you won't switch because you become embedded in the logs and cost-saving systems.
A large missing link for AWS Bedrock is Gemini model support [0]. And this is a vital feature, because Gemini itself (as far as I'm aware) does not have a real-time daily or weekly hard spend cap in the case of misconfigured or compromised callers [1][2].
Meta's closed source models, too, are only available on OpenRouter (and it's touted as a first-class recommendation on [3]).
So, in many ways, OpenRouter is the only game in town to access some of the highest-funded model families on the market through a single API endpoint.
I'm unsure why AWS is ceding this territory (there have to be ways to allow users to opt into the lesser governance inherent in using third party providers, while not diminishing the brand's governance requirements). But, since they are, it's a meaningful opportunity left open.
Well, you have the logs and specific cost control measures and setups in place. You would lose all that in the event you attempted to switch, plus Stripe owning OpenRouter gives them stronger distribution and further solidifies the switching costs in the broader integrated solution Stripe offers - https://s-1.vercel.app/posts/what-stripe-can-become-broader-...
Free model usage is controlled by the LLM provider, not OpenRouter. Both parties have their own incentives to allow it and that would not change with different owners.
yeah, i bet this seems like a good deal in a few years, we'll see. remember Poe haha that was a similar kinda thing but openrouter waited until the market was mature
I'm not a OpenRouter user, but if i were, i'd move away from it
This is what i hate about modern entrepreneurship, everything is always built for a short term plan
Family businesses where tradition, trust, values and reputation are kept and transmitted across generations don't exist in tech and it's just sad
It's just build fast, milk users, cash out, and move on
No loyalty, no pride in the work, and zero respect for the people who actually supported you
And actually, it's a defensive move from Stripe, because OpenRouter was quietly becoming the way AI agents pay each other in USDC via x402, and Stripe probably saw this as a threat, specially with OpenAI already moving away from Stripe
They'll nerf you, to protect themselves, they'll make you dependent on their merchant system for the juicy fees
Terrible news for the market. Even as someone who dislikes AI, it's terrible. Stripe is a horrible company and more market consolidation is very worrisome.
Hope someone clones it and they take a loss at it.
I’ve stopped using OpenRouter this year. And I stopped using different models for testing. Anthropic won. I’ve even let my OpenAI API credits expire (which is a ridiculous policy in itself) because I had no need for them.
They do reach out pretty quick when your usage takes a huge dive after you move to one of the single provider plans that offer hard to believe possibly unsustainable value.
I had consistent problems (5 months back) with OpenRouter and other providers. And very hard to debug. I used the provider directly (Google) and worked perfectly.
Why would PayPal acquiring OpenRouter make it any more of a monopoly than it is? Not saying it is or isn't, but OpenRouter isn't even a financial company.
It's pretty easy to dismiss this as "Yay, we have an AI strategy!", but Stripe is a well run place. Then again, we've seen even well run places get AI psychosis. I'm a de minimus customer, and not a shareholder so I don't have a dog in this fight so I can just sit back and watch.
That's not a very common pattern, to be honest. A bunch of people have been experimenting with automatic model routing recently but mainly as a cost optimization, since tokens for the best models have got expensive once you start piping millions of tokens through them.
I haven't seen much evidence that model routing is being widely used yet. I think it's still more of an experimental mechanism right now.
OpenRouter is a proxy, not an automatic router. Rather than building API clients for five different AI providers, you build one client to OpenRouter, and switching models become extremely easy. This matters when new models are coming out virtually every day.
Dumb question but aren’t they all OpenAI API compliant? I thought that was pretty standard, eg I know Anthropic works with it. Also Claude Code can work with different models, they’re probably not using OpenRouter for that?
The APIs are similar but not the same, which is to say: different. Definitely not as simple as swapping out the base URL.
Claude Code has no built-in way to use non-Anthropic models. It does support overriding the API URL with an environment variable, but there are drawbacks. OpenRouter is not used within Claude Code at all.
Effectively but not quite. Anthropic does mostly support the OpenAI API but there are minor feature gaps. You have to use Anthropic's bespoke API to use everything (which may or may not be important to you).
There are some gotchas with it too. e.g. The "system" role message isn't supported in the Anthropic API. It's not the biggest deal but it's a potential footgun.
On the other hand, the openrouter SDK + API takes care of this for you: Their one gateway has ways of enabling provider-specific features. You can switch the model name and pretty much be good to go.
Claude Code does not work with other models out of the box. You need a wrapper around Claude Code that translates other model requests + respondes to what the harness expects.
All the model companies except kind of Anthropic (and even they half-assedly do) implement the OpenAI API. It's not an open standard but, like the S3 API, it effectively is.
And, to answer your question, no. The existence of a common API makes it trivial to change zero code and send requests to a different model.
Isn't this what LiteLLM is doing? And is Open Source? Maybe I am asking a dumb question because this is the age-old SaaS vs OSS debate, but I am struggling to find the angle here.
The Anthropic messages API is a competing standard (it's just better than the OpenAI API which even OpenAI has moved away from) and some Chinese providers use it as their standard.
It's more complicated than that. Lots of providers use an "OpenAI-ish" API, but many of them have subtle differences in things like tool calling or thinking blocks. OpenRouter normalizes the wire format.
OpenRouter does more than just proxying; they also aggregate providers for open-weight models, which has a stabilizing effect on pricing and gives you protection against a single provider's downtime.
no. i don't know if openrouter even guarantees consistent protocl across models.
the value of openrouter is it offers centralized billing. you can route your calls to any provider you want, test a whole bunch of models against each other, and you just get one bill from openrouter. switching to a new model, or a new provider of the same model, doesn't mean setting up a new billing account with a new provider.
I see, that make sense, thanks for the explanation. Because otherwise I was thinking their whole business model would be just to provide an API tool library.
I think that OpenRouter's goal is to have the user pick the model, so there's manual configuration for the user control and cost benefit. Maybe you meant OpenCode Zen? But let's be honest, "AI" is definitely incredible, not "hilarious", or "so bad".
They’re the perfect company to own OpenRouter.
Tokens are simply a lightweight valuable asset. Stripe can serve as the middleman as well as anyone. They know how to route to many providers (payment rails) with huge differences in service characteristics. LLM providers are far easier.
Then they can work this into an offering where users can subscribe to tokens and use them across services. It solves one of the core monetization challenges of every AI company: how do you price when your costs are variable on usage, but nobody can make sense of charging by token?
From here, they can start hosting their own models and competing as an AWS for tokens. They can be the best provider of $OPEN_MODEL, or their own, and optimize for you.
Granted payments and associated ledges require a level of consistency that other systems do not require, but that is orthogonal to high volume.
Stripe completed the metronome acquisition their usage billing offering just 8months back , that hardly makes Stripe the largest player in this place when they are not even fully integrated .
It's take a lot to persuade me that there is another payment provider close to that volume.
Lago did around $10B in total API payment volume for comparison.
-Global Payments: $2.8 trillion
-JPMorgan Chase: $2.45 to $2.6 trillion
-Fiserv: $2.2 trillion
-Stripe: ~$1.9 trillion
-PayPal/Braintree: ~$1.9 trillion
That's rarely a hit to origin though? That's mostly cached at the browser, if not at the CDN.
I used to work in payments myself and I was shocked by how little the throughout is in terms of actual transactions per second. There simply aren’t that many payments happening globally at any moment, especially when compared to other industries.
A single games company can be doing far more API requests than the total volume of payments happening concurrently in the world, ditto for ads companies or observability companies.
At a payments company, 500 payments per second is considered high throughput and 1000 payments per second is a huge amount of volume. I’ve worked at games companies where 5000 transactions per second is low throughput.
The hard part in payments companies is consistency and reliability and “correctness”, the actual load and volume is embarrassingly small.
I realise I live in a strange world when my first thought reading this is "Worldwide? That’s low. Fits in the basic one region, one account concurrent AWS Lambda quota. No need to even ask support for the 10k."
That seems like something they would have prominently on their homepage.
You are way off here
I shudder when I hear Braintree
Except OpenRouter sees all your prompts, sends your requests to different providers with pinky promises that they dont use your data, and is therefore a non starter for any company who cares about compliance.
If Stripe wants to spend 7 billion on a glorified reverse-proxy-api-gateway go ahead. I can here and now, guarantee to be able to reproduce all their functionality in 3 months, and for less than 10 million dollars. And Stripe internal engineering teams should be able to do better, as I will do it in the evenings only :-))
Ignoring that you can't reproduce the widespread adoption and mindshare OpenRouter has already built.
That's what Stripe is spending $7 billion on.
How the hell can it be anywhere close to $7 billion?
When Facebook bought Instagram for $1 billion, it had 30 million users with hardly anyone else competing in the space.
Indeed.
> but you can still use pay as you go API billing
Indeed. Because OpenRouter is nothing but an API Gateway.
Stripe already has killer APIs and knows how to build API infrastructure at Extreme scale, it still has developer cred after all these years, they are already Kings of multiplexing to different sources -- so why not just build your own LLM gateway?
My only guesses are: they want to buy the traffic instead of trying to organically grow it (but I feel like Stripe would get the volume anyway because of name rec), they want to buy the revenue and think they can dramatically reduce COGs because of efficiencies, buying the relationships with the frontier labs (who all dogfood their LLMs in pseudo-private on OR), or... something else?
That's the part I'm confused about.
Payments have nothing to do with LLMs. They are two different businesses. Doing well in one makes Stripe not particularly well suited to do well in the new, other one.
I see this more of an attempt at capturing hype/eyeballs/attention, given that Stripe has been private for a long time, and that the latest valuation is not particularly higher than the one from years ago. It is a company that I really like, but one should question their real business and how likely they are to go public. Owning Openrouter allows them to insert some "story" about the growth potential of the company.
At the end, the retail investor will pay for all the BS, particularly around AI this time - not sure if this acquistion is the case or not, but I suspect it's a possibility.
I’m sure payments are convoluted, but I’d still imagine they could be meaningfully easier for the bulk 80% of use case?
Docs are a mess, API is a mess, web portal is stuck in the 90's, things that are a form on Stripe are an email at best, a call/meeting at worse.
For one processor I had to have 4-5 calls before they would give me a key and let me buy hardware. I doggedly jumped over every barrier, worked with their shit docs, called their terrible API and in the end, <2 weeks before I was going live, found that in production over half my credit cards were failing to be charged. When I asked them about it they said "contact your bank", as if that was a valid response for why 4 of my 6 credit cards threw an error (with no recourse/message).
In <2 week I had Stripe hardware and completely re-wrote the implementation in time for launch.
Stripe is not the cheapest by far, but you'd have to pay me quite a bit of money to consider using anyone else.
For example, redirect-based payment methods (iDEAL, Bancontact, Sofort) are a huge source of complexity, and handling all the additional states a payment can be in is far from obvious. Stripe mostly just drops them in your lap and says "deal with it".
We have this workshop thing we make most new joiners go through where they integrate our own APIs into a demo app and the number 1 response from anyone familiar with the wider payments industry is that we should aim to make our docs more like Stripe's lol
I worked on this at Stripe in 2022. We were the first teams to start building v2 APIs and data models to solve exactly this problem. The first target launch date (in Feb 2022) was November 2022. It was launched in May of 2025.
My reporting line, as an EM, was Netflix, Oracle, Oracle. No one had startup experience. It was drenched in politics. The engineers were largely brilliant, kind, and hardworking.
I still love the company and believe in Patrick. Believe me, he deeply understands what you're saying and wants it to be the best it can be. But it was clear to me, even then, that they'd lost a lot of what made them special. They could maintain it, but I wasn't sure they could do it again. Banking-as-a-Service was one opportunity, Link was another, and now this will be a third. We'll see. (I say this with a lot of love for Stripe and Stripes.)
Coincidentally, I had a conversation with a recruiter at Anthropic and saw them doing something very similar. They were starting a new team in a new vertical and wanted someone with experience running an org of 100+ people. I would bet real money that it will be a fraction of the product/impact it could be (though still probably make money!)
Well that brings back some memories. I remember there was a third Oracle in that chain, but he left earlier compared to the others.
What really happened is that Stripe's products used to be simple. If you're only accepting credit cards and only serving the US market, the API surface is extremely simple. Once you start going multinational and accepting different types of payments it gets much more complex.
For example, OXXO gives users a barcode and lets them take it to a physical location and complete the purchase, so instead of a system like Visa which can confirm a transaction in a maximum of O(seconds), you also have to support methods where confirmations take O(days). Building custom API endpoints for each payment method isn't realistic, since there are hundreds worldwide, and merchants want a single integration point that can support anything from credit cards to coupon-based systems like OXXO.
TL;DR -- Stripe's APIs are definitely more complex now, but it's not because of poor design, it's because they simply have to be in order to serve the customers and markets the company is now reaching.
(Not picking on you here, you just provided a well-written peg for a popular narrative. I'm aiming to sharpen my own thinking here & perhaps learn something.)
This seems like a stretch given the rise of local inference, especially the Prism Labs rumors from a few weeks ago.
One way I think about LLMs is they are akin to fancy databases in that they are software of which you can ask questions and get answers if you ask properly. Oracle & SQL Server are akin to OpenAI and Anthropic, and there are analogues for MySQL, PostgreSQL, SQLite, MongoDB, PlanetScale, etc. (This is an analogy, it's not going to be a perfect fit.)
In that view, would it make sense for someone to say that their credit card processor just bought the company that makes their ODBC driver? Would anybody suggest that the TPS of their RDS instance is a lightweight asset?
I don't see this as strategic beyond the obvious idea that Stripe wants to get closer to AI, and they haven't been able to get the market to care about their natural linkage to AI (Radar).
> they can start hosting their own models and competing as an AWS for tokens
The financial pressure of doing this has caused cuts to core product teams at the richest companies (which Stripe isn't!). I would not want my payments processor to go down this road and to get worse at processing payments.
Stripe is not a "credit card processor", and that's not the point of OP's comment. The point is that being the intermediary between merchants and processors is the valuable expertise in terms of an OpenRouter acquisition.
It's been a few years, but I used to work on almost exactly this (not at Stripe, but we processed hundreds of billions annually). If you're a big enough merchant (or Stripe itself), you can choose to send a credit card transaction to any one of potentially many processors, each of which have their own performance characteristics (one may approve at a higher rate, the other may charge better fees, etc). All of this subject to attributes of the transaction itself (ticket size, geography, card type, many others). You know quite a bit about the transaction itself before you send it out, so you can build up routing knowledge to optimize for whatever thing you care about (usually transaction success rates or fees).
See how this starts to look a lot like OpenRouter with money instead of tokens? I'm not sure I 100% believe that's how it'll shake out, but there is a transferable skillset.
I think the "money instead of tokens" is the important part. Money and tokens are fundamentally different was part of my argument (that I did not make well). It's not clear that it is a good thing for money movers to get into the token business (this apples to Ramp as well).
Banks are also intermediaries between parties (at scale, really between any parties). One could use similar logic to say that it therefore makes sense for Wells Fargo to start buying homebuilders because the home buyers will eventually be paying Wells anyway.
BankRate similarly processes volume of consumer mortgage quotes in real-time communication with lender APIs. They also do not have a reason to own a token router, even though their business involves similar processes to what you outline for Stripe.
Being an intermediary in a value chain does not mean you're critical path, or that it makes sense for you to be in the critical path.
Funnily enough, you argue that this is a natural fit for Stripe while a peer reply argues that it's a change in the business a la Amazon->AWS.
Anyway, I appreciate your thoughts.
Yeah, all those intermediary businesses must be eliminated first and foremost if you want a better internet space. The current state of affairs is the direct product of just too many intermediaries sucking money out of both ends that could be spent on quality of service, which leads to lower prices, which leads to a healthier market overall.
Would is make sense to say that their online bookstore now sells Ethernet cables, bidets, and delivers groceries? Sells _cloud infrastructure_??
Amazon made two transitions:
1. Amazon the online bookseller => Amazon "The Everything Store"
2. Amazon the online retailer => Amazon the Cloud Services company
I believe what Stripe is doing here is closer to (1). "We are good at high-throughput APIs that wrap complexity with thin margins. We did it for credit cards, then ~all payment methods, now other digital bits."
In this context, tokens are much, much easier than international payments.
Now: Is it outlandish for their customers?
Not really. Every engineer knows stripe as an engineering company. I don't think Stripe is what it once was, but it's certainly a generational company. You're asking engineers—who broadly have a positive impression of Stripe—to use this product they already know. OpenRouter gets the positive brand association (trust) of Stripe; Stripe expands into a new domain whose technical needs are extremely similar.
re: the Amazon transitions, the first shareholder letter lays out the plan to go beyond books. As I remember it, books were always only supposed to be the entry point.
AWS transition was more around building the platform Amazon.com needed to grow, and also to monetize the same platform.
Neither of these really fit with Stripe.
Stripe can obviously operate OpenRouter, they have the tech skills. The risk to the core business is that OpenRouter's growth path will distract from the core financial business and/or require a very different capital stack. (Someone already suggested Stripe scale out first-party model running, which can get very expensive.)
Appreciate your taking the time to respond.
Anthropic/OpenAI -> Oracle
Gemini -> SQL Server
DeepSeek -> MongoDB
Qwen -> PostgreSQL
Llama -> MySQL
(These are approximate, just as food for thought about broad segments of the markets.)
The important axis in this analogy is that there are likely to be a small number of pure plays that operate as public companies providing LLM services (Anthropic, OpenAI). There will be some companies that sell access to proprietary LLMs as adjacencies to their core product offerings (Gemini). Many/most people will use open offerings without license fees (Llama, Qwen, etc.), paying only for inference (which may be local).
The caveat here is that more pure LLM companies are likely to get public, but I doubt that will be a lasting phenomenon. (Sybase, Informix, Ingres, etc. were also standalone companies at one point, but the market would not support that many commercial database providers.)
Appreciate your taking the time to respond.
doing research for my end to end encrypted router TrustedRouter
Stripe wants to be in the business of collecting a % on the economy at large. This is why people buy Visa or Mastercard stock. It is not because of the tech but because it's effectively a tracker for economic activity (you could also argue rent-seeking over the economy but whatever).
Stripe can then sell potential investors on their stock being basically a tracker on the AI economy. Now you get access to private AI companies growth as well! IPO time!
Do you have any numbers to back that up?
Where can I read more on Collison's ambitions?
If you think API companies have any value - Twilio (TWLO) is a case study against that.
It’s like we spent all this time enabling ubiquitous TLS to keep enable end-to-end encryption of all communications, but all of a sudden we’re now totally okay with having a 3P observe and record all of them so we can save a few bucks.
Stripe operates in a highly regulated environment and have earned the trust of the banks, merchants and payment networks. But LLMs are operating in a completely unregulated environment and I’m not sure the trust Stripe has earned for the former is transitive to the latter.
Stripe is a middleman. So is OpenRouter. So is OpenCode. Unless you own the data center and the hardware, how cheap can a middleman's tokens really be compared to the hyperscalers, without massive model compression?
Even DeepSeek itself is raising token prices. How much margin is there for a middleman like Stripe buying tokens in bulk from a data center and reselling them? Last i check Stripe do not run or own physical data center
I doubt Stripe can do much better here.
LLMs are a different beast.
1.) LLMs are useful for programming
2.) Open models are excellent and will continue to improve
3.) Economies of scale and ease of access mean self hosting is out of the question for a large number of users
This means that even if the largest labs are not worth trillions and a large amount of the data center build out is not as valuable as the builders project and GPU/RAM prices plummet, it will not matter at all for this business. People will want to buy cheap open source tokens from a centralized trusted provider.
$7 billion for a business with little overhead that is already within their core competency and has strategic growth potential seems like a very good deal.
This seems like the kind of thing that you can have Claude write in an afternoon for whatever service you're running. I don't see the value.
I don’t use OpenRouter, but exe.dev has a similar feature. I choose which LLM to use in a pulldown menu.
But the downside of this is that you’re paying API prices, which are much higher than subscription prices.
So, recently they added a way to connect a ChatGPT subscription and I mostly use that. But I can try out other models any time.
So this doesn’t seem like all that much of a moat to me, but it’s still a convenient service to have, since you aren’t going to set up billing with all the LLM providers in an afternoon. I expect there will be multiple competitive businesses.
Compare with what distributors do for physical goods.
people don't want to maintain infra (ie adding new models all the time)
people want their queries to work without thinking
if a provider goes down, openrouter queries dont (ideally)
it's really not that complex to understand
The back-up model is not a bad idea, but nonetheless...
Broadly I agree with you. It seems like they have an in-demand product and there could be a sustainable business there at least in principle. But whether it's a $7B business or a $70M business I can't say.
openrouter is involved with a lot of scammy crypto personalities. maybe they are the tulips people have been manic about for too long. maybe the collisons are the tulips.
OpenAI just announced earlier this week that Ayden would become their payment provider (when it was previously Stripe).
And OpenRouter has a large percentage of overall AI payment volume for all the major labs.
Both OpenAI and OpenRouter represent ~$100B in payment volume, whereas Stripe in total doing ~$2T. Two customer doing ~5% of your total volume who didn’t even exist a few years ago, must be kind of scary for Stripe.
https://www.reuters.com/business/retail-consumer/rise-ai-sho...
https://stripe.com/newsroom/news/stripe-2025-update
[0] https://www.withorb.com/
Also if you think about it differently… OpenRouter is adjacent to what Stripe is but for getting access to AI models. If they dont mess this up they could invest in openerouter and grow that 100b pie.
Shopify uses Stripe no? Probably good volume discount though.
That is a much higher % than i expected.
https://stockanalysis.com/list/mid-cap-stocks/
Many people and businesses want to experiment with different models, but they don't want to sign up for a dozen different services. Businesses can make it difficult to approve new vendors. If your company is looking at 5 different vendors for tokens and teams can't agree to switch together, OpenRouter comes along with a unified interface and a single billing point.
They also become the point to add value-add services on top in a portable way. They already offer some things like automatic JSON repair, but I can see them adding functionality like leak detection tools, monitoring, alerts, and other patterns that a company can set up once and use with all of the models theirs teams need.
What I'm not so sure about is their moat. They have the brand recognition, but it seems rather easy for someone else to build what they've built. I'm a little confused about why Stripe didn't just build the same thing internally. Acquiring this company gives them an instant boost of 10 million customers for their AI business, which might be key to some financial goal they've got.
>Many people and businesses want to experiment with different models, but they don't want to sign up for a dozen different services. Businesses can make it difficult to approve new vendors. If your company is looking at 5 different vendors for tokens and teams can't agree to switch together, OpenRouter comes along with a unified interface and a single billing point.
Isn't that ripe for being picked off by aws or azure? Both already have marketplaces where vendors can offer whatever cloud services they want. Both already offer first party inference service, and have contracts with all the stodgy corps where it's "difficult to approve new vendors". Not to mention they have IAM and SSO built in. Good luck bolting that onto a third party vendor like openrouter.
The other popular option is something like LiteLLM, which just has a major vulnerability that left a lot of big corps exposed. After spending a year trying to fight this battle, I’ve decided OpenRouter is worth their cut (and maybe more but don’t tell them).
What’s the angle for stripe , electrify over tokens exchange is the new money flow , and stripe wants to monetize it. 5% tax on any llm token is an amazing deal
why on earth would you trust no data is sent to China? just because you clicked a toggle?
You decide the routing if you want.
I trust it because there are at least 7 billion on the line. If it came out that they were violating their contract and sending company secrets to China when they promised they won’t, they would lose literal billions for basically no gain, and possible criminal charges.
Why on earth would you think they are sending data to China after you click that toggle when they have every reason not to?
Given how permissive the architecture of the internet is from TCP/IP on up, I think you could formulate a vigorous argument backing up this assertion.
Reddit/bluesky users seething at anthropic/openai doesn't matter, because they're not the one making the purchasing decisions for AI. Moreover all the complaints you mentioned applies to chinese AI labs as well, with the extra issue that they're beholden to the CCP. Taking the side of chinese ai labs because they're the competitors of american labs is "enemy of my enemy is my friend" logic, which is just dumb. It's like those people who think the US is bad, so then go and simp for china/russia.
If you value data security and ensuring you're not sending data off to servers, then Anthropic and OpenAI are off the table. The security they offer is just far too weak; you have to rely on blind trust. If you deploy a self-hosted Chinese model, then you know exactly where the data is going.
"but nobody is self-hosting Chinese models!" - yes they are, at scale, in datacenters within the US. Many companies already own and operate datacenters; it's a no-brainer.
Are you sure it has nothing to do with open vs. closed weights? I'd say that changes the perceived power dynamic quite significantly (although of course the labs can change this either way in no time if they so choose).
I don't use Reddit or bluesky bud, you're projecting.
> Moreover all the complaints you mentioned applies to chinese AI labs as well, with the extra issue that they're beholden to the CCP.
And the American labs are beholden to Trump, Hegseth and the department of war. Furthermore, our companies are consistently pursuing regulatory capture (see Dario's latest tweet) so they can establish themselves as a monopoly or duopoly.
They've scraped and stolen our data, and now they're trying to pull up the ladder behind them. I'm not naive enough to think that the CCP has my best interests at heart as an American, but I'm also not naive enough to think that Anthropic or OpenAI do either. As long as China keeps releasing open models, then the enemy of my enemy really is my friend.
A valuation just reflects what someone thinks about the future cash flows of the business.
But yeah, it does feel a bit crazy; unsurprisingly, AI hype affects valuations of AI companies too. On the other hand, I can see the idea that some people might be betting on the idea that the big US labs are bloated and spend too much money, and that the real money is going to be in serving open-weight models, and/or in automatically combining and routing to different models based on the task at hand.
the providers you route to will of course have their own policies, which openrouter surfaces to you through the webui and api. you can even configure automatic routing to select providers based on your policy preferences.
[1] https://openrouter.ai/rankings#task-spend
If you don’t include that it just doesn’t count those tokens.
that's why my site TrustedRouter is hosted and end to end encrypted and you can actually see what it’s doing.
That ship sailed long ago when you sold your soul to Claude.
Pay me.
Also when people ask questions like this it usually means they're asking questions about a point in time, eg given today's numbers
But valuation should account for trajectory (where will they be in five years?)
In the hypothesized bull case for ai, they benefit dramatically from the secular tailwinds (ie unrelated to their own business strategy) of AI
So one way to consider this is it's a hedge by stripe in case AI becomes as big as some people think it is. And 7b to get in on the ai wave is a good deal in that case. And in all the other cases, it goes to zero and stripe is fine
As it turns out, it's very valuable to be the intermediary between a large number of people who want something and a commoditized market of providers. It's the middleman who captures most of the margin.
Now, AI models are not a commodity yet. But things seem like they might be heading that direction. And in a world where they are, Stripe probably wants to be that guy sitting in the middle.
Going from a $1.3b valuation to a $7b exit in a couple months is an amazing return for those investors. I hope the OpenRouter employees got some decent equity out of this
It's so significant that even OpenAI is doing promos on OpenRouter. It's 50% cheaper to use Luna (provider: OpenAI) on OpenRouter, than via OpenAI's first party platform.
It's a pain to manage though, and that's what makes openrouter's service valuable to be fair
Openrouters suppliers (fireworks AI etc) are all in this same business
my site is the only end to end encrypted one TrustedRouter.com
Plus, the ads business built on top of retail is better than AWS and retail. AWS is great, but ads is higher margin, grows with retail, and is something you see across so many aggregators.
https://s-1.vercel.app/posts/marketplaces-airbnb-future-foun...
I've always believed in staying model agnostic and being able to jump around providers as their intelligence, cost per intelligence and/or latency issues arise.
Openrouter will win as long as there is competition in the market
True. Lots of companies depend on this lever. The moment someone emerges as monopoly, which is very very unlikely to happen, that will create dent in such space like in which openrouter operates.
Is there an open source alternative for when the censoring begins?
No idea.
Might be worth a look for anyone who needs this sort of thing.
Not sure I understand how this is strategically aligned for Stripe but certainly an interesting comparison.
[1] https://stripe.com/newsroom/news/openrouter-and-stripe
That’s chilling.
"In 2011 the company received a $2 million investment, including contributions from Elon Musk, PayPal founder Peter Thiel" [1].
Also fun fact from the Founder's Wikipedia page
"In November 2024, Collison was criticized for visiting Israel and posting an image with the Israeli flag,[31] amid the Gaza war."[2]
[1] https://en.wikipedia.org/wiki/Stripe,_Inc. [2] https://en.wikipedia.org/wiki/Patrick_Collison
TaxJar, acquired by Stripe, they ended up doubling the price
Rebilly, same story
Lemon Squeezy, same story
Bridge, same story
The nature of the ecosystem also means that pricing is closely tied to "procurement" which could be routing, limits, whatever at a company level.
If stripe wants to be _the_ one that charges that fee, they either have to continuously try to ensure that all the different middlenen use stripe (most of them do!) but even better is to acquire the largest middleman.
You don't want someone else who happens to do all the routing+limits+policies, end up not using stripe. They already have this hold in existing stripe financial products where they apply all the policies, and everything goes through them.
It is also an easy deal from an investor point of view.
Stripe can now provide tools to every product that sells metered AI usage and take a cut. This isn't about extracting a small percent on the tokens flowing from your coding agents to your model of choice. It's about all the products that are going to come to market and monetize metered usage.
Want to analyze your 2026 tax return? Use VisorAI's Tax Agent and pay only for what you use. Stripe provides all the accounting, payment processing, ships money to vendors, and takes a bit off the top. Trillions of dollars moving from the labor market to the token market? It's $10B per point in fees for every trillion.
Of course, of course, it turns out that name is already taken. Though not anything accounting related. A million monkeys all armed with a million typewriters is quite something.
I amend my prior comments (with actually being able to amend them) to Apple sucks as much as the rest of the rent seekers, and in reference to Aeolun's comment, it doubly sucks that enough people choose to lick it up that the rent seekers don't feel ashamed of their rent seekery, but in fact profit handsomely from it, thus encouraging others to follow suit.
It feels ridiculous that you can't buy directly from the software publisher - like the old internet when they were called programs. I feel I may be on the end of pointing and laughing at the old man, but the situation now is literally a gatekeeping middle-man that gets a 30% cut. WTF? Nice work if you can get it.
Makes me feel like a rube (in a significant majority, mind) for the few games I've bought off Steam. Eesh, even GOG is 30%. Epic's seems reasonable at 12% and only after the first million in revenue per year.
Software publishers need a 'donate' button on their websites where erstwhile pirates can cough launder cough their procurements.
What value are you providing that you'd take some further cut? You could take the money from the user via stripe and then pay your own openrouter bill instead.
It's more user and developer friendly when you tell your user:
- you don't have to create new account just log in to your openrouter account
- bring your own key
- you don't have to pay any subscription. we charge small markup fee (e.g. 5-10%) over your usage inside our app.
"I am not touching your data, you are using OpenRouter and whatever provider, I am getting a small cut from your usage."
Not sure why this does not exist yet.
However I think they dearly overpaid for this as the core technology behind Stripe (fraud detection and integration with global banks) is hard to replicate. Even with the features mentioned above I think the technologies behind OpenRouter are vastly easier to replicate, perhaps even trivial now.
Media models have crazy margin.
Have you seen FAL's pricing? It's absurdly marked up. 50% or more.
https://finance.yahoo.com/markets/stocks/articles/breaking-p...
Congrats to the team anyway.
I vividly remember back in 2023/2024, I was sitting on my sofa thinking, "there has to be a market to abstract data access layer, something like Terraform but for LLM provider to avoid vendor lockin". Only if I had access to capital to build something like that at that time, I could have been my try for an AI start up.
Amazing for enterprises, or companies who are letting users choose from a variety of models for ai tools.
What’s up with finance companies getting into LLM routers?
AWS Bedrock - Microsoft Teams
OpenRouter - Slack
https://s-1.vercel.app/posts/why-openrouter-can-be-the-next-...
Meta's closed source models, too, are only available on OpenRouter (and it's touted as a first-class recommendation on [3]).
So, in many ways, OpenRouter is the only game in town to access some of the highest-funded model families on the market through a single API endpoint.
I'm unsure why AWS is ceding this territory (there have to be ways to allow users to opt into the lesser governance inherent in using third party providers, while not diminishing the brand's governance requirements). But, since they are, it's a meaningful opportunity left open.
===
[0] https://docs.aws.amazon.com/bedrock/latest/userguide/model-c...
[1] https://www.reddit.com/r/googlecloud/comments/1szv8cr/warnin...
[2] https://www.theregister.com/ai-ml/2026/05/13/google-users-fi...
[3] https://developer.meta.com/ai/products/meta-model-api/
Bookmarking this confidence because people speaking confidently bothers me; we'll see.
This is what i hate about modern entrepreneurship, everything is always built for a short term plan
Family businesses where tradition, trust, values and reputation are kept and transmitted across generations don't exist in tech and it's just sad
It's just build fast, milk users, cash out, and move on
No loyalty, no pride in the work, and zero respect for the people who actually supported you
And actually, it's a defensive move from Stripe, because OpenRouter was quietly becoming the way AI agents pay each other in USDC via x402, and Stripe probably saw this as a threat, specially with OpenAI already moving away from Stripe
They'll nerf you, to protect themselves, they'll make you dependent on their merchant system for the juicy fees
Hope someone clones it and they take a loss at it.
No support exists when things go wrong!
One of the only near monopolies that is seemingly allowed and it is even praised.
But who cares. Nothing to see here (as long as AGI is coming it doesn't matter anyway).
[0] https://www.wsj.com/business/deals/stripe-advent-in-talks-to...
Here’s another link to an article about the acquisition; https://siliconangle.com/2026/08/16/stripe-reportedly-finali...
The enshitification will be inevitable. Soon this wonderful resource will no longer exist.
The enshitification will be inevitable.
Back to my own brain for my coding projects.
I haven't seen much evidence that model routing is being widely used yet. I think it's still more of an experimental mechanism right now.
Claude Code has no built-in way to use non-Anthropic models. It does support overriding the API URL with an environment variable, but there are drawbacks. OpenRouter is not used within Claude Code at all.
There are some gotchas with it too. e.g. The "system" role message isn't supported in the Anthropic API. It's not the biggest deal but it's a potential footgun.
On the other hand, the openrouter SDK + API takes care of this for you: Their one gateway has ways of enabling provider-specific features. You can switch the model name and pretty much be good to go.
Claude Code does not work with other models out of the box. You need a wrapper around Claude Code that translates other model requests + respondes to what the harness expects.
As an example, GLM document being committed to compatibility with OpenAI: https://docs.z.ai/guides/develop/openai/python
My uninformed guess would be that everyone except the frontier labs is probably motivated to do that too.
Similarly they document configuring Claude Code for their models, so I assume they implement Anthropic’s interface there too: https://docs.z.ai/devpack/tool/claude#manual-configuration
And, to answer your question, no. The existence of a common API makes it trivial to change zero code and send requests to a different model.
OpenRouter does more than just proxying; they also aggregate providers for open-weight models, which has a stabilizing effect on pricing and gives you protection against a single provider's downtime.
the value of openrouter is it offers centralized billing. you can route your calls to any provider you want, test a whole bunch of models against each other, and you just get one bill from openrouter. switching to a new model, or a new provider of the same model, doesn't mean setting up a new billing account with a new provider.
My lord. Of all the terrible, uniformed takes the HN posters are spewing, this is the worst one I've seen in a while.
The anti-AI crowd really are clueless, eh?
https://api.anthropic.com https://api.openai.com/v1
TrustedRouter.com