Skip to content

ChatGPT Plus OAuth succeeds but third-party Codex calls return 429 quota exceeded #2951

@AllinAI20260127

Description

@AllinAI20260127

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:

  1. Is ChatGPT Plus OAuth expected to provide usable quota for third-party Codex/OpenClaw calls?
  2. Does third-party OAuth Codex usage use a different quota/billing context from first-party usage?
  3. 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:

  1. Run: openclaw models auth login --provider openai-codex
  2. Run: openclaw models set openai-codex/gpt-5.4
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions