diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index d4027f704e..6ec954c8bc 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -88,6 +88,7 @@ class LiteLLMRoutes(enum.Enum): ] openai_routes: List = [ # chat completions + "/engines/{model}/chat/completions", "/openai/deployments/{model}/chat/completions", "/chat/completions", "/v1/chat/completions",