diff --git a/docs/my-website/docs/providers/vllm.md b/docs/my-website/docs/providers/vllm.md index 5472f0602f..1a37f2f10e 100644 --- a/docs/my-website/docs/providers/vllm.md +++ b/docs/my-website/docs/providers/vllm.md @@ -8,9 +8,9 @@ LiteLLM supports all models on VLLM. | Property | Details | |-------|-------| | Description | vLLM is a fast and easy-to-use library for LLM inference and serving. [Docs](https://docs.vllm.ai/en/latest/index.html) | -| Provider Route on LiteLLM | `hosted_vllm/` (for OpenAI compatible server), `vllm/` (for vLLM sdk usage) | +| Provider Route on LiteLLM | `hosted_vllm/` (for OpenAI compatible server), `vllm/` ([DEPRECATED] for vLLM sdk usage) | | Provider Doc | [vLLM ↗](https://docs.vllm.ai/en/latest/index.html) | -| Supported Endpoints | `/chat/completions`, `/embeddings`, `/completions`, `/rerank` | +| Supported Endpoints | `/chat/completions`, `/embeddings`, `/completions`, `/rerank`, `/audio/transcriptions` | # Quick Start