I have searched for all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.
Verify Feature Scope
I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions.
Problem Description
For customer providers, some model has different parameters to control thinking model,(like qwen: {"enable_thinking": true}, seed: {"thinking": {"type": "enable"}}). Only administrator can edit/add advanced parameter on model setting panel and chat panel, normal user can't see/edit the advanced parameters added by administrator
Desired Solution you'd like
Add a new permission to allow users add/edit advanced parameters
Alternatives Considered
No response
Additional Context
No response
Originally created by @Dragon-GCS on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22204
### Check Existing Issues
- [x] I have searched for all existing **open AND closed** issues and discussions for similar requests. I have found none that is comparable to my request.
### Verify Feature Scope
- [x] I have read through and understood the scope definition for feature requests in the Issues section. I believe my feature request meets the definition and belongs in the Issues section instead of the Discussions.
### Problem Description
For customer providers, some model has different parameters to control thinking model,(like qwen: `{"enable_thinking": true}`, seed: `{"thinking": {"type": "enable"}}`). Only administrator can edit/add advanced parameter on model setting panel and chat panel, normal user can't see/edit the advanced parameters added by administrator
### Desired Solution you'd like
Add a new permission to allow users add/edit advanced parameters
### Alternatives Considered
_No response_
### Additional Context
_No response_
Normal users can edit advanced parameters too in settings or chat control panel
<!-- gh-comment-id:3995781566 -->
@Classic298 commented on GitHub (Mar 4, 2026):
Normal users can edit advanced parameters too in settings or chat control panel
Yes, you're right, they can edit the advanced parameters, but some parameter not in the setting panel, and normal user can't add advanced parameters, for example "thinking", a parameter can control some model's thinking mode. How could they edit this?
<!-- gh-comment-id:3996210543 -->
@Dragon-GCS commented on GitHub (Mar 4, 2026):
Yes, you're right, they can edit the advanced parameters, but some parameter not in the setting panel, and normal user can't add advanced parameters, for example "thinking", a parameter can control some model's thinking mode. How could they edit this?
<!-- gh-comment-id:3996225820 -->
@Classic298 commented on GitHub (Mar 4, 2026):
I am Pretty sure thinking is also there.
If it's indeed not there, you can build a simple filter for it:
https://docs.openwebui.com/features/extensibility/plugin/functions/filter
I think current thinking paramerter only work for ollama model, not working on such Chinese model like qwen, seed, kimi, etc. I've checked the document, filter maybe can work for me, I'll try it later, thanks for your reply😊
Perhaps it would be better to add a permission control allowing users to add advanced parameters? After all, it's easier than writing a filter.
<!-- gh-comment-id:3996271714 -->
@Dragon-GCS commented on GitHub (Mar 4, 2026):
I think current thinking paramerter only work for ollama model, not working on such Chinese model like qwen, seed, kimi, etc. I've checked the document, filter maybe can work for me, I'll try it later, thanks for your reply😊
Perhaps it would be better to add a permission control allowing users to add advanced parameters? After all, it's easier than writing a filter.
@Dragon-GCS you can always add custom parameters at the end for provider specific thinking parameters
<!-- gh-comment-id:3996305086 -->
@Classic298 commented on GitHub (Mar 4, 2026):
@Dragon-GCS you can always add custom parameters at the end for provider specific thinking parameters
But there isn't a buttom to add parameters for normal user, or do I find the wrong place?
Setting pannel:
Chat Control:
<!-- gh-comment-id:4001332257 -->
@Dragon-GCS commented on GitHub (Mar 5, 2026):
But there isn't a buttom to add parameters for normal user, or do I find the wrong place?
Setting pannel:
<img width="572" height="140" alt="Image" src="https://github.com/user-attachments/assets/283126ce-624f-45de-b4a0-55ed0445e4dc" />
Chat Control:
<img width="161" height="575" alt="Image" src="https://github.com/user-attachments/assets/a3216ef2-7495-4b88-9d80-4b897712e926" />
Aha interesting Users don't have access to that. Well then a filter it would be
<!-- gh-comment-id:4002932532 -->
@Classic298 commented on GitHub (Mar 5, 2026):
Aha interesting Users don't have access to that. Well then a filter it would be
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 @Dragon-GCS on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22204
Check Existing Issues
Verify Feature Scope
Problem Description
For customer providers, some model has different parameters to control thinking model,(like qwen:
{"enable_thinking": true}, seed:{"thinking": {"type": "enable"}}). Only administrator can edit/add advanced parameter on model setting panel and chat panel, normal user can't see/edit the advanced parameters added by administratorDesired Solution you'd like
Add a new permission to allow users add/edit advanced parameters
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Mar 4, 2026):
Normal users can edit advanced parameters too in settings or chat control panel
@Dragon-GCS commented on GitHub (Mar 4, 2026):
Yes, you're right, they can edit the advanced parameters, but some parameter not in the setting panel, and normal user can't add advanced parameters, for example "thinking", a parameter can control some model's thinking mode. How could they edit this?
@Classic298 commented on GitHub (Mar 4, 2026):
I am Pretty sure thinking is also there.
If it's indeed not there, you can build a simple filter for it:
https://docs.openwebui.com/features/extensibility/plugin/functions/filter
@Dragon-GCS commented on GitHub (Mar 4, 2026):
I think current thinking paramerter only work for ollama model, not working on such Chinese model like qwen, seed, kimi, etc. I've checked the document, filter maybe can work for me, I'll try it later, thanks for your reply😊
Perhaps it would be better to add a permission control allowing users to add advanced parameters? After all, it's easier than writing a filter.
@Classic298 commented on GitHub (Mar 4, 2026):
@Dragon-GCS you can always add custom parameters at the end for provider specific thinking parameters
@Dragon-GCS commented on GitHub (Mar 5, 2026):
But there isn't a buttom to add parameters for normal user, or do I find the wrong place?
Setting pannel:

Chat Control:
@Classic298 commented on GitHub (Mar 5, 2026):
Aha interesting Users don't have access to that. Well then a filter it would be