feat(models): add kimi-k2.6 to opencode-zen/go, alibaba, HuggingFace - #13156
Closed
pefontana wants to merge 2 commits into
Closed
feat(models): add kimi-k2.6 to opencode-zen/go, alibaba, HuggingFace#13156pefontana wants to merge 2 commits into
pefontana wants to merge 2 commits into
Conversation
PRs NousResearch#13148 and NousResearch#13152 landed kimi-k2.6 on OpenRouter, Nous, NVIDIA NIM, kimi-coding, kimi-coding-cn, and moonshot. This fills in the remaining static catalogs (opencode-zen, opencode-go, alibaba, huggingface) plus the 256K context-length entry for the HuggingFace variant. Temperature handling is already covered by PR NousResearch#13157's OMIT_TEMPERATURE sentinel + _is_kimi_model() prefix check, which matches all kimi-* IDs automatically — no per-model entries needed.
Contributor
|
Closing as superseded by #13148. Triage notes (high confidence): Thanks for the contribution — the underlying problem this PR addresses has been resolved by the linked PR on current main. If you believe this was closed in error, please comment and we'll reopen. (Bulk-closed during a CLI PR triage sweep.) |
This was referenced Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Moonshot's
kimi-k2.6landed on main via #13148 and #13152 for the main aggregator/native catalogs (OpenRouter, Nous, NVIDIA NIM, kimi-coding, kimi-coding-cn, moonshot). This PR fills in the remaining static model lists so the model is also selectable from:opencode-zenopencode-goalibaba(DashScope)huggingfaceInference ProvidersAnd pins the HuggingFace variant's context length at 256K in
agent/model_metadata.pyfor parity withKimi-K2.5.From a user's point of view: if you're on any of these providers and run
hermes model,kimi-k2.6is now in the list.Temperature handling is already covered by #13157's
OMIT_TEMPERATUREsentinel +_is_kimi_model()prefix check, which matches everykimi-*ID automatically — no per-model changes needed here.Type of Change
Changes Made
hermes_cli/models.py— addkimi-k2.6toopencode-zen,opencode-go,alibaba, andhuggingfaceprovider lists.hermes_cli/setup.py— addkimi-k2.6to the default-models fallback foropencode-zen,opencode-go, andhuggingface.agent/model_metadata.py— pinmoonshotai/Kimi-K2.6context length at 256K.tests/hermes_cli/test_opencode_go_in_model_list.py— includekimi-k2.6in the exact-list assertion.How to Test
Then with a real key (e.g. Alibaba DashScope or OpenCode):
hermes model # kimi-k2.6 now appears in the listChecklist