Files
litellm/tests/local_testing
Alexsander HamirandGitHub d4830e34e5 fix: remove router inefficiencies (from O(M*N) to O(1)) - 62.5% faster P99 latency (#15046)
* fix: remove redundant deep copy

set_model_list already does the deep copy at the beginning of the call.

* fix: remove unused model_list arguments

The `model_list` parameter was being passed to classes that did not use it.

* fix: reduce per-request memory and time from O(N×M) to O(N)

No need to create a whole array for a simple look up.

* add: missing test

* fix: remove unused parameter
2025-09-29 15:49:46 -07:00
..
2025-09-27 12:40:34 -07:00
2025-09-27 12:41:35 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-05-13 20:21:14 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:41:35 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 15:01:25 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 13:58:31 -07:00
2025-09-27 12:40:34 -07:00
2025-07-04 18:26:54 -07:00
2025-06-28 14:46:16 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:41:35 -07:00
2025-09-01 17:59:40 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-01 17:04:47 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-09-27 12:40:34 -07:00
2025-03-21 16:21:18 -07:00
2025-09-01 17:04:47 -07:00
2025-09-27 12:40:34 -07:00
2025-02-10 22:13:58 -08:00
2025-04-01 07:12:29 -07:00
2025-07-08 16:36:11 +02:00
2025-01-05 13:43:32 -08:00