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.
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.
<!-- 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
@lifeformg commented on GitHub (Feb 3, 2025):
same issue
@csvance commented on GitHub (Feb 3, 2025):
Same issue with vLLM 0.7.1. Here is how vLLM handles reasoning:
Source: https://docs.vllm.ai/en/latest/features/reasoning_outputs.html