From 1ceb8fb08e778506816766c001d6fc9121c3d46e Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 09:45:09 -0700 Subject: [PATCH] fix(cost-map): align openrouter deepseek-v4-pro cache hit price with cache read (#42985) Co-authored-by: kerry 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 e20cd12c9be..65f90014151 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -41382,7 +41382,7 @@ }, "openrouter/deepseek/deepseek-v4-pro": { "input_cost_per_token": 9.1263e-07, - "input_cost_per_token_cache_hit": 4.4e-08, + "input_cost_per_token_cache_hit": 7.60525e-08, "litellm_provider": "openrouter", "max_input_tokens": 1048576, "max_output_tokens": 384000, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index e20cd12c9be..65f90014151 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -41382,7 +41382,7 @@ }, "openrouter/deepseek/deepseek-v4-pro": { "input_cost_per_token": 9.1263e-07, - "input_cost_per_token_cache_hit": 4.4e-08, + "input_cost_per_token_cache_hit": 7.60525e-08, "litellm_provider": "openrouter", "max_input_tokens": 1048576, "max_output_tokens": 384000,