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 } }