diff --git a/README.md b/README.md index 6376726b6..4dc84486b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ 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']` - Load-balance multiple deployments (e.g. Azure/OpenAI) - `Router` **1k+ requests/second**