-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
[Bug]: I have been unable to verify using the codex from the transfer station #44870
Copy link
Copy link
Closed
Closed
Copy link
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug type
Behavior bug (incorrect output/state without crash)
Summary
openclaw version: 2026.3.13
When I encountered a 503 error while configuring a custom model
Steps to reproduce
1.Configure model
The base_url I configured is https://example.com/v1
Endpoint selected OpenAI compatible
model Id is gpt-5.4
But I kept returning 503 when configuring the custom model, as shown below
I use curl https://example.com/v1/models
-H "Authorization: Bearer api-key" The following content can be returned:
{"object": "list", "data": [{"id": "gpt-5", "object": "model", "created": 1773388963, "owned_by": "openai"}, {"id": "gpt-5.1", "object": "model", "created": 1773388963, "owned_by": "openai"}, {"id": "gpt-5.1-codex", "object": "model", "created": 1773388963, "owned_by": "openai"}, {"id gpt-5.1-codex-max", "object": "model", "created": 1773388963, "owned_by": "openai"}, {"id": "gpt-5.1-codex-mini", "object": "model", "created": 1773388963, "owned_by": "openai"}, {"id": "gpt-5.2", "object": "model", "created": 1773388963, "owned_by": "openai"}, {"id": "gpt-5.2-codex", "object": model "," created ": 1773388963," owned_by ":" openai "}, {" id ":" gpt-5.3-codex "," object ":" model "," created ": 1773388963," owned_by ":" openai "}, {" id ":" gpt-5.3-codex spark "," object ":" model ", "created":1773388963,"owned_by":"openai"},{"id":"gpt-5.4","object":"model","created":1773388963,"owned_by":"openai"}]}But if I configure base_url to https://example.com
Endpoint selects Anthropic-messages,
The model can be successfully validated by filling in claude-sonnet-4-6
I want to know where the problem lies
Expected behavior
As successful as configuring the anthropoic model
Actual behavior
Verification failed: status 503
OpenClaw version
2026.3.13
Operating system
windows11----wsl2---Ubuntu 24.04.4 LTS
Install method
use curl : curl -fsSL https://openclaw.ai/install.sh | bash -s -- --install-method git
Model
All OpenAI models are unavailable
Provider / routing chain
openclaw
Config file / key location
No response
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response