mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge branch 'fix-deepseek-cache-official-api' of https://github.com/olweraltuve/Roo-Code into fix-deepseek-cache-official-api
This commit is contained in:
commit
566fa0f154
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue