feat: add preserveReasoning flag to Kimi and MiniMax reasoning models

This commit is contained in:
Roo Code 2025-12-08 02:41:02 +00:00
parent b931236c93
commit f0653c3bf3

View file

@ -446,6 +446,7 @@ export const bedrockModels = {
supportsPromptCache: false,
supportsNativeTools: true,
defaultToolProtocol: "native",
preserveReasoning: true,
inputPrice: 0.6,
outputPrice: 2.5,
description: "Kimi K2 Thinking (1T parameter MoE model with 32B active parameters)",
@ -457,6 +458,7 @@ export const bedrockModels = {
supportsPromptCache: false,
supportsNativeTools: true,
defaultToolProtocol: "native",
preserveReasoning: true,
inputPrice: 0.3,
outputPrice: 1.2,
description: "MiniMax M2 (230B parameter MoE model with 10B active parameters)",