From fed8d6193323e37bf423b54f901f87c953633190 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 16 Apr 2024 16:25:07 -0700 Subject: [PATCH] fix(_types.py): add /v2/ routes to info --- litellm/proxy/_types.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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",