mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
Update deepseek API prices for 2025-02-08 (#8363)
This commit is contained in:
parent
f37e298886
commit
2a256e36ac
2 changed files with 8 additions and 8 deletions
|
@ -2174,11 +2174,11 @@
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 65536,
|
"max_input_tokens": 65536,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 8192,
|
||||||
"input_cost_per_token": 0.00000014,
|
"input_cost_per_token": 0.00000027,
|
||||||
"input_cost_per_token_cache_hit": 0.000000014,
|
"input_cost_per_token_cache_hit": 0.00000007,
|
||||||
"cache_read_input_token_cost": 0.000000014,
|
"cache_read_input_token_cost": 0.00000007,
|
||||||
"cache_creation_input_token_cost": 0.0,
|
"cache_creation_input_token_cost": 0.0,
|
||||||
"output_cost_per_token": 0.00000028,
|
"output_cost_per_token": 0.0000011,
|
||||||
"litellm_provider": "deepseek",
|
"litellm_provider": "deepseek",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
|
|
|
@ -2174,11 +2174,11 @@
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 65536,
|
"max_input_tokens": 65536,
|
||||||
"max_output_tokens": 8192,
|
"max_output_tokens": 8192,
|
||||||
"input_cost_per_token": 0.00000014,
|
"input_cost_per_token": 0.00000027,
|
||||||
"input_cost_per_token_cache_hit": 0.000000014,
|
"input_cost_per_token_cache_hit": 0.00000007,
|
||||||
"cache_read_input_token_cost": 0.000000014,
|
"cache_read_input_token_cost": 0.00000007,
|
||||||
"cache_creation_input_token_cost": 0.0,
|
"cache_creation_input_token_cost": 0.0,
|
||||||
"output_cost_per_token": 0.00000028,
|
"output_cost_per_token": 0.0000011,
|
||||||
"litellm_provider": "deepseek",
|
"litellm_provider": "deepseek",
|
||||||
"mode": "chat",
|
"mode": "chat",
|
||||||
"supports_function_calling": true,
|
"supports_function_calling": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue