diff --git a/litellm/router.py b/litellm/router.py index 25ebf818e..99e2435ac 100644 --- a/litellm/router.py +++ b/litellm/router.py @@ -99,6 +99,7 @@ class Router: "least-busy", "usage-based-routing", "latency-based-routing", + "cost-based-routing", ] = "simple-shuffle", routing_strategy_args: dict = {}, # just for latency-based routing semaphore: Optional[asyncio.Semaphore] = None,