Add api_kwargs, flexible rate limits, and tokencost#59
Merged
Conversation
…t integration - api_kwargs: pass arbitrary kwargs through to the instructor API call (closes #47) - rate_limit_tokens/rate_limit_requests/rate_limit_period_seconds: replace tokens_per_minute/requests_per_minute with configurable time window (closes #58) - tokencost: replace internal model pricing DB with tokencost package (closes #57) - Handle oversized requests that exceed bucket capacity (negative bucket balance) - Add floating-point epsilon guard in rate limiter comparisons - Update all relevant docs - Add unit tests for all three features (34 new tests) Co-authored-by: Cursor <cursoragent@cursor.com>
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
api_kwargsthrough to instructor API calls (closes Support instructor keyword arguments to be passed through DELM #47)rate_limit_period_seconds, replacing hardcoded per-minute params (closes Support any rate limit span in seconds #58)tokencostpackage for model pricing (closes Use External Model Token Cost Database Submodule #57)Test plan
Made with Cursor