Deepseek: Extract Reasoning Only

Hi.
Why you guys did not considered for deepseek-ai/deepseek-r1 the reasoning extraction only, as they do in the official model from deepseek.com?

something like:
reasoning_content = response.choices[0].message.reasoning_content
For the reasoning part

in NVIDIA NIM module is only possible to extract the content:
content = response.choices[0].message.content
Where the reasoning is inside surrounded by the “<think>” tag.

Any plans on this?

Thank you

Hey! gqueiroz13

It seems like DeepSeek-AI and DeepSeek-R1 have reasoning wrapped inside the response (often in tags) rather than being extracted separately like in the Deepseek model. For the NVIDIA NIM module, reasoning is also included in the content field.

I’m not sure if they’ll add separate reasoning extraction, but it’s worth reaching out to their team for more details.

Hope that helps!