#Model reply slowness
1 messages Β· Page 1 of 1 (latest)
Iβm checking the docs and source for anything specific to Codex OAuth latency, so I can give Macx a real answer instead of guessing.
Could be real upstream latency, but there are a couple OpenClaw-specific things worth checking.
For Codex OAuth, OpenClaw currently uses auto transport by default, which is WebSocket first with SSE fallback, and /fast maps to priority processing for openai-codex/*. So if replies suddenly got much slower, Iβd check these first:
openclaw --versionopenclaw statusopenclaw models statusopenclaw doctor
Also worth trying:
/fast status/fast on
One more sneaky one: if you have old custom settings under models.providers.openai-codex, they can shadow the built-in Codex OAuth path and hurt routing/fallback behavior. openclaw doctor should warn about that.
Docs: