Skip to content

fix #11084: disable MiniMax health check (no /models endpoint)#11106

Open
vominh1919 wants to merge 1 commit into
NousResearch:mainfrom
vominh1919:fix/11084-minimax-health-check
Open

fix #11084: disable MiniMax health check (no /models endpoint)#11106
vominh1919 wants to merge 1 commit into
NousResearch:mainfrom
vominh1919:fix/11084-minimax-health-check

Conversation

@vominh1919

Copy link
Copy Markdown
Contributor

Fixes #11084

MiniMax API does not expose a /models endpoint. Both api.minimax.io and api.minimaxi.com return HTTP 404 for /v1/models.

Changes:

  • Set supports_health_check=False for both MiniMax providers
  • Updated comment to reflect that MiniMax does not have this endpoint

…oint)

MiniMax API doesn't expose a /models endpoint. Both api.minimax.io and
api.minimaxi.com return HTTP 404 for /v1/models. Disable health check
for both MiniMax providers (international and China).

Fixes NousResearch#11084
@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have comp/cli CLI entry point, hermes_cli/, setup wizard provider/minimax MiniMax (Anthropic transport) labels Apr 25, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Likely duplicate of #13780 — same fix: skip /v1/models health check for MiniMax since the endpoint returns 404. Also related to #8079 and #11084.

@vominh1919

Copy link
Copy Markdown
Contributor Author

Likely duplicate of #13780 — same fix: skip /v1/models health check for MiniMax since the endpoint returns 404. Also related to #8079 and #11084.

Thank bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have provider/minimax MiniMax (Anthropic transport) type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] MiniMax health check in hermes doctor uses wrong endpoint (/v1/models returns 404)

2 participants