-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Closed
Labels
Description
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:
- 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?
- 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.