mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-27 23:06:50 +00:00
docs auto routing
This commit is contained in:
@@ -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.
|
||||
|
||||
<Image alt="Auto Routing" img={require('../../img/auto_router.png')} style={{ borderRadius: '8px', marginBottom: '1em', maxWidth: '100%' }} />
|
||||
|
||||
## 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.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 384 KiB |
Reference in New Issue
Block a user