DeepSeek Advisor
adviseAnalyze complex, high-stakes decisions using deep reasoning. Returns structured conclusion, reasoning, and risk warnings.
Instructions
Deep reasoning via DeepSeek V4 Pro with thinking mode enabled. Use when deepseek is not sufficient: judgment under ambiguity, architectural tradeoffs, second opinions on consequential decisions, complex multi-factor analysis, or anything where being wrong has real cost. Defaults to effort=max — exhaustive reasoning. Returns structured response: CONCLUSION / REASONING / WATCH OUT. More expensive (~6x flash) and slower (60-120s). Use effort=medium or high only when you need a quicker lighter read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Question or problem to reason about | |
| system | No | Optional additional context or constraints for the advisor. | |
| effort | No | Reasoning depth. max (default): exhaustive, for the hardest decisions (~90-120s). high: full chain-of-thought + alternatives (~60s). medium: lighter thinking, quicker (~30s). | max |
| show_reasoning | No | If true, prepend a <reasoning>...</reasoning> block with the model's chain-of-thought. Off by default to keep responses compact — reasoning_content can be large. |