Skip to content

Commit dd59acf

Browse files
authored
Change supportsPromptCache to false (cline#6013)
1 parent 335d0ff commit dd59acf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/shared/api.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,12 +3139,9 @@ export const moonshotModels = {
31393139
maxTokens: 16384,
31403140
contextWindow: 262144,
31413141
supportsImages: false,
3142-
supportsPromptCache: true,
3142+
supportsPromptCache: false,
31433143
inputPrice: 0.6,
31443144
outputPrice: 2.5,
3145-
cacheReadsPrice: 0.15,
3146-
description:
3147-
"Kimi K2 model gets a new version update: Agentic coding: more accurate, better generalization across scaffolds. Frontend coding: improved aesthetics and functionalities on web, 3d, and other tasks. Context length: extended from 128k to 256k, providing better long-horizon support.",
31483145
},
31493146
"kimi-k2-0711-preview": {
31503147
maxTokens: 32_000,

0 commit comments

Comments
 (0)