diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index b09df5d7c..cd915a9be 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -151,6 +151,7 @@ enum Providers { Cohere = "Cohere", Databricks = "Databricks", Ollama = "Ollama", + xAI = "xAI", } const provider_map: Record = { @@ -166,6 +167,7 @@ const provider_map: Record = { OpenAI_Compatible: "openai", Vertex_AI: "vertex_ai", Databricks: "databricks", + xAI: "xai", Deepseek: "deepseek", Ollama: "ollama",