Skip to content

Commit 1e5c106

Browse files
committed
feat: add preserveReasoning property to kimi-k2-thinking model
1 parent 9ad362f commit 1e5c106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/providers/moonshot.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const moonshotModels = {
4949
cacheWritesPrice: 0, // $0 per million tokens (cache miss)
5050
cacheReadsPrice: 0.15, // $0.15 per million tokens (cache hit)
5151
supportsTemperature: true, // Default temperature: 1.0
52+
preserveReasoning: true,
5253
defaultTemperature: 1.0,
5354
description: `The kimi-k2-thinking model is a general-purpose agentic reasoning model developed by Moonshot AI. Thanks to its strength in deep reasoning and multi-turn tool use, it can solve even the hardest problems.`,
5455
},

0 commit comments

Comments
 (0)