fix(provider): register bedrock_mantle in model_list and models_by_provider

Adds bedrock_mantle_models to the model_list union and models_by_provider
dict so models are discoverable via litellm.model_list and
litellm.models_by_provider["bedrock_mantle"].

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mubashir1osmani
2026-03-05 00:34:05 -05:00
co-authored by Claude Sonnet 4.6
parent 1bf0a3adc4
commit b3f3918e98
+2
View File
@@ -965,6 +965,7 @@ model_list = list(
| ovhcloud_models
| lemonade_models
| docker_model_runner_models
| bedrock_mantle_models
| set(clarifai_models)
)
@@ -1068,6 +1069,7 @@ 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