From f1b86366d38d0c090f483db6cd34d98f4452c013 Mon Sep 17 00:00:00 2001 From: mubashir1osmani Date: Thu, 5 Mar 2026 00:33:44 -0500 Subject: [PATCH] Revert "fix(provider): register bedrock_mantle in model_list and models_by_provider" This reverts commit 7c47609f7af6f32cc5777e04bfe19763fa8dd1f2. --- litellm/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index ff7ef55c50c..57e9cb25f43 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -962,7 +962,6 @@ model_list = list( | ovhcloud_models | lemonade_models | docker_model_runner_models - | bedrock_mantle_models | set(clarifai_models) ) @@ -1066,7 +1065,6 @@ models_by_provider: dict = { "aws_polly": aws_polly_models, "gigachat": gigachat_models, "llamagate": llamagate_models, - "bedrock_mantle": bedrock_mantle_models } # mapping for those models which have larger equivalents