mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17481] issue: Users in "USER" role do not see models from external connections #33832
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 @tigran123 on GitHub (Sep 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17481
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.28
Ollama Version (if applicable)
0.11.10
Operating System
Ubuntu Linux 22.04.5
Browser (if applicable)
Chrome 138.0.7204.168
Confirmation
README.md.Expected Behavior
Users in the
USERrole should see the models from the external API endpoints, created by the users in theADMINrole.Actual Behavior
Users in the
USERrole do not see the models from the external API endpoints, created by the users in theADMINrole. And they cannot create new connections either.Steps to Reproduce
ADMINroleUSERroleADMINrole userUSERrole userADMINUSERrole toADMINADMIN)Logs & Screenshots
Additional Information
No response
@tigran123 commented on GitHub (Sep 16, 2025):
I realise, of course, that plainly making them see the connection is NOT a proper solution, because those connection settings contain API key, which may cause money to be spent. But surely there must be a way for
USERrole users to create their own external connections?@EntropyYue commented on GitHub (Sep 16, 2025):
The new model is private by default; you need to change its visibility to public
@tigran123 commented on GitHub (Sep 16, 2025):
This is the "Edit Connection" dialog. I do not see any way to change the visibility or in fact any such setting as "visibility". And we are talking about the whole provider, not just one specific model.
@tigran123 commented on GitHub (Sep 16, 2025):
Ah.... understood! In the tab "Models" there is a setting "Visibility" and it can be changed from "Private" to "Public". Ok, I will test it and if it works will close this issue. Thank you!
@tigran123 commented on GitHub (Sep 16, 2025):
Tested: there is still a bug in there. As
ADMINI have made four modelsPublic: gpt-oss-120b/20b and llama4 (scout/maverick), but when I logged in withUSERrole I see SIX models in the list: the above four plus two duplicates of the gpt-oss ones, see screenshot below: