Browse Source

Merge branch 'fix-deepseek-cache-official-api' of https://github.com/olweraltuve/Roo-Code into fix-deepseek-cache-official-api

Olwer Altuve 10 months ago
parent
commit
566fa0f154
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shared/api.ts

+ 1 - 1
src/shared/api.ts

@@ -818,7 +818,7 @@ export const deepSeekModels = {
 		inputPrice: 0.27, // $0.27 per million tokens (cache miss)
 		outputPrice: 1.1, // $1.10 per million tokens
 		cacheWritesPrice: 0.27, // $0.27 per million tokens (cache miss)
-		cacheReadsPrice: 0.07, // $0.07 per million tokens (cache hit)
+		cacheReadsPrice: 0.07, // $0.07 per million tokens (cache hit).
 		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.`,
 	},
 	"deepseek-reasoner": {