mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-26 22:45:48 +00:00
根据其他提供商同模型配置Thinking
This commit is contained in:
@@ -459,6 +459,7 @@ func GetKiroModels() []*ModelInfo {
|
|||||||
Description: "DeepSeek 3.2 via Kiro",
|
Description: "DeepSeek 3.2 via Kiro",
|
||||||
ContextLength: 128000,
|
ContextLength: 128000,
|
||||||
MaxCompletionTokens: 32768,
|
MaxCompletionTokens: 32768,
|
||||||
|
Thinking: &ThinkingSupport{Min: 1024, Max: 32000, ZeroAllowed: true, DynamicAllowed: true},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ID: "kiro-minimax-m2-1",
|
ID: "kiro-minimax-m2-1",
|
||||||
@@ -470,6 +471,7 @@ func GetKiroModels() []*ModelInfo {
|
|||||||
Description: "MiniMax M2.1 via Kiro",
|
Description: "MiniMax M2.1 via Kiro",
|
||||||
ContextLength: 200000,
|
ContextLength: 200000,
|
||||||
MaxCompletionTokens: 64000,
|
MaxCompletionTokens: 64000,
|
||||||
|
Thinking: &ThinkingSupport{Min: 1024, Max: 32000, ZeroAllowed: true, DynamicAllowed: true},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ID: "kiro-qwen3-coder-next",
|
ID: "kiro-qwen3-coder-next",
|
||||||
@@ -481,6 +483,7 @@ func GetKiroModels() []*ModelInfo {
|
|||||||
Description: "Qwen3 Coder Next via Kiro",
|
Description: "Qwen3 Coder Next via Kiro",
|
||||||
ContextLength: 128000,
|
ContextLength: 128000,
|
||||||
MaxCompletionTokens: 32768,
|
MaxCompletionTokens: 32768,
|
||||||
|
Thinking: &ThinkingSupport{Min: 1024, Max: 32000, ZeroAllowed: true, DynamicAllowed: true},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ID: "kiro-gpt-4o",
|
ID: "kiro-gpt-4o",
|
||||||
|
|||||||
Reference in New Issue
Block a user