From 9162f9c2c5410235de79b1a47cd94ce9e50fb122 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 7 May 2024 11:44:55 -0700 Subject: [PATCH] Added costs & context json --- model_prices_and_context_window.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index a6c233b99..10c70a858 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -739,6 +739,24 @@ "litellm_provider": "mistral", "mode": "embedding" }, + "deepseek-chat": { + "max_tokens": 4096, + "max_input_tokens": 32000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.00000014, + "output_cost_per_token": 0.00000028, + "litellm_provider": "deepseek", + "mode": "chat" + }, + "deepseek-coder": { + "max_tokens": 4096, + "max_input_tokens": 16000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.00000014, + "output_cost_per_token": 0.00000028, + "litellm_provider": "deepseek", + "mode": "chat" + }, "groq/llama2-70b-4096": { "max_tokens": 4096, "max_input_tokens": 4096,