this post was submitted on 21 Aug 2026
18 points (84.6% liked)

Technology

87469 readers
3328 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] Zarobi@aussie.zone 1 points 2 days ago (1 children)

Never heard of this company before.

Alex Atallah described his company OpenRouter as the artificial intelligence version of the payments company Stripe. Now Stripe is buying OpenRouter.

The deal, announced on Wednesday, combines Stripe's technology, which lets companies direct payments to other businesses, with OpenRouter's technology, which lets them direct their spending of "tokens" between different providers of A.l. models. Tokens are an atomic unit of A.l. use, roughly equivalent to a word fragment.

I still don't really know what this company actually does. Like a token merchant or something?

[–] Chaphasilor@lemmy.ml 5 points 2 days ago

OpenRouter is like a market place for AI model providers. So other companies can offer access to AI models through their servers, and OpenRouter will expose them to you via a unified interface. When you send a request to a certain AI model, OpenRouter forwards that request to the currently cheapest provider that's available.

So it helps you get easy access to thousands of models for a competitive price, without having to pay tens of different providers and figuring out which is cheapest and such. It's a convenience thing, mostly.

[–] T3CHT@sh.itjust.works 0 points 2 days ago

OpenRouter let's you buy 'ai access' - different models (agents like Claude or GPT is specific forms like Fable or Sol) from different routers (providers aka data centers).

So you get an API key and save it in your setup (IDE, coding app, CLI env whatever) and then you have a library of all the models available pay as you go. Prices per model are competitive if they're available from multiple providers or at the market rate from folks like Anthropic and OpenAI.

For AI service at home I switched from Copilot, a MS subscription with opaque usage pricing to OpenRouter so I can pick / route work to cheap or free models available on OR while still using my preferred models and having access to everything under the sun including the latest versions. It's pretty great honestly.

OR is also a good place to look if you just want some info about AI models and providers. Their benchmark, popularity and domain information makes the models make sense and highlights real world usage patterns, i.e. DeepSeek v4 and GLM 5 are serious competition to the proprietary models like Claude with pricing 10-100x less. Presumably OR is just taking a cut as the middleman to pay for the service.

And in case you read this far and you're wondering, I'm using it with Zed and working on a custom fork to improve the agent handling and routing to optimize use of such services. Enjoy the AI, spare me any generic ai outrage.