Open WebUI documentation refers to wrong OpenAI endpoint link #32

Closed
opened 2026-02-15 17:05:19 -05:00 by yindo · 0 comments
Owner

Originally created by @AndersPier on GitHub (Jul 9, 2024).

Bug Report

Description

Open WebUI documentation refers to wrong OpenAI endpoint link under https://docs.openwebui.com/features/#-swagger-documentation. The

Bug Summary:
OpenAI endpoint docs link refers to | /openai/api/docs, e.g. http://localhost:3000/openai/api/docs - this link does not work (in my installation at least).

However the link /openai/docs, e.g. http://localhost:3000/openai/docs does work.

Steps to Reproduce:
Visit your local Open WebUI installation with the documented (/openai/api/docs) link, e.g. http://localhost:3000/openai/api/docs. This will not work, whereas the link (/openai/docs) does work, e.g. http://localhost:3000/openai/docs.

Expected Behavior:
Swagger documentation for OpenAI endpoint should show.

Actual Behavior:
Swagger documentation for OpenAI endpoint does not show.

Environment

  • Open WebUI Version: v0.3.7

  • Ollama (if applicable): 0.1.48

  • Operating System: Windows with WSL2

  • Browser (if applicable): Chrome Version 126.0.6478.127 (Official Build) (x86_64)

Reproduction Details

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.

Logs and Screenshots

Browser Console Logs:
[Include relevant browser console logs, if applicable]
N/A

Docker Container Logs:
[Include relevant Docker container logs, if applicable]
N/A

Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
N/A

Installation Method

[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
N/A

Additional Information

[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
N/A

Note

If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!

Originally created by @AndersPier on GitHub (Jul 9, 2024). # Bug Report ## Description Open WebUI documentation refers to wrong OpenAI endpoint link under https://docs.openwebui.com/features/#-swagger-documentation. The **Bug Summary:** OpenAI endpoint docs link refers to | /openai/api/docs, e.g. http://localhost:3000/openai/api/docs - this link does not work (in my installation at least). However the link /openai/docs, e.g. http://localhost:3000/openai/docs does work. **Steps to Reproduce:** Visit your local Open WebUI installation with the documented (/openai/api/docs) link, e.g. http://localhost:3000/openai/api/docs. This will not work, whereas the link (/openai/docs) does work, e.g. http://localhost:3000/openai/docs. **Expected Behavior:** Swagger documentation for OpenAI endpoint should show. **Actual Behavior:** Swagger documentation for OpenAI endpoint does not show. ## Environment - **Open WebUI Version:** v0.3.7 - **Ollama (if applicable):** 0.1.48 - **Operating System:** Windows with WSL2 - **Browser (if applicable):** Chrome Version 126.0.6478.127 (Official Build) (x86_64) ## Reproduction Details **Confirmation:** - [X] I have read and followed all the instructions provided in the README.md. - [X] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. ## Logs and Screenshots **Browser Console Logs:** [Include relevant browser console logs, if applicable] N/A **Docker Container Logs:** [Include relevant Docker container logs, if applicable] N/A **Screenshots (if applicable):** [Attach any relevant screenshots to help illustrate the issue] N/A ## Installation Method [Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.] N/A ## Additional Information [Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.] N/A ## Note If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
yindo closed this issue 2026-02-15 17:05:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#32