I have searched the existing issues and discussions.
Problem Description
Using a provider like OpenRouter allowing me to use many models, but it also cluttered my list with many that I do not use.
Currently, it is possible to disable each models manually with a toggle, but it is very time consuming. There were 2 times that I manually toggled a dozen of them of only to open it and finding all enabled again (I guess it is a bug).
Desired Solution you'd like
I think having a toggle all on/off is a quick solution. The ideal solution is probably enable by (multiple) regex or something similar.
Alternatives Considered
No response
Additional Context
No response
Originally created by @t18n on GitHub (Mar 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11408
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
Using a provider like OpenRouter allowing me to use many models, but it also cluttered my list with many that I do not use.

Currently, it is possible to disable each models manually with a toggle, but it is very time consuming. There were 2 times that I manually toggled a dozen of them of only to open it and finding all enabled again (I guess it is a bug).
### Desired Solution you'd like
I think having a toggle all on/off is a quick solution. The ideal solution is probably enable by (multiple) regex or something similar.
### Alternatives Considered
_No response_
### Additional Context
_No response_
You should use whitelist feature from connections!
<!-- gh-comment-id:2708368794 -->
@tjbck commented on GitHub (Mar 8, 2025):
You should use whitelist feature from connections!
<img width="512" alt="Image" src="https://github.com/user-attachments/assets/07c6b0b6-a943-4de6-aa2b-ac1f7c2629f6" />
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @t18n on GitHub (Mar 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11408
Check Existing Issues
Problem Description
Using a provider like OpenRouter allowing me to use many models, but it also cluttered my list with many that I do not use.
Currently, it is possible to disable each models manually with a toggle, but it is very time consuming. There were 2 times that I manually toggled a dozen of them of only to open it and finding all enabled again (I guess it is a bug).
Desired Solution you'd like
I think having a toggle all on/off is a quick solution. The ideal solution is probably enable by (multiple) regex or something similar.
Alternatives Considered
No response
Additional Context
No response
@FedeCuci commented on GitHub (Mar 8, 2025):
Similar to #11175
@tjbck commented on GitHub (Mar 8, 2025):
You should use whitelist feature from connections!
@t18n commented on GitHub (Mar 12, 2025):
Thank you, that solves my problem :)