mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fix docs
This commit is contained in:
parent
c1179b835d
commit
32842a52bc
1 changed files with 2 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
slug: video_characters_api
|
||||
title: "Reusable Video Characters with LiteLLM"
|
||||
title: "New Video Characters, Edit and Extension API support"
|
||||
date: 2026-03-16T10:00:00
|
||||
authors:
|
||||
- name: Sameer Kankute
|
||||
|
|
@ -121,10 +121,4 @@ Router knows exactly which deployment to use
|
|||
**Behind the scenes:**
|
||||
- Character ID format: `character_<base64_encoded_metadata>`
|
||||
- Metadata includes: provider, model_id, original_character_id
|
||||
- Transparent to you - just use the ID, LiteLLM handles routing
|
||||
|
||||
**Benefits:**
|
||||
- Multi-deployment load balancing
|
||||
- Automatic model resolution
|
||||
- Encoded IDs work across proxy restarts
|
||||
- Router picks optimal deployment
|
||||
- Transparent to you - just use the ID, LiteLLM handles routing
|
||||
Loading…
Add table
Reference in a new issue