openclaw - 💡(How to fix) Fix Bug / Feature Request: openai/ models route through codex transport

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

When openai/gpt-5.5 is used as primary model, it routes through openai-codex transport:

runtimeAuthRoutes: openai → runtime:codex → authProvider:openai-codex

This means openai/gpt-5.5 and openai-codex/gpt-5.4 share the same quota pool, even though ChatGPT Pro has separate quotas for regular chat (backend-api/conversation) and Codex (backend-api/codex).

The configure wizard shows them as separate options:

  • Kept existing default model openai-codex/gpt-5.4
  • openai/gpt-5.5 is available

Expected: openai/gpt-5.5 routes to chatgpt.com/backend-api/conversation (chat quota), openai-codex/gpt-5.4 routes to chatgpt.com/backend-api/codex (codex quota) — two independent channels from one Pro subscription.

Actual: Both go through openai-codex transport → same quota → when codex limit hits 429, chat models also fail.

Auth: Single ChatGPT Pro account via openai-codex OAuth. No API key.

Version: OpenClaw 2026.5.27

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Bug / Feature Request: openai/ models route through codex transport