diff --git a/ui/litellm-dashboard/src/components/model_info_view.tsx b/ui/litellm-dashboard/src/components/model_info_view.tsx index 115be00779b..34d0371bbfc 100644 --- a/ui/litellm-dashboard/src/components/model_info_view.tsx +++ b/ui/litellm-dashboard/src/components/model_info_view.tsx @@ -399,9 +399,15 @@ export default function ModelInfoView({ LiteLLM Model -
-                  {modelData.litellm_model_name || "Not Set"}
-                
+
+ +
+ {modelData.litellm_model_name || "Not Set"} +
+
+
Pricing