From 257335817330e01c6bf8ea012b55c0e5e288e81f Mon Sep 17 00:00:00 2001 From: starsdream666 Date: Thu, 12 Feb 2026 00:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=85=B6=E4=BB=96=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E5=95=86=E5=90=8C=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?Thinking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/registry/model_definitions.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/registry/model_definitions.go b/internal/registry/model_definitions.go index 72a8969e..30ebe6c1 100644 --- a/internal/registry/model_definitions.go +++ b/internal/registry/model_definitions.go @@ -459,6 +459,7 @@ func GetKiroModels() []*ModelInfo { Description: "DeepSeek 3.2 via Kiro", ContextLength: 128000, MaxCompletionTokens: 32768, + Thinking: &ThinkingSupport{Min: 1024, Max: 32000, ZeroAllowed: true, DynamicAllowed: true}, }, { ID: "kiro-minimax-m2-1", @@ -470,6 +471,7 @@ func GetKiroModels() []*ModelInfo { Description: "MiniMax M2.1 via Kiro", ContextLength: 200000, MaxCompletionTokens: 64000, + Thinking: &ThinkingSupport{Min: 1024, Max: 32000, ZeroAllowed: true, DynamicAllowed: true}, }, { ID: "kiro-qwen3-coder-next", @@ -481,6 +483,7 @@ func GetKiroModels() []*ModelInfo { Description: "Qwen3 Coder Next via Kiro", ContextLength: 128000, MaxCompletionTokens: 32768, + Thinking: &ThinkingSupport{Min: 1024, Max: 32000, ZeroAllowed: true, DynamicAllowed: true}, }, { ID: "kiro-gpt-4o",