Skip to content

fix(doctor): skip /models health check for MiniMax CN (no such endpoint)#19663

Merged
teknium1 merged 1 commit into
mainfrom
hermes/hermes-8c54fd4a
May 4, 2026
Merged

fix(doctor): skip /models health check for MiniMax CN (no such endpoint)#19663
teknium1 merged 1 commit into
mainfrom
hermes/hermes-8c54fd4a

Conversation

@teknium1

@teknium1 teknium1 commented May 4, 2026

Copy link
Copy Markdown
Contributor

Salvage of #15520 onto current main.

Summary

MiniMax China (api.minimaxi.com) doesn't expose a /v1/models endpoint. hermes doctor was surfacing a false HTTP 404 warning even though /v1/chat/completions works correctly. Set supports_health_check=False for the MiniMax CN row so doctor skips the /models probe.

Validation

Manual review of diff against current main.

Original PR: #15520

MiniMax China (api.minimaxi.com) does not expose a /v1/models endpoint.
The doctor command was probing it and reporting HTTP 404 as a warning,
even though the API works correctly for chat completions.

Set supports_health_check=False for MiniMax CN so doctor shows
"(key configured)" instead of the false 404 warning.

Refs #12768, #13757
@teknium1 teknium1 merged commit d2ea959 into main May 4, 2026
4 checks passed
@teknium1 teknium1 deleted the hermes/hermes-8c54fd4a branch May 4, 2026 10:10
@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 May 4, 2026
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.

3 participants