From 4069942dd8c0e73dcd015eeb271ef6753148dfa7 Mon Sep 17 00:00:00 2001 From: Yurii Kostyukov Date: Sat, 21 Sep 2024 18:22:27 +0300 Subject: [PATCH] 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 --- model_prices_and_context_window.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 4ddd5cb1a..8772c3100 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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,