diff --git a/litellm/types/utils.py b/litellm/types/utils.py index 41a09bd3917..8ea96d137f6 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -114,6 +114,7 @@ class ProviderSpecificModelInfo(TypedDict, total=False): supports_web_search: Optional[bool] supports_reasoning: Optional[bool] supports_url_context: Optional[bool] + max_input_tokens: Optional[int] class SearchContextCostPerQuery(TypedDict, total=False):