mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Update README.md
This commit is contained in:
parent
73840806f8
commit
d707eae4df
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
LiteLLM manages:
|
LiteLLM manages:
|
||||||
- Translate inputs to provider's `completion` and `embedding` endpoints
|
- Translate inputs to provider's `completion`, `embedding`, and `image_generation` endpoints
|
||||||
- [Consistent output](https://docs.litellm.ai/docs/completion/output), text responses will always be available at `['choices'][0]['message']['content']`
|
- [Consistent output](https://docs.litellm.ai/docs/completion/output), text responses will always be available at `['choices'][0]['message']['content']`
|
||||||
- Load-balance multiple deployments (e.g. Azure/OpenAI) - `Router` **1k+ requests/second**
|
- Load-balance multiple deployments (e.g. Azure/OpenAI) - `Router` **1k+ requests/second**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue