Full-Time
Updated on 9/4/2026
Unified API router for 400+ LLMs
$215k - $280k/yr
Remote in USA
Remote
Bachelor's
See people who can refer or advise you
OpenRouter provides a single OpenAI-compatible API to access and switch between 400+ models from 60+ providers. It acts as an LLM router and aggregator, directing prompts to the best model based on price, latency, and performance with about 25ms of overhead. The platform offers unified billing, real-time spend management, automatic failover, and enterprise features like zero-logging and using a company’s own provider keys, earning 5% of inference costs. Its goal is to simplify the fragmented AI model ecosystem by enabling dependable multi-model access and transparent usage data.
Company Size
51-200
Company Stage
Acquired
Total Funding
$153M
Headquarters
New York City, New York
Founded
2023
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Remote Work Options
Flexible Work Hours
Unlimited Paid Time Off
Stripe & OpenRouter: acquisition powering AI token economics. August 24, 2026 Stripe is buying AI platform OpenRouter for a reported US$8bn, pairing global payment systems with smart token routing to control AI unit economics The financial services company Stripe has announced that it has agreed to acquire OpenRouter, a leading AI model gateway and routing platform. OpenRouter helps businesses route and optimise AI token usage across more than 400 models from more than 80 providers. Over the past month or so, OpenRouter's annualised revenue grew around 15%, to US$160m, in part due to OpenAI offering discounts on model usage, according to a person with knowledge of the business who spoke with The Information. AI Magazine believe intelligence will be multi-model: no single model will be optimal for every task and developers need a neutral layer to orchestrate and manage them all OpenRouter's CEO Alex Atallah The US$8bn deal. "Tokens are the central currency for companies building with AI, and it's clear that the real-world economic potential will depend on making good use of scarce compute resources," says Patrick Collison, CEO of Stripe. "Stripe is building the economic infrastructure for AI and together with OpenRouter we'll help businesses maximise profitability by routing their requests intelligently and spending their tokens efficiently." While exact terms of the deal were not disclosed, the Financial Times reported that Stripe has agreed to buy OpenRouter for US$8bn, making it the Irish-American company's largest acquisition as it seeks to position itself at the centre of the AI economy. Hedging your bots. It may seem like an odd move that a financial services company is buying an API platform and marketplace that lets developers access hundreds of different AI models from various providers, such as OpenAI, Anthropic, Google and Meta - however it makes total sense when viewed through the lens of AI unit economics and token infrastructure. Stripe provides economic infrastructure for the world's fastest-growing businesses, including the vast majority of companies developing and building with AI. It already helps businesses maximise their revenue by optimising across a complex set of variables like payment methods, authorisation rates and fraud. OpenRouter has built a platform that helps businesses dynamically evaluate each request, routing it to the optimal model based on task complexity, price, speed and reliability, and is already used by the likes of NVIDIA, Zoom and Lovable. Stripe highlights that together with OpenRouter the firm will be able to help companies manage both sides of profitability - maximising revenue and efficacy while minimising costs. * The financial services company Stripe has announced that it has agreed to acquire OpenRouter * Stripe highlights that together with OpenRouter the firm will be able to help companies manage both sides of profitability * Stripe provides economic infrastructure for the world's fastest-growing businesses, including the vast majority of companies developing and building with AI * OpenRouter has built a platform that helps businesses dynamically evaluate each request, routing it to the optimal model based on task complexity, price, speed and reliability. A multi-model future. Many Chinese models such as those from Moonshot and Z.ai are quickly gaining ground among enterprise customers - narrowing the performance gaps while undercutting the top US firms on cost. According to The Information, OpenAI recently began giving OpenRouter a special discount to offer some OpenAI models at half of the price per token. Those models include GPT-5.6 Luna and GPT-5.6 Terra, which OpenAI originally released in June. The outlet reported that GPT-5.6 Sol, its most capable, flagship model, would also be discounted 50% on OpenRouter. At the moment, AI is not dominated by one firm alone; Anthropic and OpenAI are both reportedly gearing up for IPOs, while cheaper Chinese firms are gaining ground. On top of this, enterprises are increasingly asking staff to curtail usage - and in this environment, both cost and performance are emerging as key factors in model selection. OpenRouter's CEO Alex Atallah doesn't think one firm is going to come out on top from this environment. Discussing the Stripe deal, Alex says: "AI Magazine believe intelligence will be multi-model: no single model will be optimal for every task and developers need a neutral layer to orchestrate and manage them all. "Joining Stripe lets us accelerate that mission and bring the full AI ecosystem to every business." Company Portals
Ox Alpha: a stealth 1M-context coding and agent model on OpenRouter, free while it collects feedback. Published August 20, 2026 4 min read OpenRouter, stealth models, coding agents, long context, reasoning OpenRouter listed a stealth model called Ox Alpha on August 20 with a 1M context and text, image and video input. The API confirms both exactly: 1,048,576 tokens and text+image+video->text, with 131,072 max output, one of 421 models on the router. Two things the announcement leaves out are in the same response. Reasoning is mandatory and cannot be disabled, and the default effort is max, which sits awkwardly beside the word efficient. And the price is zero on both input and output. Links & resources. | Resource | Link | | The announcement | @OpenRouter, August 20 | | The model | openrouter.ai/stealth/ox-alpha | | Model ID | stealth/ox-alpha | | Price | Free while in stealth | OpenRouter put a stealth model called Ox Alpha on the router on August 20, described as "a frontier model built for efficient coding, sustained agentic work, and real-world production use," with a 1M token context window and text, image and video input. Nobody has said whose model it is. That is the point of a stealth listing: you get to use it, the lab gets feedback, and the name stays off until launch. The claims check out against the models endpoint, which is the useful thing about OpenRouter, because everything a listing asserts is queryable. Context length is 1,048,576, so the 1M is exact rather than marketing rounding. Modality is text+image+video->text, matching the three input types in the tweet. Max completion tokens is 131,072. It is one of 421 models on the router today. Two things the tweet does not mention are in the same response, and both change how you would use it. Reasoning is mandatory and defaults to max. The API's reasoning block for this model reads: "reasoning": {"mandatory": true, "default_enabled": true, "supported_efforts": ["max", "high", "low"], "default_effort": "max"} Mandatory. You cannot turn reasoning off on Ox Alpha, and if you send a request without specifying effort, you get max, the most expensive and slowest of the three settings. Set that against the word in the announcement: "efficient coding." A model that always reasons, and reasons at maximum by default, is not the shape most people picture when they read efficient. It may well be efficient per unit of work completed, which is the meaningful measure for agentic tasks and probably what OpenRouter means. It is not efficient per request, and anyone benchmarking it against a non-reasoning model without pinning reasoning_effort: "low" is comparing two different things. Note also that the three efforts are max, high and low. There is no medium and no minimal, so the step from low to high is a wide one and there is no way down from low. It is free, and the listing does not say so. Pricing in the API is "prompt": "0" and "completion": "0". Zero on both. OpenRouter's own model card confirms it, printing "Free" in the pricing panel next to "1.05M" for context. The tweet says "Try it now and share feedback to improve the model," which implies the arrangement without stating it. Free is the consideration you are paying with feedback for, and it is worth being explicit about what that means: stealth models on OpenRouter exist so an unreleased lab model can be exercised on real traffic. Your prompts are the product being bought. If you are sending anything you would not want an unnamed lab reading, this is the wrong model to test it on. There is also a small tell in the metadata. The listing's description calls it "a reasoning model designed for coding, sustained agentic work, and production workloads," where the tweet calls it "a frontier model built for efficient coding." Same sentence, one word swapped, and the API's version is the accurate one. What is knowable about whose it is. Not much, and I am not going to guess. hugging_face_id is null, knowledge_cutoff is null, and the tokenizer is listed as "Other," which is what OpenRouter shows when it cannot map a model to a known family. The expiration_date field reads 2098-12-31, which is a placeholder rather than a plan. The supported parameters are ordinary: tools, tool_choice, response_format, temperature, top_k, top_p, max_tokens, reasoning, reasoning_effort, include_reasoning. Default temperature 1, default top_p 0.95. Nothing there fingerprints a lab. The one structural hint is the combination itself. A 1M context with video input, mandatory reasoning at three effort levels, and 131K max output is a short list of labs. Video input in particular narrows it considerably. But a short list is not an answer, and stealth listings have surprised people before. What to do with this. Try it, because it costs nothing and 1M context with video input is not a combination you can test for free anywhere else. Pin reasoning_effort explicitly on every call, or your latency and token numbers will be from the max setting and you will draw the wrong conclusion. And treat the free tier as what it is. Feedback is the price, and the model card tells you the model is unreleased and unnamed. Test it on work you would be comfortable having read.
Image Benchmarks: see the capabilities of every model. Brian Thomas ·8/21/2026 Unlike choosing a text model, where OpenRouter, Inc has a vast array of LLM benchmarks, picking an image model can feel arbitrary. Output samples tend to be curated eye candy and LLM-as-a-judge evals can't yet capture the details a human would notice instantly. While arena scores help, they evaluate which outputs people prefer rather than what a model can actually do. Today OpenRouter, Inc is launching Visual Image Benchmarks to help you quickly evaluate the capabilities of all the image models OpenRouter, Inc offer (39 as of August '26). OpenRouter, Inc has selected a set of challenging prompts designed to differentiate the capabilities of models, and show every result in a grid with sorting for both price and generation time. Prompts designed to test the boundaries of image model capabilities. Each challenge is designed to differentiate the capabilities of image models. OpenRouter, Inc has initially grouped them into seven families: * Improbable scenes. A wine glass filled level with the rim, umbrellas that are closed. Training data is full of the ordinary version of both. * Counting. Three fingers, specific numbers of cards and dice. * Text. One long exact string on a poster, and several languages in the same frame. * Spatial relations. Occlusion and mirror reflections. * Negation. A zebra with no stripes, a Times Square with no advertising. * Editing. Minimal diffs, object removal, person removal, all from a reference image. * Consistency. Holding a product or four reference subjects steady across a new scene. The prompts are written so you can instantly evaluate them visually. For example, can a model follow the instruction to fully fill a wine glass? More visual evals and additional modalities coming soon. It's similarly challenging to evaluate video and audio models to understand their quality and capabilities. OpenRouter, Inc intend to expand this tool out across modalities as well as keep it up to date with all the new image models OpenRouter, Inc add. Check out its image benchmarks today! If you have any prompts that could challenge the next round of models, share it with OpenRouter, Inc in #feedback on its Discord. Generating images via the OpenRouter API and Chat. Once you've evaluated models via these benchmarks, try them on your own prompts through the image generation API or Chat to see how they perform on your own content.
Stripe has agreed to acquire OpenRouter, an AI model gateway and routing platform used to optimise token usage across more than 400 models from over 80 providers.
Stripe OpenRouter acquisition deal puts $7bn price on AI model gateway. Stripe is acquiring OpenRouter for $7 billion, a move that positions the payments company at the centre of the AI infrastructure market. The Stripe OpenRouter acquisition deal puts a price tag on a platform that lets developers and organisations access AI models from more than 400 providers, including OpenAI, Anthropic, Google and Meta, through a single interface. The scale of the deal is hard to miss. EnterpriseDNA reports that the $7 billion price values OpenRouter at more than five times the $1.3 billion valuation it carried at its Series B round just three months earlier, in May 2026. That round attracted some of the most recognisable names in venture capital: Sequoia, Andreessen Horowitz, Menlo Ventures and Alphabet's Capital G all participated, according to Yahoo Finance. Investors who backed the company at Series B have seen an extraordinary return in a very short window. Why the Stripe OpenRouter acquisition deal makes strategic sense. The logic is straightforward on one level. AI models have multiplied rapidly, and managing access to them has become a genuine operational headache for organisations that want flexibility without being locked into a single provider. OpenRouter solves that by acting as a unified gateway: a company can pick a capable model for a complex task and a cheaper one for routine work, all through the same platform. If a provider experiences an outage or a security issue, switching is easier when you are not committed to one supplier. For Stripe, the value extends beyond that utility layer. Being embedded in the infrastructure that routes AI model requests puts it closer to the transactions those requests generate, as AI agents increasingly make purchases and commitments on behalf of users and businesses. Don Apgar, Director of Merchant Payments at Javelin Strategy & Research, placed this squarely in a pattern he has been watching across the payments industry. 'This is the continuation of a strategy that PostRadar has seen by payments companies for several years, and that's going upstream past the actual payment to own and/or influence the workflow that created it,' he said. He drew a parallel with Fiserv's Clover in the small and medium-sized business space, and pointed to how companies like Shopify and Checkout.com have built out suites of e-commerce services that sit around and support the payment itself. The ambition, as Apgar framed it, is to improve both customer stickiness and the overall profitability of each relationship. There is an irony worth noting: OpenRouter's business model has been compared with Stripe's own, in the sense that both try to simplify complex underlying infrastructure through a single, clean interface. Stripe is, in effect, acquiring a company that mirrors its own founding logic, applied to a different layer of the technology stack. An open question about model origins. The acquisition also arrives with a wrinkle that deserves attention. A CNBC investigation published on 7 July 2026 found that Chinese-origin models accounted for 46% of US enterprise token usage on OpenRouter, according to Yahoo Finance's coverage of the deal. That is a substantial share, and it raises questions about how Stripe will handle regulatory scrutiny and enterprise customer concerns as it integrates the platform. The figure does not make the acquisition unworkable, but it is the kind of detail that will surface quickly in due diligence conversations and, potentially, in Washington. The OpenRouter deal fits into a broader pattern of Stripe stretching its footprint through acquisitions and partnerships. The company joined forces with private equity firm Advent on a reported $53 billion bid for PayPal, a transaction that, if completed, would dramatically expand Stripe's position in consumer and merchant payments. Stripe also spent $1.1 billion acquiring Bridge, a stablecoin infrastructure company, and subsequently launched the Tempo blockchain, signalling a serious interest in digital assets alongside its core payments business. Whether those threads, AI model routing, stablecoin infrastructure, and a potential PayPal combination, can be woven into a coherent whole is the question Stripe will now need to answer. The Stripe OpenRouter acquisition deal gives the company a new and genuinely valuable piece of infrastructure. Integrating it with everything else is the harder work ahead, and the 46% Chinese-model usage figure means that work will start under a spotlight.