From 708d535dcee75bea25b50df7eb334a9ac13bd099 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 10 Apr 2025 16:21:04 -0700 Subject: [PATCH] test: update test --- tests/local_testing/test_get_model_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/local_testing/test_get_model_info.py b/tests/local_testing/test_get_model_info.py index e1661f538b..15e80e831f 100644 --- a/tests/local_testing/test_get_model_info.py +++ b/tests/local_testing/test_get_model_info.py @@ -425,6 +425,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid(): "cache_creation_input_audio_token_cost": {"type": "number"}, "cache_creation_input_token_cost": {"type": "number"}, "cache_read_input_token_cost": {"type": "number"}, + "cache_read_input_audio_token_cost": {"type": "number"}, "deprecation_date": {"type": "string"}, "input_cost_per_audio_per_second": {"type": "number"}, "input_cost_per_audio_per_second_above_128k_tokens": {"type": "number"},