File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments