diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 1e2a39e5e13..e0342b2d9de 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -8724,8 +8724,8 @@ "output_cost_per_token": 75e-06, "input_cost_per_token_batches": 7.5e-06, "output_cost_per_token_batches": 37.5e-06, - "input_cost_per_token_cache_hit": 18.75e-06, - "output_cost_per_token_cache_hit": 1.5e-06, + "cache_creation_input_token_cost": 1.875e-05, + "cache_read_input_token_cost": 1.5e-06, "litellm_provider": "vertex_ai-anthropic_models", "mode": "chat", "supports_function_calling": true, @@ -8741,8 +8741,8 @@ "output_cost_per_token": 75e-06, "input_cost_per_token_batches": 7.5e-06, "output_cost_per_token_batches": 37.5e-06, - "input_cost_per_token_cache_hit": 18.75e-06, - "output_cost_per_token_cache_hit": 1.5e-06, + "cache_creation_input_token_cost": 1.875e-05, + "cache_read_input_token_cost": 1.5e-06, "litellm_provider": "vertex_ai-anthropic_models", "mode": "chat", "supports_function_calling": true, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 1e2a39e5e13..e0342b2d9de 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -8724,8 +8724,8 @@ "output_cost_per_token": 75e-06, "input_cost_per_token_batches": 7.5e-06, "output_cost_per_token_batches": 37.5e-06, - "input_cost_per_token_cache_hit": 18.75e-06, - "output_cost_per_token_cache_hit": 1.5e-06, + "cache_creation_input_token_cost": 1.875e-05, + "cache_read_input_token_cost": 1.5e-06, "litellm_provider": "vertex_ai-anthropic_models", "mode": "chat", "supports_function_calling": true, @@ -8741,8 +8741,8 @@ "output_cost_per_token": 75e-06, "input_cost_per_token_batches": 7.5e-06, "output_cost_per_token_batches": 37.5e-06, - "input_cost_per_token_cache_hit": 18.75e-06, - "output_cost_per_token_cache_hit": 1.5e-06, + "cache_creation_input_token_cost": 1.875e-05, + "cache_read_input_token_cost": 1.5e-06, "litellm_provider": "vertex_ai-anthropic_models", "mode": "chat", "supports_function_calling": true,