diff --git a/docs/my-website/docs/proxy/auto_routing.md b/docs/my-website/docs/proxy/auto_routing.md index 7b6bbd75f4..da11e93a1f 100644 --- a/docs/my-website/docs/proxy/auto_routing.md +++ b/docs/my-website/docs/proxy/auto_routing.md @@ -1,7 +1,11 @@ +import Image from '@theme/IdealImage'; + # Auto Routing LiteLLM can auto select the best model for a request based on rules you define. +Auto Routing + ## LiteLLM Python SDK Auto routing allows you to define routing rules that automatically select the best model for a request based on the input content. This is useful for directing different types of queries to specialized models. diff --git a/docs/my-website/img/auto_router.png b/docs/my-website/img/auto_router.png new file mode 100644 index 0000000000..d00f032837 Binary files /dev/null and b/docs/my-website/img/auto_router.png differ