From e8bfab25b3c846f00b60c78fe6647f973b20d07a Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 22 Jan 2026 18:07:00 +0530 Subject: [PATCH] Fix mypy error in litellm_staging_01_21_2026 --- litellm/types/utils.py | 1 + 1 file changed, 1 insertion(+) 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):