I’m seeing slow Gateway startup / readiness after restart. The HTTP server starts quickly, but Gateway does not become “ready” for ~60-70 seconds. Logs suggest model pricing fetches are timing out during startup.
Recent log excerpt:
2026-04-27T23:30:30.453-06:00 [gateway] starting...
2026-04-27T23:30:35.942-06:00 [gateway] starting HTTP server...
2026-04-27T23:30:36.826-06:00 [gateway] http server listening (8 plugins: acpx, bonjour, browser, device-pair, discord, memory-core, phone-control, talk-voice; 6.4s)
2026-04-27T23:31:36.791-06:00 [model-pricing] OpenRouter pricing fetch failed (timeout 60s): TimeoutError: The operation was aborted due to timeout
2026-04-27T23:31:36.792-06:00 [model-pricing] LiteLLM pricing fetch failed (timeout 60s): TimeoutError: The operation was aborted due to timeout
2026-04-27T23:31:38.459-06:00 [gateway] ready
Default model is openai-codex/gpt-5.5.
Question: is there a supported config option to disable external model pricing fetches, or to seed/override pricing locally so startup does not block on OpenRouter/LiteLLM timeout?
openclaw --version
OpenClaw 2026.4.26 (be8c246)
openclaw gateway status --deep
text
Service: systemd (enabled)
File logs: /tmp/openclaw/openclaw-2026-04-28.log
Command: /usr/bin/node /home/claw/.npm-global/lib/node_modules/openclaw/dist/index.js gateway --port 18789
Service file: ~/.config/systemd/user/openclaw-gateway.service
Service env: OPENCLAW_GATEWAY_PORT=18789
Config (cli): ~/.openclaw/openclaw.json
Config (service): ~/.openclaw/openclaw.json
Gateway: bind=loopback (127.0.0.1), port=18789 (service args)
Probe target: ws://127.0.0.1:18789
Dashboard: http://127.0.0.1:18789/
Probe note: Loopback-only gateway; only local clients can connect.
Runtime: running (pid 27782, state active, sub running, last exit 0, reason 0)
Connectivity probe: ok
Capability: connected-no-operator-scope
Listening: 127.0.0.1:18789
Troubles: run openclaw status
Troubleshooting: https://docs.openclaw.ai/troubleshooting