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"