mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix Official DeepSeek-V3 cost (#1944)
* update the api price for deepseek (discount period is over) * update the api price for deepseek (discount period is over)
This commit is contained in:
parent
5e65ea04c9
commit
7bc02926b4
1 changed files with 3 additions and 3 deletions
|
|
@ -461,9 +461,9 @@ export const deepSeekModels = {
|
|||
supportsImages: false,
|
||||
supportsPromptCache: true, // supports context caching, but not in the way anthropic does it (deepseek reports input tokens and reads/writes in the same usage report) FIXME: we need to show users cache stats how deepseek does it
|
||||
inputPrice: 0, // technically there is no input price, it's all either a cache hit or miss (ApiOptions will not show this)
|
||||
outputPrice: 0.28,
|
||||
cacheWritesPrice: 0.14,
|
||||
cacheReadsPrice: 0.014,
|
||||
outputPrice: 1.1,
|
||||
cacheWritesPrice: 0.27,
|
||||
cacheReadsPrice: 0.07,
|
||||
},
|
||||
"deepseek-reasoner": {
|
||||
maxTokens: 8_000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue