mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #23060] issue: adding new openai (compatible) connection does not show models from that connection #58542
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pfn on GitHub (Mar 26, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23060
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.11
Ollama Version (if applicable)
n/a
Operating System
debian 13
Browser (if applicable)
chrome
Confirmation
README.md.Expected Behavior
Adding a new connection should immediately make its models visible in /api/models
It is visible in /api/models/base, but not visible in /api/models (can see in admin, cannot see to select model to chat)
Actual Behavior
Models are not visible in /api/models
Steps to Reproduce
This is my 3rd connection, my 2nd connection did not have this problem.
Add a 3rd openai-compatible connection, and observe that the models are not visible in /api/models, but they are however visible in /api/models/base.
Originally, I added the connection without the prefix, to make it easier to see that the models are missing, I have added a prefix to the connection "spark"
Repro steps for me:
sparkrestarting openwebui does not make the models visible
Logs & Screenshots
Additional Information
I have only added this third connection tonight, so am unsure if this is a pre-existing problem, or a new regression, etc.
@pfn commented on GitHub (Mar 26, 2026):
I have an interesting follow up: manually granting and ungranting permission (if it is otherwise permitted for a user) makes it become visible
@tjbck commented on GitHub (Mar 26, 2026):
Should be addressed in dev.