From b970bd3e3e68a1a0b141d9441578dd01a8487d00 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Mon, 15 Dec 2025 20:52:15 -0800 Subject: [PATCH] fix: add temperature and max tokens for `kimi-k2-thinking` (#231) Co-authored-by: Letta --- src/models.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/models.json b/src/models.json index 1f4da0b..914071e 100644 --- a/src/models.json +++ b/src/models.json @@ -350,7 +350,9 @@ "label": "Kimi K2 Thinking", "description": "Kimi's K2 model with advanced thinking capabilities", "updateArgs": { - "context_window": 256000 + "context_window": 256000, + "max_output_tokens": 16000, + "temperature": 1.0 } }, {