litellm/tests/test_litellm/proxy/hooks
Ishaan Jaff f78608082c
[Feat] Dynamic Rate Limiter v3 - fixes for detecting saturation + fixes for post saturation behavior (#15192)
* fix: test case 1, model hits saturation

* fix: _check_rate_limits test case 2

* fix: _get_priority_allocation

* test_default_priority_shared_pool

* fix: No Rate Limiting when low saturatation

* fix: correctly use  model_saturation_check

* fixes priority_descriptors

* fix: tune default PriorityReservationSettings
2025-10-04 10:45:17 -07:00
..
test_dynamic_rate_limiter_v3.py [Feat] Dynamic Rate Limiter v3 - fixes for detecting saturation + fixes for post saturation behavior (#15192) 2025-10-04 10:45:17 -07:00
test_parallel_request_limiter_v3.py Revert "[Feature]: Replace HTTPException with ParallelRequestLimitError in pa…" (#15095) 2025-09-30 21:17:04 -07:00
test_proxy_track_cost_callback.py