mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
feat: Allow private models to be visible to users in the model list without access, but disabled. #5072
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 @a3957273 on GitHub (May 6, 2025).
Check Existing Issues
Problem Description
We host a variety of models, some of which require extra steps to be taken before they can be used. At the moment, the users don't know all the models we host, because for them if they don't have access to a model they see nothing.
Desired Solution you'd like
I would like a way on a per-model basis, to be able to 'tick' a box to enable them to be able to see it come up in the top-left model selection window, but be greyed out / un-selected. An optional solution would be to have a configurable text prompt come up when they hover over / click on it.
Alternatives Considered
Having a separate wiki page of available models. Not being in built to OpenWebUI means fewer people see it.
Additional Context
No response