mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
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>
This commit is contained in:
parent
c3f8c07c43
commit
b25b6eb5a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue