mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test: accept the Maps grounding rate in the intended cost map schema
This commit is contained in:
parent
dca5144dba
commit
6c07fd547b
1 changed files with 1 additions and 0 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue