From b0d675ee0928e89079711bf063c01c0c94145c05 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 02:51:12 +0000 Subject: [PATCH] fix(model_prices): set prompt_cache_min_tokens for openrouter claude-opus-5 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/model_prices_and_context_window_backup.json | 1 + model_prices_and_context_window.json | 1 + 2 files changed, 2 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index d5c3f341e85..f9fcd087010 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -32271,6 +32271,7 @@ "supports_xhigh_reasoning_effort": true }, "openrouter/anthropic/claude-opus-5": { + "prompt_cache_min_tokens": 512, "supports_adaptive_thinking": true, "cache_creation_input_token_cost": 6.25e-06, "cache_read_input_token_cost": 5e-07, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index d5c3f341e85..f9fcd087010 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -32271,6 +32271,7 @@ "supports_xhigh_reasoning_effort": true }, "openrouter/anthropic/claude-opus-5": { + "prompt_cache_min_tokens": 512, "supports_adaptive_thinking": true, "cache_creation_input_token_cost": 6.25e-06, "cache_read_input_token_cost": 5e-07,