A spend-controlled Codex plan reports its quota as a weekly window - #269
Merged
Conversation
Business accounts under group-based spend controls carry rate_limit: null with credits.unlimited false — the usage poll read that as parse_failed. The quota lives in spend_control.individual_limit, on a cycle that runs weeks, so it maps to a weekly window. Payloads with neither windows, unlimited credits, nor a spend control still fail. Closes #245
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.
Business accounts under group-based spend controls carry
rate_limit: nullwithcredits.unlimited: false— the usage poll read that shape asparse_failed. The quota lives inspend_control.individual_limit, on a cycle that runs weeks, so it maps to a weekly window:percent_leftfromused_percent,resets_atfromreset_at.Payloads with neither windows, unlimited credits, nor a spend control still fail. A malformed spend control reads as
unexpected_payload, like a malformed window.Closes #245