From 4a3e70c4dce49d32b595e4a7b3fa47d21a588a89 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 29 Jul 2026 15:54:52 +0200 Subject: [PATCH] fix(providers): refresh Moonshot model list with current Kimi lineup (#10696) Co-authored-by: Claude Opus 4.6 (1M context) --- .../src/declarative/definitions/moonshot.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/crates/goose-providers/src/declarative/definitions/moonshot.json b/crates/goose-providers/src/declarative/definitions/moonshot.json index 489e8e47a..f78ec3a06 100644 --- a/crates/goose-providers/src/declarative/definitions/moonshot.json +++ b/crates/goose-providers/src/declarative/definitions/moonshot.json @@ -15,12 +15,16 @@ } ], "models": [ - {"name": "kimi-latest", "context_limit": 131072}, - {"name": "kimi-thinking-preview", "context_limit": 131072}, - {"name": "kimi-k2-0711", "context_limit": 131072}, - {"name": "kimi-k2", "context_limit": 262144}, - {"name": "moonshot-v1-8k", "context_limit": 8192}, - {"name": "moonshot-v1-32k", "context_limit": 32768} + {"name": "kimi-k2-0711-preview", "context_limit": 131072}, + {"name": "kimi-k2-0905-preview", "context_limit": 262144}, + {"name": "kimi-k2-thinking", "context_limit": 262144}, + {"name": "kimi-k2-thinking-turbo", "context_limit": 262144}, + {"name": "kimi-k2-turbo-preview", "context_limit": 262144}, + {"name": "kimi-k2.5", "context_limit": 262144}, + {"name": "kimi-k2.6", "context_limit": 262144}, + {"name": "kimi-k2.7-code", "context_limit": 262144}, + {"name": "kimi-k2.7-code-highspeed", "context_limit": 262144}, + {"name": "kimi-k3", "context_limit": 1048576} ], "preserves_thinking": true, "supports_streaming": true