mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(model_prices): use local cost map for Fireworks cost coverage
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
115535c3ad
commit
6c07876dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ def test_bare_fireworks_ids_resolve_through_prefixed_entries():
|
|||
assert info["max_output_tokens"] == expected["max_output_tokens"]
|
||||
|
||||
|
||||
def test_deepseek_v4p1_flash_twin_costs():
|
||||
def test_deepseek_v4p1_flash_twin_costs(local_model_cost_map):
|
||||
for model in (
|
||||
"fireworks_ai/deepseek-v4p1-flash",
|
||||
"fireworks_ai/accounts/fireworks/models/deepseek-v4p1-flash",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue