What's Going Wrong?
I got error when using model from 9router:"Could not reach the custom:9router API to validate cx/gpt-5.4. If the service isn't down, this model may not be valid."
And it returns API call failed with
I tried to config, via hermes wizard and manually in config.yaml but not works.
custom_providers:
Steps Taken
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Installation Method
Install script (curl | bash)
Operating System
Ubuntu 24.04
Python Version
No response
Hermes Version
v0.10.0 (2026.4.16
Debug Report
Full Error Output
API call failed (attempt 1/3): BadRequestError [HTTP 400]
🔌 Provider: custom Model: cx/gpt-5.4
🌐 Endpoint: http://localhost:20128/v1
📝 Error: HTTP 400: Error code: 400
⚠️ Non-retryable error (HTTP 400) — trying fallback...
❌ Non-retryable error (HTTP 400): HTTP 400: Error code: 400
❌ Non-retryable client error (HTTP 400). Aborting.
🔌 Provider: custom Model: cx/gpt-5.4
🌐 Endpoint: http://localhost:20128/v1
💡 This type of error won't be fixed by retrying.
What I've Already Tried
No response
What's Going Wrong?
I got error when using model from 9router:"Could not reach the custom:9router API to validate
cx/gpt-5.4. If the service isn't down, this model may not be valid."And it returns API call failed with
I tried to config, via hermes wizard and manually in config.yaml but not works.
custom_providers:
base_url: http://localhost:20128/v1
model: cx/gpt-5.4
I did curl http://localhost:20128/v1/models and it returns full models.
Steps Taken
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Installation Method
Install script (curl | bash)
Operating System
Ubuntu 24.04
Python Version
No response
Hermes Version
v0.10.0 (2026.4.16
Debug Report
Full Error Output
What I've Already Tried
No response