We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reasoning_content
ResponseMessage
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mainly to support seeing CoT reasoning details with "DeepSeek": https://api-docs.deepseek.com/guides/reasoning_model
The text was updated successfully, but these errors were encountered:
Have you verified that the deepseek-reasoner model is working?
deepseek-reasoner
I've tried this chat resquest and it responds with an empty body:
{ "model": "deepseek-reasoner", "messages": [ { "role": "user", "content": "9.11 and 9.8, which is greater?" } ], "stream": false, "max_tokens": 8192 }
Sorry, something went wrong.
@panghy The deepseek-reasoner model is not working in its API. I see this issue reported by several users on the DeepSeek's Discord Channel
@panghy This will be part of the next release
Thanks! I was using it and was noticing that it's not able to access the reasoning content.
sashirestela
Successfully merging a pull request may close this issue.
Mainly to support seeing CoT reasoning details with "DeepSeek": https://api-docs.deepseek.com/guides/reasoning_model
The text was updated successfully, but these errors were encountered: