-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
Important notes:
- This is not an OAuth login failure
- This is not a local OpenClaw gateway failure
- This is not a non-Plus account case
- Issue appears specific to third-party OAuth Codex usage through OpenClaw
Questions:
- Is ChatGPT Plus OAuth expected to provide usable quota for third-party Codex/OpenClaw calls?
- Does third-party OAuth Codex usage use a different quota/billing context from first-party usage?
- Are additional credits required even when Plus is active?
Thank you for clarifying whether this is expected behavior, an account-side quota routing issue, or a known product limitation.
To Reproduce
Minimal reproduction:
- Run:
openclaw models auth login --provider openai-codex - Run:
openclaw models set openai-codex/gpt-5.4 - Run:
openclaw agent --agent main --message hi --thinking off --json
Observed result: Request reaches openai-codex/gpt-5.4 but returns 429 quota error.
Code snippets
OS
macOS (Apple Silicon)
Python version
Python v3.11.4
Library version
openai v1.0.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working