From cd34b859df5be3858f16820875490d1965a5bb94 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 20 Dec 2023 05:49:45 +0530 Subject: [PATCH] (docs) swagger endpoint --- docs/my-website/docs/proxy/quick_start.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/my-website/docs/proxy/quick_start.md b/docs/my-website/docs/proxy/quick_start.md index 977ebfb51dc..8aaadb677b5 100644 --- a/docs/my-website/docs/proxy/quick_start.md +++ b/docs/my-website/docs/proxy/quick_start.md @@ -349,6 +349,12 @@ litellm --config your_config.yaml [**More Info**](./configs.md) ## Server Endpoints + +:::note + +You can see Swagger Docs for the server on root http://0.0.0.0:8000 + +::: - POST `/chat/completions` - chat completions endpoint to call 100+ LLMs - POST `/completions` - completions endpoint - POST `/embeddings` - embedding endpoint for Azure, OpenAI, Huggingface endpoints