= ({
RPM: {info.rpm_limit || 'Unlimited'}
-
Budget
-
Max: {info.max_budget !== null ? `$${info.max_budget}` : 'No Limit'}
-
Reset: {info.budget_duration || 'Never'}
+
Team Budget
+
Max Budget: {info.max_budget !== null ? `$${info.max_budget}` : 'No Limit'}
+
Budget Reset: {info.budget_duration || 'Never'}
+
+
+
+ Team Member Settings{' '}
+
+
+
+
+
Max Budget: {info.team_member_budget_table?.max_budget || 'No Limit'}
+
Key Duration: {info.metadata?.team_member_key_duration || 'No Limit'}
Organization ID
diff --git a/ui/litellm-dashboard/src/components/teams.tsx b/ui/litellm-dashboard/src/components/teams.tsx
index c1e7bc2b63..cba0c588e3 100644
--- a/ui/litellm-dashboard/src/components/teams.tsx
+++ b/ui/litellm-dashboard/src/components/teams.tsx
@@ -1060,6 +1060,17 @@ const Teams: React.FC = ({
>
+
+
+ 1 day
+ 1 week
+ 1 month
+
+