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:
Yurii Kostyukov 2024-09-21 18:22:27 +03:00 committed by GitHub
parent acfb060bf1
commit 4069942dd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,