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:
Minhao-Zhang 2025-02-27 11:05:19 +08:00 committed by GitHub
parent 5e65ea04c9
commit 7bc02926b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,