[GH-ISSUE #9282] Unable to view deepseek-r1's thought process #15447

Closed
opened 2026-04-19 21:38:30 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Pinirva on GitHub (Feb 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9282

Today, the thinking chain is no longer visible in the Siliconflow API. The reason is that the DeepSeek R1 on Siliconflow has been changed to the same reasoning_content as the official one.

Originally created by @Pinirva on GitHub (Feb 3, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/9282 Today, the thinking chain is no longer visible in the Siliconflow API. The reason is that the DeepSeek R1 on Siliconflow has been changed to the same reasoning_content as the official one.
Author
Owner

@lifeformg commented on GitHub (Feb 3, 2025):

same issue

<!-- gh-comment-id:2631363277 --> @lifeformg commented on GitHub (Feb 3, 2025): same issue
Author
Owner

@csvance commented on GitHub (Feb 3, 2025):

Same issue with vLLM 0.7.1. Here is how vLLM handles reasoning:

Reasoning models return a additional reasoning_content field in their outputs, which contains the reasoning steps that led to the final conclusion. This field is not present in the outputs of other models.

Source: https://docs.vllm.ai/en/latest/features/reasoning_outputs.html

<!-- gh-comment-id:2631619720 --> @csvance commented on GitHub (Feb 3, 2025): Same issue with vLLM 0.7.1. Here is how vLLM handles reasoning: ``` Reasoning models return a additional reasoning_content field in their outputs, which contains the reasoning steps that led to the final conclusion. This field is not present in the outputs of other models. ``` Source: https://docs.vllm.ai/en/latest/features/reasoning_outputs.html
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15447