#Api rate limit reached with openai-codex/gpt-5

1 messages ยท Page 1 of 1 (latest)

hushed phoenixBOT
#

yep, those logs look like two separate problems:

  1. API rate limit reached, that is the upstream OpenAI Codex provider rate limiting you
  2. DNS lookup for the provider endpoint failed, that is a network / DNS problem on the machine running OpenClaw

First, can you paste these:

openclaw --version
openclaw status
openclaw models status

A couple of quick checks right now:

  • If /fast is on, try turning it off and retry. For openai-codex/*, fast mode maps to OpenAI priority processing.
  • If this is blocking you, set a fallback to another provider temporarily so rate limits do not hard stop the run.