litellm/litellm/router_strategy
2024-05-07 13:08:16 -07:00
..
least_busy.py fix(router.py): handle id being passed in as int 2024-04-04 14:23:10 -07:00
lowest_cost.py fix allow user to pass input_cost and output_cost 2024-05-07 13:08:16 -07:00
lowest_latency.py fix(lowest_latency.py): fix the size of the latency list to 10 by default (can be modified) 2024-05-03 09:00:32 -07:00
lowest_tpm_rpm.py usage based routing RPM count fix 2024-04-30 00:29:38 +05:30
lowest_tpm_rpm_v2.py feat(router.py): add 'get_model_info' helper function to get the model info for a specific model, based on it's id 2024-05-02 17:53:09 -07:00