mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12955] feat: Add a "reasoning" button similar to "web search" #16767
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 @machiav3lli on GitHub (Apr 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12955
Check Existing Issues
Problem Description
As more and more models come with support for optional reasoning (e.g. LLaMa4, Granite 3.2+), it would make sense to support such an option in the UI, allowing users this flexibility while interacting with these models.
Desired Solution you'd like
Add a "reasoning" button under the chat box similar to "web search", "image" and "code interpreter", which would set the control role to "thinking" for supported models. This could also be based on a capability of "reasoning" defined for each respective model.
Alternatives Considered
No response
Additional Context
No response