You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered:
🚀 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:include_reasoning
opt-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...
The text was updated successfully, but these errors were encountered: