Document Requesty as a supported LiteLLM provider#34
Open
Thibaultjaigu wants to merge 1 commit into
Open
Conversation
Collaborator
|
Glad to receive Requesty’s PR. I’ll merge it. If you’re interested, you’re also welcome to submit Requesty as a provider to my latest LLM gateway project, TiyGate. You can refer to the existing provider implementations for OpenRouter and ZenMux. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents Requesty as a supported provider via LiteLLM's
requesty/model prefix, mirroring how OpenRouter is presented.Requesty (https://requesty.ai) is an OpenAI-compatible LLM router that LiteLLM natively routes via the
requesty/prefix (auto-readingREQUESTY_API_KEY). markpdfdown'sLLMClientpasses the model name straight to LiteLLM with no provider allowlist, so no code change is needed — just config/docs.Changes:
src/markpdfdown/config.py: theMODELdescription now includes arequesty/openai/gpt-4oexample.README.md: Requesty in the multi-provider line, aREQUESTY_API_KEYenv example, a "Requesty Models" section (MODEL_NAME=requesty/openai/gpt-4o,requesty/anthropic/claude-sonnet-4-5— verified live), and a Docker example. Key at https://app.requesty.ai/api-keys..env.sample: Requesty API key block + usage example.config.pyparses cleanly.I work at Requesty. This mirrors the existing OpenRouter provider as closely as possible. Happy to adjust or close it if it's not a fit.