From 308279a51195467503c77bdeb6ad4ac18796fabe Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 8 Jan 2026 13:48:20 +0530 Subject: [PATCH] init ManusResponsesAPIConfig --- litellm/types/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/types/utils.py b/litellm/types/utils.py index 3817f46c3e2..ff8f3c0469c 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -3016,6 +3016,7 @@ class LlmProviders(str, Enum): AUTO_ROUTER = "auto_router" VERCEL_AI_GATEWAY = "vercel_ai_gateway" DOTPROMPT = "dotprompt" + MANUS = "manus" WANDB = "wandb" OVHCLOUD = "ovhcloud" LEMONADE = "lemonade"