mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
feat: add preserveReasoning flag to Kimi and MiniMax reasoning models
This commit is contained in:
parent
b931236c93
commit
f0653c3bf3
1 changed files with 2 additions and 0 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue