[GH-ISSUE #22204] feat: All normal user add advanced parameters #74263

Closed
opened 2026-05-13 06:58:44 -05:00 by GiteaMirror · 7 comments
Owner

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

  • 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_
Author
Owner

@Classic298 commented on GitHub (Mar 4, 2026):

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
Author
Owner

@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: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?
Author
Owner

@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

<!-- 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
Author
Owner

@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.

<!-- 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.
Author
Owner

@Classic298 commented on GitHub (Mar 4, 2026):

@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
Author
Owner

@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:
Image

Chat Control:

Image
<!-- 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" />
Author
Owner

@Classic298 commented on GitHub (Mar 5, 2026):

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#74263