diff --git a/litellm/__init__.py b/litellm/__init__.py index bdef4608655..c64dc0ea8f3 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -570,6 +570,7 @@ from .utils import ( _calculate_retry_after, _should_retry, get_secret, + get_mapped_model_params, ) from .llms.huggingface_restapi import HuggingfaceConfig from .llms.anthropic import AnthropicConfig