Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 4782b7b

Browse files
committed
feat(types): enforce temperature 1.0 for kimi-k2.5 model
1 parent d64a392 commit 4782b7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/types/src/providers/moonshot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export const moonshotModels = {
6161
inputPrice: 0.6, // $0.60 per million tokens (cache miss)
6262
outputPrice: 3.0, // $3.00 per million tokens
6363
cacheReadsPrice: 0.1, // $0.10 per million tokens (cache hit)
64+
supportsTemperature: true,
65+
defaultTemperature: 1.0,
6466
description:
6567
"Kimi K2.5 is the latest generation of Moonshot AI's Kimi series, featuring improved reasoning capabilities and enhanced performance across diverse tasks.",
6668
},

0 commit comments

Comments
 (0)