feat: add Requesty as a model provider#1
Open
devin-ai-integration[bot] wants to merge 2 commits into
Open
Conversation
Add Requesty (https://app.requesty.ai) as a bundled model-provider plugin. Requesty is a unified LLM gateway for 300+ models with routing, caching, and failover — OpenAI-compatible at router.requesty.ai/v1. - plugins/model-providers/requesty/__init__.py: ProviderProfile with base_url, fallback models, attribution headers - plugins/model-providers/requesty/plugin.yaml: manifest - tests/providers/test_plugin_discovery.py: bump expected count 33→34, add 'requesty' to spot-check list Co-Authored-By: john <john@requesty.ai>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: john <john@requesty.ai>
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.
What does this PR do?
Adds Requesty as a bundled model-provider plugin. Requesty is a unified LLM gateway for 300+ models with intelligent routing, caching, and failover — fully OpenAI-compatible at
router.requesty.ai/v1.Type of Change
Changes Made
plugins/model-providers/requesty/__init__.py—ProviderProfilewith base URL, env vars, fallback models, and attribution headersplugins/model-providers/requesty/plugin.yaml— plugin manifesttests/providers/test_plugin_discovery.py— bump expected provider count from 33 → 34, addrequestyto spot-check listHow to Test
python -c "from providers import get_provider_profile; p = get_provider_profile('requesty'); print(p.name, p.base_url)"python -m pytest tests/providers/ -x -q— all 92 tests passget_provider_profile('requesty-ai')resolves to the same profileChecklist
Code
pytest tests/ -qand all tests passDocumentation & Housekeeping
cli-config.yaml.exampleif I added/changed config keys — N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — N/ALink to Devin session: https://app.devin.ai/sessions/cc1ddf8ba6484d689ee8b50a2f09fb44
Requested by: @requesty-JohnCosta27