From b25b6eb5a494a26ffd388d992b7d1628fd6327bf Mon Sep 17 00:00:00 2001 From: kerry Date: Mon, 14 Sep 2026 22:48:59 +0000 Subject: [PATCH] test(cost_calc): pin vertex_ai gemini-3.5-flash-lite priority cache reads at the published 5.4e-08 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .../llm_cost_calc/test_llm_cost_calc_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py index 2fadb1fd959..2289de9a951 100644 --- a/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py +++ b/tests/test_litellm/litellm_core_utils/llm_cost_calc/test_llm_cost_calc_utils.py @@ -4560,7 +4560,7 @@ GEMINI_35_FLASH_LITE_TIER_RATES_BY_SURFACE = [ ("gemini", "priority", 5.4e-07, 4.5e-06, 5e-08), ("vertex_ai", None, 3e-07, 2.5e-06, 3e-08), ("vertex_ai", "flex", 1.5e-07, 1.25e-06, 1.5e-08), - ("vertex_ai", "priority", 5.4e-07, 4.5e-06, 5e-08), + ("vertex_ai", "priority", 5.4e-07, 4.5e-06, 5.4e-08), ]