SSO Settings

Update Default Team Settings

Update the default team parameters (litellm_settings.default_team_params). Applied to every new team for fields not explicitly provided in the create request; models only applies to teams automatically created via SSO Groups.

patch/update/default_team_settings

Request body

modelsstring[]

Default list of models for teams automatically created via SSO Groups

max_budgetnumber nullable

Default maximum budget (in USD) for new teams, when not explicitly provided

budget_durationstring nullable

Default budget duration for new teams, when not explicitly provided (e.g. '24h', '7d', '30d')

tpm_limitinteger nullable

Default tpm limit for new teams, when not explicitly provided

rpm_limitinteger nullable

Default rpm limit for new teams, when not explicitly provided

team_member_permissionsKeyManagementRoutes[] nullable

Default permissions granted to members of newly created teams (e.g. /key/generate, /key/update, /key/delete). /key/info and /key/health are always included.

organization_idstring nullable

Default organization for new teams created without an explicit organization

Response

Successful Response

{"stackTrail":"paths:/update/default_team_settings:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes