forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): add deepseek cache hit pricing
This commit is contained in:
parent
9dffe23108
commit
57644be857
2 changed files with 4 additions and 0 deletions
|
@ -1045,6 +1045,7 @@
|
|||
"max_input_tokens": 32000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000014,
|
||||
"input_cost_per_token_cache_hit": 0.000000014,
|
||||
"output_cost_per_token": 0.00000028,
|
||||
"litellm_provider": "deepseek",
|
||||
"mode": "chat"
|
||||
|
@ -1094,6 +1095,7 @@
|
|||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000014,
|
||||
"input_cost_per_token_cache_hit": 0.000000014,
|
||||
"output_cost_per_token": 0.00000028,
|
||||
"litellm_provider": "deepseek",
|
||||
"mode": "chat"
|
||||
|
|
|
@ -1045,6 +1045,7 @@
|
|||
"max_input_tokens": 32000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000014,
|
||||
"input_cost_per_token_cache_hit": 0.000000014,
|
||||
"output_cost_per_token": 0.00000028,
|
||||
"litellm_provider": "deepseek",
|
||||
"mode": "chat"
|
||||
|
@ -1094,6 +1095,7 @@
|
|||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000014,
|
||||
"input_cost_per_token_cache_hit": 0.000000014,
|
||||
"output_cost_per_token": 0.00000028,
|
||||
"litellm_provider": "deepseek",
|
||||
"mode": "chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue