Skip to content

Request: add a reasoning button to web UI chat form #20001

Description

Some models, like Qwen3 and gpt-oss, support the enable_thinking kwarg or a similar one such as reasoning_effort. These can be passed in the chat_template_kwargs request to the API.

A web UI button to dynamically configure these kwargs would be nice.

A possible implementation would be on a per-model basis and a button, dropdown, and/or slider.

Another implementation involves checking the Jinja template if it tries to check those kwargs. However, that can be more difficult to implement.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions