You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/help/faq.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -657,6 +657,31 @@ for usage/billing and raise limits as needed.
657
657
OpenClaw supports **OpenAI Code (Codex)** via OAuth (ChatGPT sign-in). Onboarding can run the OAuth flow and will set the default model to `openai-codex/gpt-5.4` when appropriate. See [Model providers](/concepts/model-providers) and [Onboarding (CLI)](/start/wizard).
658
658
</Accordion>
659
659
660
+
<Accordiontitle="Why does ChatGPT GPT-5.4 not unlock openai/gpt-5.4 in OpenClaw?">
661
+
OpenClaw treats the two routes separately:
662
+
663
+
- `openai-codex/gpt-5.4` = ChatGPT/Codex OAuth
664
+
- `openai/gpt-5.4` = direct OpenAI Platform API
665
+
666
+
In OpenClaw, ChatGPT/Codex sign-in is wired to the `openai-codex/*` route,
667
+
not the direct `openai/*` route. If you want the direct API path in
668
+
OpenClaw, set `OPENAI_API_KEY` (or the equivalent OpenAI provider config).
669
+
If you want ChatGPT/Codex sign-in in OpenClaw, use `openai-codex/*`.
670
+
671
+
</Accordion>
672
+
673
+
<Accordiontitle="Why can Codex OAuth limits differ from ChatGPT web?">
674
+
`openai-codex/*` uses the Codex OAuth route, and its usable quota windows are
675
+
OpenAI-managed and plan-dependent. In practice, those limits can differ from
676
+
the ChatGPT website/app experience, even when both are tied to the same account.
677
+
678
+
OpenClaw can show the currently visible provider usage/quota windows in
679
+
`openclaw models status`, but it does not invent or normalize ChatGPT-web
680
+
entitlements into direct API access. If you want the direct OpenAI Platform
681
+
billing/limit path, use `openai/*` with an API key.
682
+
683
+
</Accordion>
684
+
660
685
<Accordiontitle="Do you support OpenAI subscription auth (Codex OAuth)?">
0 commit comments