Problem
The new k2.6-code-preview model from Kimi (available via OpenRouter and Moonshot) is not recognized by Hermes Agent when selecting providers kimi-coding, kimi-coding-cn, or moonshot.
Selecting it via /model or the interactive model picker produces spurious "not found" warnings because:
- The model is missing from the static curated lists.
- The Kimi Coding Plan API only exposes
kimi-for-coding in /models, so live validation rejects k2.6-code-preview even though it is valid for inference.
switch_model() resolves the wrong internal provider ID (kimi-for-coding instead of kimi-coding), causing validation mismatches.
Expected
k2.6-code-preview should appear in pickers, validate cleanly, and use the correct internal provider routing.
Related
PR #10751
Problem
The new
k2.6-code-previewmodel from Kimi (available via OpenRouter and Moonshot) is not recognized by Hermes Agent when selecting providerskimi-coding,kimi-coding-cn, ormoonshot.Selecting it via
/modelor the interactive model picker produces spurious "not found" warnings because:kimi-for-codingin/models, so live validation rejectsk2.6-code-previeweven though it is valid for inference.switch_model()resolves the wrong internal provider ID (kimi-for-codinginstead ofkimi-coding), causing validation mismatches.Expected
k2.6-code-previewshould appear in pickers, validate cleanly, and use the correct internal provider routing.Related
PR #10751