mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
fix(cost-map): align openrouter deepseek-v4-pro cache hit price with cache read (#42985)
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
7a9bfb4f1c
commit
1ceb8fb08e
2 changed files with 2 additions and 2 deletions
|
|
@ -41382,7 +41382,7 @@
|
|||
},
|
||||
"openrouter/deepseek/deepseek-v4-pro": {
|
||||
"input_cost_per_token": 9.1263e-07,
|
||||
"input_cost_per_token_cache_hit": 4.4e-08,
|
||||
"input_cost_per_token_cache_hit": 7.60525e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 384000,
|
||||
|
|
|
|||
|
|
@ -41382,7 +41382,7 @@
|
|||
},
|
||||
"openrouter/deepseek/deepseek-v4-pro": {
|
||||
"input_cost_per_token": 9.1263e-07,
|
||||
"input_cost_per_token_cache_hit": 4.4e-08,
|
||||
"input_cost_per_token_cache_hit": 7.60525e-08,
|
||||
"litellm_provider": "openrouter",
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 384000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue