From 760ece5c8ba43fa1e9fb4a22e17b5c8b783e75a4 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Wed, 16 Jul 2025 05:16:17 +0200 Subject: [PATCH] Update router.py (#12604) --- litellm/types/router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/types/router.py b/litellm/types/router.py index e9e9b731eb..fb964bb557 100644 --- a/litellm/types/router.py +++ b/litellm/types/router.py @@ -554,6 +554,7 @@ class ModelGroupInfo(BaseModel): max_output_tokens: Optional[float] = None input_cost_per_token: Optional[float] = None output_cost_per_token: Optional[float] = None + input_cost_per_pixel: Optional[float] = None mode: Optional[ Union[ str,