diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 7e97eb377..b09df5d7c 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -145,6 +145,7 @@ enum Providers { Bedrock = "Amazon Bedrock", Groq = "Groq", MistralAI = "Mistral AI", + Deepseek = "Deepseek", OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, etc.)", Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)", Cohere = "Cohere", @@ -165,6 +166,7 @@ const provider_map: Record = { OpenAI_Compatible: "openai", Vertex_AI: "vertex_ai", Databricks: "databricks", + Deepseek: "deepseek", Ollama: "ollama", };