We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9012692 commit 6083da4Copy full SHA for 6083da4
tests/test_litellm/test_utils.py
@@ -2803,7 +2803,6 @@ def test_gemini_lyria_3_preview_models_in_cost_map():
2803
assert clip["litellm_provider"] == "gemini" and pro["litellm_provider"] == "gemini"
2804
assert clip["max_input_tokens"] == 131072 == pro["max_input_tokens"]
2805
assert clip["output_cost_per_image"] == 0.04
2806
- assert pro["output_cost_per_image"] == 0.08
2807
2808
2809
def test_model_info_for_fireworks_short_form_models():
0 commit comments