From 458fe5a33717c317300f016af2a12baeae4c792b Mon Sep 17 00:00:00 2001 From: Yi Zhong <207368749+vincentzed@users.noreply.github.com> Date: Wed, 21 Jan 2026 09:26:25 -0500 Subject: [PATCH] [docs] Show user the fastAPI docs available (#17510) Signed-off-by: vincentzed <207368749+vincentzed@users.noreply.github.com> --- docs/basic_usage/send_request.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic_usage/send_request.ipynb b/docs/basic_usage/send_request.ipynb index 6e457a02b..aa4f745d2 100644 --- a/docs/basic_usage/send_request.ipynb +++ b/docs/basic_usage/send_request.ipynb @@ -5,7 +5,7 @@ "metadata": {}, "source": [ "# Sending Requests\n", - "This notebook provides a quick-start guide to use SGLang in chat completions after installation.\n", + "This notebook provides a quick-start guide to use SGLang in chat completions after installation. Once your server is running, API documentation is available at `http://localhost:30000/docs` (Swagger UI), `http://localhost:30000/redoc` (ReDoc), or `http://localhost:30000/openapi.json` (OpenAPI spec, useful for AI agents). Replace `30000` with your port if using a different one.\n", "\n", "- For Vision Language Models, see [OpenAI APIs - Vision](openai_api_vision.ipynb).\n", "- For Embedding Models, see [OpenAI APIs - Embedding](openai_api_embeddings.ipynb) and [Encode (embedding model)](native_api.html#Encode-(embedding-model)).\n",