diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index e8d05a43b..9735bb83c 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -12,6 +12,9 @@ import { Metric, Text, Grid, + Accordion, + AccordionHeader, + AccordionBody, } from "@tremor/react"; import { TabPanel, TabPanels, TabGroup, TabList, Tab, TextInput, Icon } from "@tremor/react"; import { Select, SelectItem, MultiSelect, MultiSelectItem } from "@tremor/react"; @@ -220,7 +223,6 @@ const ModelDashboard: React.FC = ({ max_tokens = model_info?.max_tokens; } - // let cleanedLitellmParams == litellm_params without model, api_base if (curr_model?.litellm_params) { cleanedLitellmParams = Object.fromEntries( Object.entries(curr_model?.litellm_params).filter( @@ -460,9 +462,18 @@ const ModelDashboard: React.FC = ({ } -
+
+                
+                  
+                    Litellm params
+                  
+                  
+                  
                     {JSON.stringify(model.cleanedLitellmParams, null, 2)}
                     
+
+
+ {model.input_cost}