OpenRouter's automatic fallbacks can bite: same model, different provider behavior — use provider.only

Simon Willison · rss · 2026-09-12

OpenRouter advertises automatic fallbacks that pick the cheapest provider per request, but as Mohamed Moustafa points out, this causes real problems:

Fix: use the provider.only option to pin routing to a specific provider, and the /endpoints method to list available providers for a model ID.

Original post →

More from coding & agent

coding & agent channel →