diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 366e510a94d..20e67b902b8 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -874,6 +874,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid(): "deprecation_date": {"type": "string"}, "input_cost_per_audio_per_second": {"type": "number"}, "input_cost_per_audio_per_second_above_128k_tokens": {"type": "number"}, + "google_maps_grounding_cost_per_query": {"type": "number"}, "input_cost_per_audio_token": {"type": "number"}, "input_cost_per_image_token": {"type": "number"}, "input_cost_per_character": {"type": "number"},