diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index e338afc83a3..8895aaabd0f 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -3108,7 +3108,6 @@ LiteLLM_ManagementEndpoint_MetadataFields = [ "enforced_params", "temp_budget_increase", "temp_budget_expiry", - "allowed_passthrough_routes", ] LiteLLM_ManagementEndpoint_MetadataFields_Premium = [ @@ -3117,6 +3116,7 @@ LiteLLM_ManagementEndpoint_MetadataFields_Premium = [ "team_member_key_duration", "prompts", "logging", + "allowed_passthrough_routes", ]