litellm/litellm/router_strategy
2026-01-08 23:39:03 +05:30
..
auto_router [Feat] UI - Allow Adding LiteLLM Auto Router on UI (#12960) 2025-07-24 19:58:49 -07:00
base_routing_strategy.py Simplify experimental multi-instance rate limiter - more accurate (#11424) 2025-06-07 11:10:55 -07:00
budget_limiter.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
least_busy.py fix: remove router inefficiencies (from O(M*N) to O(1)) - 62.5% faster P99 latency (#15046) 2025-09-29 15:49:46 -07:00
lowest_cost.py fix: remove router inefficiencies (from O(M*N) to O(1)) - 62.5% faster P99 latency (#15046) 2025-09-29 15:49:46 -07:00
lowest_latency.py fix: remove router inefficiencies (from O(M*N) to O(1)) - 62.5% faster P99 latency (#15046) 2025-09-29 15:49:46 -07:00
lowest_tpm_rpm.py 3[Fix] CI/CD - logging_testing (#18204) 2025-12-18 10:52:24 -08:00
lowest_tpm_rpm_v2.py fix: remove router inefficiencies (from O(M*N) to O(1)) - 62.5% faster P99 latency (#15046) 2025-09-29 15:49:46 -07:00
simple_shuffle.py attempt to fix unrelated lint error 2025-08-28 17:21:17 -06:00
tag_based_routing.py feat(tag-routing): support toggling tag matching between ANY and ALL (#18776) 2026-01-08 23:39:03 +05:30