diff --git a/src/shared/api.ts b/src/shared/api.ts index 7624d115aa..6517f37006 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -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,