mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test: allow output_cost_per_second_1080p in model_prices schema
Made-with: Cursor
This commit is contained in:
parent
acc17f2884
commit
890c927c82
1 changed files with 2 additions and 0 deletions
|
|
@ -514,6 +514,7 @@ def validate_model_cost_values(model_data, exceptions=None):
|
|||
"output_cost_per_pixel",
|
||||
"input_cost_per_second",
|
||||
"output_cost_per_second",
|
||||
"output_cost_per_second_1080p",
|
||||
"input_cost_per_query",
|
||||
"input_cost_per_request",
|
||||
"input_cost_per_audio_token",
|
||||
|
|
@ -720,6 +721,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
|
|||
"output_cost_per_image_token_batches": {"type": "number"},
|
||||
"output_cost_per_pixel": {"type": "number"},
|
||||
"output_cost_per_second": {"type": "number"},
|
||||
"output_cost_per_second_1080p": {"type": "number"},
|
||||
"output_cost_per_token": {"type": "number"},
|
||||
"output_cost_per_token_above_128k_tokens": {"type": "number"},
|
||||
"output_cost_per_token_above_200k_tokens": {"type": "number"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue