Skip to content

Commit 8780b1a

Browse files
committed
test fix
1 parent 0768ede commit 8780b1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_litellm/test_utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
546546
},
547547
"input_cost_per_video_per_second_above_128k_tokens": {"type": "number"},
548548
"input_dbu_cost_per_token": {"type": "number"},
549+
"annotation_cost_per_page": {"type": "number"},
550+
"ocr_cost_per_page": {"type": "number"},
549551
"litellm_provider": {"type": "string"},
550552
"max_audio_length_hours": {"type": "number"},
551553
"max_audio_per_prompt": {"type": "number"},
@@ -573,6 +575,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
573575
"moderation",
574576
"rerank",
575577
"responses",
578+
"ocr",
576579
],
577580
},
578581
"output_cost_per_audio_token": {"type": "number"},
@@ -629,6 +632,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid():
629632
"/v1/batch",
630633
"/v1/audio/transcriptions",
631634
"/v1/audio/speech",
635+
"/v1/ocr",
632636
],
633637
},
634638
},

0 commit comments

Comments
 (0)