From 82235202fb536bcdfab4e704034c9f8bb0b8fee3 Mon Sep 17 00:00:00 2001 From: Khalid Bashir <2-bashir@users.noreply.git.os.amoxt.com> Date: Sat, 13 Jun 2026 13:14:16 +0500 Subject: [PATCH] feat: add Kimi K2.7 Code model (kimi-k2.7-code) Add kimi-k2.7-code to the model registry with: - 262K context length, 65K max completion tokens - Thinking support (dynamic, 1024-32000 budget) - zero_allowed=false (K2.7 Code does not support non-thinking mode) Closes #3826 --- internal/registry/models/models.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/internal/registry/models/models.json b/internal/registry/models/models.json index bb648c83e..a35632fb7 100644 --- a/internal/registry/models/models.json +++ b/internal/registry/models/models.json @@ -1820,6 +1820,23 @@ "zero_allowed": true, "dynamic_allowed": true } + }, + { + "id": "kimi-k2.7-code", + "object": "model", + "created": 1780396800, + "owned_by": "moonshot", + "type": "kimi", + "display_name": "Kimi K2.7 Code", + "description": "Kimi K2.7 Code - Moonshot AI's latest coding-focused model", + "context_length": 262144, + "max_completion_tokens": 65536, + "thinking": { + "min": 1024, + "max": 32000, + "zero_allowed": false, + "dynamic_allowed": true + } } ], "antigravity": [