OpenRouter Fallback Config Overview OpenRouter supports native model fallbacks: pass multiple model IDs and OpenRouter tries each in order until one succeeds. You can also use to control which provider serves a specific model. This skill covers native fallbacks, provider routing, client-side fallback chains, and timeout configuration. Native Model Fallback (Server-Side) Provider Fallback (Same Model, Different Providers) Client-Side Fallback Chain Fallback with Capability Matching Testing Fallbacks Error Handling | Error | Cause | Fix | |-------|-------|-----| | All fallbacks exhausted | Ever…