From c75050d17b79d5548df73f2ae77b9b414fa999a0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 14 Jan 2026 15:06:17 -0800 Subject: [PATCH] allow /containers/* API --- litellm/proxy/_types.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index a1186f8e372..be5d0331df6 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -360,6 +360,10 @@ class LiteLLMRoutes(enum.Enum): # OCR "/ocr", "/v1/ocr", + + # containers API + "/containers/*", + "/v1/containers/*", ] mapped_pass_through_routes = [