Skip to content

[RFC]: How to use OpenAI's "Reasoning Levels" (low/medium/high) in vLLM? #22359

@WangRongsheng

Description

@WangRongsheng

Motivation.

Hi,

According to OpenAI's documentation, there is a feature called Reasoning Levels that allows controlling the depth of reasoning in a model response. The levels are:

Reasoning levels
You can adjust the reasoning level that suits your task across three levels:

Low: Fast responses for general dialogue.  
Medium: Balanced speed and detail.  
High: Deep and detailed analysis.  
The reasoning level can be set in the system prompts, e.g., "Reasoning: high".

I would like to know:

  1. How can I use this in vLLM? Should I just include "Reasoning: high" in the system prompt, or is there another preferred way to activate it?
  2. What is the default reasoning level if I don’t explicitly set it?

Proposed Change.

None

Feedback Period.

No response

CC List.

No response

Any Other Things.

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions