From cc1afef4f3f90e643ba99985c11fd4bc4e6d54c0 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:49:16 -0700 Subject: [PATCH] feat: add moonshotai/Kimi-K2.6 to HuggingFace provider models (#13169) --- hermes_cli/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index eb5fe678c..34e467ada 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -321,6 +321,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { "zai-org/GLM-5", "XiaomiMiMo/MiMo-V2-Flash", "moonshotai/Kimi-K2-Thinking", + "moonshotai/Kimi-K2.6", ], # AWS Bedrock — static fallback list used when dynamic discovery is # unavailable (no boto3, no credentials, or API error). The agent