-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
🚀 The feature, motivation and pitch
When hitting the DeepSeek R1 API at deepseek-reasoner (link), the API responds with reasoning and the answer in separate aspects of the payload. This enables clients like:
- LiteLLM to house reasoning and the answer in separate fields (link).
- OpenRouter's
include_reasoningopt-in parameter (link).
It would be really useful if vllm serve had some capability for this.
Alternatives
Manually post-processing a response is error prone and arduous. It's better to do it within the model serving code.
Additional context
DeepSeek R1 model on Hugging Face
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
Labels
feature requestNew feature or requestNew feature or request