diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 836ef91cfc..a227a90b0a 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -144,8 +144,7 @@ enum Providers { Google_AI_Studio = "Google AI Studio", Bedrock = "Amazon Bedrock", Groq = "Groq", - MistralAI = "Mistral AI", - OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, etc.)", + OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, Mistral AI, etc.)", Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)", Databricks = "Databricks", Ollama = "Ollama", @@ -159,7 +158,6 @@ const provider_map: Record = { Google_AI_Studio: "gemini", Bedrock: "bedrock", Groq: "groq", - MistralAI: "mistral", OpenAI_Compatible: "openai", Vertex_AI: "vertex_ai", Databricks: "databricks",