mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
test(integration): price fireworks cached input at the 50% default
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
dccb1b56b4
commit
9bd648baf5
2 changed files with 5 additions and 4 deletions
|
|
@ -559,7 +559,7 @@
|
|||
"tests/integration/cost_calculation/test_cost_tracking.py::test_case_bills_expected_cost[fireworks_ai-accounts-fireworks-models-deepseek-v4p1-flash-input_text]": [
|
||||
"quota_management.spend_tracking.cost_matrix.logs_cost"
|
||||
],
|
||||
"tests/integration/cost_calculation/test_cost_tracking.py::test_case_bills_expected_cost[fireworks_ai-accounts-fireworks-models-deepseek-v4p1-flash-fallback_cache_read_at_input_rate]": [
|
||||
"tests/integration/cost_calculation/test_cost_tracking.py::test_case_bills_expected_cost[fireworks_ai-accounts-fireworks-models-deepseek-v4p1-flash-fallback_cache_read_at_half_input_rate]": [
|
||||
"quota_management.spend_tracking.cost_matrix.logs_cost"
|
||||
],
|
||||
"tests/integration/cost_calculation/test_cost_tracking.py::test_case_bills_expected_cost[fireworks_ai-accounts-fireworks-models-deepseek-v4p1-flash-stream]": [
|
||||
|
|
|
|||
|
|
@ -7958,7 +7958,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "fireworks_ai-accounts-fireworks-models-deepseek-v4p1-flash-fallback_cache_read_at_input_rate",
|
||||
"name": "fireworks_ai-accounts-fireworks-models-deepseek-v4p1-flash-fallback_cache_read_at_half_input_rate",
|
||||
"covers": "quota_management.spend_tracking.cost_matrix.logs_cost",
|
||||
"model": "fireworks_ai/accounts/fireworks/models/deepseek-v4p1-flash",
|
||||
"request": {
|
||||
|
|
@ -8014,9 +8014,10 @@
|
|||
}
|
||||
},
|
||||
"expected": {
|
||||
"spend": 0.0021672,
|
||||
"input_cost": 0.0019392,
|
||||
"spend": 0.0012456,
|
||||
"input_cost": 0.0010176,
|
||||
"output_cost": 0.000228,
|
||||
"cache_read_cost": 0.0009216,
|
||||
"prompt_tokens": 12928,
|
||||
"completion_tokens": 380
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue