feat: add support for API key pooling and intelligent rotation#341
Open
jsonetech wants to merge 2 commits intoAlishahryar1:mainfrom
Open
feat: add support for API key pooling and intelligent rotation#341jsonetech wants to merge 2 commits intoAlishahryar1:mainfrom
jsonetech wants to merge 2 commits intoAlishahryar1:mainfrom
Conversation
This change allows providers (like NVIDIA NIM) to use a pool of API keys. It includes a KeyPool manager that handles intelligent rotation, skips keys that hit rate limits, and picks the best available key for each request.
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.
Summary
This PR implements a robust API key pooling and rotation system, specifically designed to help users maximize their rate limits on providers like NVIDIA NIM.
Changes
Why
Users of free NVIDIA NIM accounts often hit rate limits quickly. This feature allows them to pool multiple keys and use them as a single, larger quota, significantly improving the stability of the proxy.
Testing