From c494b2cb85e36313730809ce292f739b76275dd1 Mon Sep 17 00:00:00 2001 From: Low Jian Sheng <15527690+lowjiansheng@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:00:22 +0800 Subject: [PATCH] Add hyperbolic deepseek v3 model configurations (#8232) * add hyperbolic deepseek configurations * add deepseek-v3 support --- model_prices_and_context_window.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 3d30d1cf731..3b5cdadc77c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -8444,5 +8444,16 @@ "litellm_provider": "sambanova", "supports_function_calling": true, "mode": "chat" + }, + "hyperbolic/deepseek-v3": { + "max_tokens": 20480, + "max_input_tokens": 131072, + "max_output_tokens": 20480, + "litellm_provider": "openai", + "input_cost_per_token": 0.00000025, + "output_cost_per_token": 0.00000025, + "mode": "chat", + "supports_function_calling": true, + "supports_response_schema": true } }