mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 23:38:13 -05:00
[GH-ISSUE #20693] feat: add user-level flag for model visibility in selector #19264
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 @Simon-Stone on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20693
Check Existing Issues
Verify Feature Scope
Problem Description
Sharing options for Workspace objects are getting better and better, but one feature is missing: Giving users more control over what is listed in their model selector. There is currently only a global setting for whether a model is hidden or visible, and it can only be set by users with write access.
Desired Solution you'd like
Users should be able to choose which accessible workspace models are listed in the model selector. There should be an entry "Hide" in the meatballs menu for each model selector item and in the meatballs menu on the Worskpace view selector item, even when the user has only READ access to the actual model.
Alternatives Considered
No response
Additional Context
No response
@silenceroom commented on GitHub (Feb 12, 2026):
Echo this request.
To scale the change, user-level sharing can be applied to functions/modesl/prompts/kb etc (anything that supports access control).
It'll be fantasic to have this feature.
@tjbck commented on GitHub (Mar 25, 2026):
Sidebar Pinned Models should be used here.