forked from phoenix/litellm-mirror
Fixed DeepSeek input and output tokens (#5718)
* Fixed deepseek input and output tokens See https://platform.deepseek.com/api-docs/quick_start/pricing/ * Returned 4096
This commit is contained in:
parent
acfb060bf1
commit
4069942dd8
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@
|
|||
},
|
||||
"deepseek-chat": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 32000,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000014,
|
||||
"input_cost_per_token_cache_hit": 0.000000014,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue