From ec234abb529a709d10df62a8dbcb410efb838321 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 9 Oct 2025 16:50:11 -0700 Subject: [PATCH] fix - param (#15394) --- litellm/proxy/hooks/dynamic_rate_limiter_v3.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litellm/proxy/hooks/dynamic_rate_limiter_v3.py b/litellm/proxy/hooks/dynamic_rate_limiter_v3.py index 997e33d256f..b3ea2510ce5 100644 --- a/litellm/proxy/hooks/dynamic_rate_limiter_v3.py +++ b/litellm/proxy/hooks/dynamic_rate_limiter_v3.py @@ -520,8 +520,7 @@ class _PROXY_DynamicRateLimitHandlerV3(CustomLogger): f"Threshold={saturation_threshold:.1%}, Priority={key_priority}" ) - data["litellm_model_saturation"] = saturation - + # STEP 2: Check rate limits in THREE phases # Phase 1: Read-only check of ALL limits (no increments) # Phase 2: Decide which limits to enforce (based on saturation)