From 5192b7ccc232baacd13344f3bec8b07d5529a304 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 4 Jul 2024 11:47:15 -0300 Subject: [PATCH] Deepseek coder now has 128k context --- 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 7f08b9eb19a..34b1613445e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -905,7 +905,7 @@ }, "deepseek-coder": { "max_tokens": 4096, - "max_input_tokens": 32000, + "max_input_tokens": 128000, "max_output_tokens": 4096, "input_cost_per_token": 0.00000014, "output_cost_per_token": 0.00000028,