diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 43185e3676b..09dc89d0936 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -78,7 +78,14 @@ class LiteLLMRoutes(enum.Enum): "/v1/models", ] - info_routes: List = ["/key/info", "/team/info", "/user/info", "/model/info"] + info_routes: List = [ + "/key/info", + "/team/info", + "/user/info", + "/model/info", + "/v2/model/info", + "/v2/key/info", + ] management_routes: List = [ # key "/key/generate",