Skip to content

Commit 566fa0f

Browse files
committed
Merge branch 'fix-deepseek-cache-official-api' of https://github.com/olweraltuve/Roo-Code into fix-deepseek-cache-official-api
2 parents 89cf2c4 + 1711d6c commit 566fa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ export const deepSeekModels = {
818818
inputPrice: 0.27, // $0.27 per million tokens (cache miss)
819819
outputPrice: 1.1, // $1.10 per million tokens
820820
cacheWritesPrice: 0.27, // $0.27 per million tokens (cache miss)
821-
cacheReadsPrice: 0.07, // $0.07 per million tokens (cache hit)
821+
cacheReadsPrice: 0.07, // $0.07 per million tokens (cache hit).
822822
description: `DeepSeek-V3 achieves a significant breakthrough in inference speed over previous models. It tops the leaderboard among open-source models and rivals the most advanced closed-source models globally.`,
823823
},
824824
"deepseek-reasoner": {

0 commit comments

Comments
 (0)