With an OpenAI API key, there are over 100 available models.
I had to disable the models when creating a new Docker container.
I implemented a toggle switch to turn models on and off.
When models are filtered, the toggle switch only affects the filtered models.
Added
Toggle Switch to turn entire model on/off in model settings.
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
Note
Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/20555
**Author:** [@koglep](https://github.com/koglep)
**Created:** 1/10/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dev`
---
### 📝 Commits (1)
- [`c3a0b32`](https://github.com/open-webui/open-webui/commit/c3a0b321d3fdc7e8fd36c01821183b319a7e33a1) feat: add toggle switch to turn the entire model on or off (#20553)
### 📊 Changes
**1 file changed** (+24 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/admin/Settings/Models.svelte` (+24 -0)
</details>
### 📄 Description
### Description ###
With an OpenAI API key, there are over 100 available models.
I had to disable the models when creating a new Docker container.
I implemented a toggle switch to turn models on and off.
When models are filtered, the toggle switch only affects the filtered models.
### Added ###
Toggle Switch to turn entire model on/off in model settings.
### Screenshots or Videos
<img width="3360" height="2100" alt="snapshot1" src="https://github.com/user-attachments/assets/ad9c808b-9ee8-4996-8291-b01baf129667" />
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
> [!NOTE]
> Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20555
Author: @koglep
Created: 1/10/2026
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
c3a0b32feat: add toggle switch to turn the entire model on or off (#20553)📊 Changes
1 file changed (+24 additions, -0 deletions)
View changed files
📝
src/lib/components/admin/Settings/Models.svelte(+24 -0)📄 Description
Description
With an OpenAI API key, there are over 100 available models.
I had to disable the models when creating a new Docker container.
I implemented a toggle switch to turn models on and off.
When models are filtered, the toggle switch only affects the filtered models.
Added
Toggle Switch to turn entire model on/off in model settings.
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.