deepseek_reasoner
Solve complex reasoning tasks with DeepSeek-R1, returning both the reasoning process and final answer. Continue multi-turn conversations using session keys.
Instructions
调用 DeepSeek-Reasoner (R1) 模型进行深度推理,返回完整推理过程和最终答案。支持通过 session_key 续接上一次对话
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream | No | 是否启用流式输出,默认 false | |
| message | Yes | 需要推理的问题或任务 | |
| max_tokens | No | 最大输出 token 数,默认 8192 | |
| session_key | No | 会话标识,用于续接上一次对话。首次对话不传,从返回结果中获取 session_key 后传入即可续接 | |
| system_prompt | No | 系统提示词 | |
| show_reasoning | No | 是否显示推理过程,默认 true |