API fallback #411
sevenlayercookie
announced in
Ideas without future
Replies: 2 comments 1 reply
-
This issue has been marked as stale due to inactivity. Please respond to keep it open. |
Beta Was this translation helpful? Give feedback.
0 replies
-
as a suggestion: i use litellm as a proxy for that. it works with paperless-ai for me |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I have multiple LLM sources (local, openai, openrouter, gemini, etc.). I always prefer my local LLM to handle requests when it can, but it's not always available.
Describe the solution you'd like
It would be nice if there were API fallback function. i.e. you add multiple API's and API keys, arrange them in a priority list, and then fallback to the next if no response or 400 response from each server.
Alternatives
Support for an already baked router such as Portkey
Beta Was this translation helpful? Give feedback.
All reactions