Bug Description
When configuring the Kimi provider in Hermes, the auto-discovered model name k2p6 (shown in the dropdown/model list) does not match the actual model ID expected by the Moonshot API (kimi-k2.6). This causes all API requests to fail with a model-not-found error.
Steps to Reproduce
- Go to model configuration for the Kimi provider.
- Select
k2p6 from the auto-discovered model list.
- Try to send a message.
- Actual: Connection fails / model not found error.
- Workaround: Manually type
kimi-k2.6 as the model name instead of using the dropdown.
- Expected: API works correctly.
Root Cause
The model display name / auto-discovery list uses k2p6, but the API expects kimi-k2.6. The two are not mapped correctly for the Kimi provider.
Environment
- Hermes version: latest
- Provider: Kimi (Moonshot)
- Model:
k2p6 (auto-discovered) vs kimi-k2.6 (manual)
Related
Bug Description
When configuring the Kimi provider in Hermes, the auto-discovered model name
k2p6(shown in the dropdown/model list) does not match the actual model ID expected by the Moonshot API (kimi-k2.6). This causes all API requests to fail with a model-not-found error.Steps to Reproduce
k2p6from the auto-discovered model list.kimi-k2.6as the model name instead of using the dropdown.Root Cause
The model display name / auto-discovery list uses
k2p6, but the API expectskimi-k2.6. The two are not mapped correctly for the Kimi provider.Environment
k2p6(auto-discovered) vskimi-k2.6(manual)Related