fix(tests): load local model costs for DeepSeek flash regression

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
mateo 2026-09-10 19:31:11 +00:00
parent 896f0dff2e
commit ace6de88a4

View file

@ -4155,6 +4155,7 @@ def test_deepseek_v4_models_in_backup_cost_map():
assert info["cache_read_input_token_cost"] == expected_cache
@pytest.mark.usefixtures("local_model_cost_map")
def test_deepseek_flash_completion_cost():
from litellm.types.utils import ModelResponse