docs: add Requesty to the provider docs and README - #1370
Thibaultjaigu wants to merge 1 commit into
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe README now lists Requesty as an LLM provider. The provider guide adds a Requesty configuration example and instructions for using catalog models or adding other Requesty model IDs. ChangesRequesty provider documentation
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to The new Requesty setup matches the existing catalog and uses the documented API-key environment variable. No merge-blocking issue is evident; the documentation change is ready for normal checks. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. A rabbit reads the provider guide, Comment |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by gpt-sol-latest · Input: 0 · Output: 0 · Cached: 0 Review guidance: REVIEW.md from base branch |
Issue for this PR
None, docs only change.
Type of change
What does this PR do?
Requesty is already in the models.dev catalog (
requesty,REQUESTY_API_KEY,@ai-sdk/openai-compatible,https://router.requesty.ai/v1), so it works today with no code changes. It just isn't mentioned in the docs.This adds a short "Requesty" section to
docs/docs/configure/providers.mdright after OpenRouter, with a config example forrequesty/openai/gpt-4o-mini, a note that/connectoraltimate-code auth loginalready lists it, and the key page link. It also adds Requesty to the provider list in the README.How did you verify your code works?
Loaded the exact config from the new docs section through
Provider.list(),Provider.getModel()andProvider.getLanguage()in a throwaway bun test, then rangenerateTextagainst the live API withREQUESTY_API_KEYset. Bothopenai/gpt-4o-mini(declared in config) andopenai/gpt-4.1-mini(catalog only, no config) returned the expected reply. The pre-push hook (bun typecheck) passed.Screenshots / recordings
N/A
Checklist
Disclosure: I work at Requesty. Happy to adjust anything to match project conventions.
Summary by cubic
Adds Requesty to the provider docs and README. Requesty already works via the models.dev catalog with no code changes, but wasn't documented.
docs/docs/configure/providers.mdwith a config example forrequesty/openai/gpt-4o-mini./connectoraltimate-code auth loginalready lists it and that settingREQUESTY_API_KEYis enough for catalog models.Written for commit 9c86dc6. Summary will update on new commits.
Summary by CodeRabbit