So you want to use OpenRouter?

(mmoustafa.com)

224 points | by player85 2 days ago

21 comments

  • vova_hn2 3 minutes ago
    > The same model will benchmark very differently

    Providers probably serve quantized versions without disclosing it. Which is a real shame, because for certain tasks I would be perfectly willing to trade accuracy for cost. But, unfortunately, it is impossible to explicitly choose how quantized do you want your model to be, unless you are running it yourself on your own (or rented) hardware.

    BTW, does anyone knows if LLM Gateway suffers from the same issues? Currently looking at trying it, but haven't got to it yet.

  • joshstrange 1 hour ago
    This squares with my, much much, smaller OpenRouter usage. It’s just incredibly unreliable and you are forced to pin providers and even then it can be a crapshoot as the author found.

    OpenRouter sells the idea of swapping being commodity providers but it couldn’t be further from the truth. Provider A is often not swappable for B or C (again, as this author found). It can be crazy-making as you sit there thinking “OpenRouter has no clothes right?! Am I the one that’s wrong?”.

    I love the _idea_ of OpenRouter and maybe Stripe can improve this situation but the only sane way I’ve found to use it is to tightly pin providers to the point I wonder if I should just use the providers directly.

    Without pinning you are in for a world of hurt and unreliability (varying model capabilities, speed, etc).

    • embedding-shape 9 minutes ago
      > just incredibly unreliable and you are forced to pin providers and even then it can be a crapshoot as the author found.

      But that's the intention right? Even the name implies they just send stuff around for you, and if you want to control the routing, you'd lock down providers. I don't see how they could build what they wanted to build, and not have it end up unreliable if you freely round-robin between providers, it's bound to work exactly like this.

      > I love the _idea_ of OpenRouter and maybe Stripe can improve this situation but the only sane way I’ve found to use it is to tightly pin providers to the point I wonder if I should just use the providers directly.

      This is quite literally the point of OpenRouter. A unified interface, so you can easily switch providers without changing a ton of code which using providers directly would most likely mean, as there are slight differences between them. And the providers all run different weights, so of course quality/performance will differ among them.

      I guess OpenRouter is a bit like Amazon, in that they're just routing stuff around for you, but to actually find the good and usable stuff, you need to focus in on what providers/manufacturers you know are good, and stick with those. Still, the unified interface helps you to shop around and try different ones when you want to.

    • fc417fc802 21 minutes ago
      > to the point I wonder if I should just use the providers directly.

      How many account credentials, balances, and tokens do you want to maintain? Even without automatic failover services such as openrouter are still incredibly useful.

      Personally I pin a single vetted provider in the interest of minimizing risk.

  • mesmertech 14 minutes ago
    Yea I can believe all these. I've personally have been having issues on these points:

    "200 OK, no answer" - insane that openrouter's main feature is literally a fallback and streaming doesn't support 200 no content to fallback to another provider or smth.

    "rate-limit by IP"... now it kinda makes sense why deepseek v4.1 flash rate limits me on prod but never seems to happen on local. Makes you have to basically pin Deepseek as provider, since I've never had 429 error on them

  • Macha 17 minutes ago
    I do use OpenRouter for my personal use and this matches with my experience. I still use it because of it's top up model providing a way to not get surprised by out of control costs and being able to switch models with one account, but it's very noticeable at times.

    The models I've mainly been using recently are GLM 5.3 Flash and GLM 5.3. While obviously all these models have some variability, GLM 5.3 Flash feels like it oscillates between "I can't believe it's not Sonnet", but it costs a fraction of that and "This feels like I'm back using GPT-4, why am I even bothering with an LLM?".

  • ghm2199 6 minutes ago
    > The tool call is in the text

    Noob question: do good harnesses automatically optimize for bad tool calling behavior automatically?

  • bsaul 2 hours ago
    That looks absolutely horrifying. What are the alternatives ??
    • maeln 7 minutes ago
      Openrouter is useful for quickly testing various models with just one API. In development, it's useful. I would not run it in production tho' for all the caveat mentioned. Go to the first party provider directly, it's cheaper usually. And the cost to rewrite to use their API is usually noting (you can even have both and a feature flag), especially if you just vibe code it.
    • lukasbm 25 minutes ago
      If you only care about open source models, cline and opencode provide usage based access and subscriptions for general API access
    • john01dav 2 hours ago
      I've had opencode go + opencode work reliably, though I'm skeptical of how robust their data security claims are in practice because they suddenly blocked accessing Deepseek unless you were okay with the data going to China where true data privacy for something like that is illegal, which makes me wonder where it went before, which weakens my trust. It's also a lot less useful now that Deepseek is so much more expensive.
    • james-bcn 1 hour ago
      Vercel AI Gateway is one I've used: https://vercel.com/ai-gateway/models
      • maxcoding 1 hour ago
        Vercel AI Gateway also route to other providers, so the same issues can occur there as well.
    • bakugo 36 minutes ago
      There are none, this isn't a problem specific to OR as much as it is a problem with serving LLMs in general.

      If you use any other meta-provider that routes your requests to third party providers, you'll likely face the same issues. If you try using any of those providers directly, you'll likely face some of the same issues as well, except you won't have the option of quickly swapping to a different one and taking your credits with you.

      Extreme variance in quality and feature support per provider is probably the biggest obstacle holding back adoption of open weights models.

    • TZubiri 33 minutes ago
      Just use a single vendor. Literally nothing wrong with that, and you avoid the complexity of both n-1 of the vendors (leaving you with the highest quality vendor) as well as the issues with the aggregating layer.

      Not sure why people are drawn to this particular blunder. The promise of vendor neutrality maybe? I'll take working product over vendor-neutral slop anyways.

      • bbor 3 minutes ago
        > vendor-neutral slop

        Never before have I heard this sentiment, NGL. Vendor-neutrality has been an OS(/FLOSS) darling for, well, the whole time.

        RE:"single vendor", if this post is to believed then you might have picked one that has 100x the tool calling errors for the next SoTA model, if your single vendor serves the next SoTA in the first place. It also completely erases the notion of competition driving down prices -- that would only hurt you in the short term, but obviously would ruin the whole ecosystem long term.

        I feel like I must be missing something?

  • ofisboy 24 minutes ago
    I use Fireworks for a production app. Much lower volumes though. My only gripe is their serverless offering for reranking has only 1 model which is Qwen 8b and it's quite expensive.
  • rpjt 1 hour ago
    I never tested this but always suspected it. When I learned that providers differentiate themselves on how they optimize and host the model (otherwise, why would you choose one over another?), I figured some were less "give me the best possible experience" than others.
  • _ink_ 1 hour ago
    Wow, that explains a lot. I was using OpenClaw with open router, but stopped because how inconsistent the results were over the same prompt. I thought OC is at fault, never would have guessed that there are differences between providers.
    • quietsegfault 1 hour ago
      The way that OpenRouter frames it with having calls routed to whatever provider is handy encourages you to think that they’re all the same in basic functionality. Really sours me on OpenRouter.
  • alexcz 1 hour ago
    could not agree more one pet peeve of mine is that using strict json output also does not work on all the endpoints of the models so I have to go through them one by one try it out and then only whitelist them.
  • kinard 2 hours ago
    great post, I just put $100 in credits on open router to try different models, I think maybe using the "real" provider is the way forward once I've spent my credits and decided which one I want (for now).
    • philipp-gayret 36 minutes ago
      Be sure to spend them! Another great feature of OpenRouter is that they will take your credits after a year. They just delete them. A ToS-legalized theft if you ask me. (Even if you are still actively using those credits.)
      • bakugo 21 minutes ago
        As of right now, they only expire credits if you don't use the account at all for a year. This is different from, say, OpenAI, where your credits expire unconditionally. That said, they do deserve the right to expire them regardless, so this could change in the future.

        https://app.answerhq.co/openrouter-ai/articles/credits/credi...

    • irthomasthomas 1 hour ago
      [dead]
  • joelthelion 2 hours ago
    Excellent post, thanks for the article. This is very relevant for anyone using openrouter and similar services seriously.

    I feel there is still a lot of progress to be made before we can really trust LLM providers.

    • xienze 2 hours ago
      It's good to quantify the extent to which a lot of the stuff on there is just vibe-hosted. But I think it was always pretty apparent that this was the case. You've got numerous providers all running the gamut of:

      * Hardware availability

      * Competency

      * Scruples

  • jwrallie 2 hours ago
    I noticed some strange behavior when I was setting it up to avoid providers that collect data, hence blocking default providers. Definitely it is worth filtering well tested providers, which is a feature OpenRouter provides.
    • jeremyjh 1 hour ago
      The article that I read addressed this point specifically. "Trusted" providers do not maintain consistent performance, and do not have the same performance across different models.
  • CubsFan1060 1 hour ago
    Another thing to be aware of -- apparently their billing limits don't work. Somehow someone was able to use my key from Singapore. It had a $10 daily limit and they were able to spend $100. Not only that, it got me blocked from all models for the frontier labs.

    On top of that, near as I can tell, there are no protections for your API key. No restrictions by country, IP, etc...

  • Krisso 2 hours ago
    Wish this had more insights on 'cost' - I found OpenRouter credits to burn up fast.
  • bbor 7 minutes ago
    Wait WTF?! I thought performance was, well, performance, not efficacy! OpenRouter's UI in this section is remarkably broken and unclear at the same time, and I have no idea where the author got those clean charts. "AutoExacto" numbers (completely meaningless name) are available for 6 providers, two of which are the same provider, and none of which are even in the top half throughput-wise. When you click "+28 more providers", it just shows a clearly broken modal. And the the next two graphs are even worse. Really all of these graphs are pretty and completely 100% useless.

    I feel like it's absolutely insane that some providers serve the same model with much less efficacy. That doesn't make sense to me. What's going on?! I'm suddenly feeling intense shame for having routed all my non-subscription usage through them so far, and honestly some white hot anger that they would blatantly lie about something so important.

    What am I missing? Is this really true?

  • anik200 2 days ago
    Good job
  • abuds 2 days ago
    [dead]
  • npn 1 hour ago
    As expected vibecoding bros cannot even read the manual properly.

    It is pretty trivial to pin a single provider for a model. Better yet, instead of calling the model directly, use presets instead. You can easily change the setting on openrouter without having to update your app every time.

    • ptsneves 36 minutes ago
      The article mentioned they pinned the provider and model and the result was bad as well with their own shenanigans. That part was in the end of the article so maybe you missed it.
  • hadeer626 2 days ago
    Yes