test(models): validate Lyria audio metadata

This commit is contained in:
Emerson Gomes 2026-07-15 19:25:19 -05:00
parent 514e9a1ee6
commit e00fe023a9
No known key found for this signature in database
GPG key ID: D3DF28AB5D1B5E17

View file

@ -944,6 +944,8 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
"code_interpreter_cost_per_session": {"type": "number"},
"inference_geo": {"type": "string"},
"litellm_provider": {"type": "string"},
"max_audio_length_hours": {"type": "number"},
"max_audio_per_prompt": {"type": "number"},
"max_input_tokens": {"type": "number"},
"max_output_tokens": {"type": "number"},
"max_tokens": {"type": "number"},