mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
fix(prices): align deepseek-v4-pro-0813 cache hit cost with cache read cost
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
346ad002c8
commit
7b2d3b36b6
2 changed files with 2 additions and 2 deletions
|
|
@ -41580,7 +41580,7 @@
|
|||
},
|
||||
"openrouter/deepseek/deepseek-v4-pro-0813": {
|
||||
"input_cost_per_token": 5.7948e-07,
|
||||
"input_cost_per_token_cache_hit": 4.4e-08,
|
||||
"input_cost_per_token_cache_hit": 1.8438e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 393216,
|
||||
|
|
|
|||
|
|
@ -41580,7 +41580,7 @@
|
|||
},
|
||||
"openrouter/deepseek/deepseek-v4-pro-0813": {
|
||||
"input_cost_per_token": 5.7948e-07,
|
||||
"input_cost_per_token_cache_hit": 4.4e-08,
|
||||
"input_cost_per_token_cache_hit": 1.8438e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 393216,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue