Files
litellm/tests/test_litellm/test_router
Julio Quinteros Pro 61d35cac34 fix: use atomic increment-first pattern for model RPM rate limiting
Replace racy check-then-increment RPM logic with atomic increment-first
pattern to prevent concurrent requests from bypassing the rate limit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 09:55:07 -03:00
..