Skip to content

Disable thinking if reasoning_effort is none. #1028

Description

@MarcOlivierRodrigue

To maintain the open AI compatibility of your API, would it be possible to disable the reasoning of the LLM if reasoning_effort: "none" is specified in the request?

I know the standard way to disable the thinking for models such as Gemma 4 and Qwen 3 would be { ..., chat_template_kwargs: {"enable_thinking": false} }, but I don't want to have to write VLLM/LLAMA specefic parameters in OpenAI request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions