mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
fix(cost-map): halve openrouter deepseek-v4-flash-0731 output price (#42881)
Co-authored-by: kerry <kerry@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
b8154bcbc0
commit
0fb999b613
2 changed files with 2 additions and 2 deletions
|
|
@ -65505,7 +65505,7 @@
|
|||
},
|
||||
"openrouter/deepseek/deepseek-v4-flash-0731": {
|
||||
"input_cost_per_token": 4e-08,
|
||||
"output_cost_per_token": 6.4e-07,
|
||||
"output_cost_per_token": 3.2e-07,
|
||||
"cache_read_input_token_cost": 1.6e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1310720,
|
||||
|
|
|
|||
|
|
@ -65505,7 +65505,7 @@
|
|||
},
|
||||
"openrouter/deepseek/deepseek-v4-flash-0731": {
|
||||
"input_cost_per_token": 4e-08,
|
||||
"output_cost_per_token": 6.4e-07,
|
||||
"output_cost_per_token": 3.2e-07,
|
||||
"cache_read_input_token_cost": 1.6e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1310720,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue