From 7b2d3b36b6c7fb205e2b24b0e49220a337905cc8 Mon Sep 17 00:00:00 2001 From: kerry Date: Mon, 21 Sep 2026 14:40:46 +0000 Subject: [PATCH] fix(prices): align deepseek-v4-pro-0813 cache hit cost with cache read cost Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 2d22376e2ea..7a5c28c9df4 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -41580,7 +41580,7 @@ }, "openrouter/deepseek/deepseek-v4-pro-0813": { "input_cost_per_token": 5.7948e-07, - "input_cost_per_token_cache_hit": 4.4e-08, + "input_cost_per_token_cache_hit": 1.8438e-08, "litellm_provider": "openrouter", "max_input_tokens": 1048576, "max_output_tokens": 393216, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 2d22376e2ea..7a5c28c9df4 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -41580,7 +41580,7 @@ }, "openrouter/deepseek/deepseek-v4-pro-0813": { "input_cost_per_token": 5.7948e-07, - "input_cost_per_token_cache_hit": 4.4e-08, + "input_cost_per_token_cache_hit": 1.8438e-08, "litellm_provider": "openrouter", "max_input_tokens": 1048576, "max_output_tokens": 393216,