mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
docs auto routing
This commit is contained in:
parent
50574c0c3e
commit
7bb48ffaf9
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
BIN
docs/my-website/img/auto_router.png
Normal file
BIN
docs/my-website/img/auto_router.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 384 KiB |
Loading…
Add table
Reference in a new issue