deepseek-r1 is DeepSeek’s R1-series reasoning model — explicit chain-of-thought output formatted so downstream consumers can show, hide, or summarize the reasoning track separately from the final answer. The right pick for math, multi-step deduction, code analysis, and anywhere a model’s reasoning trace needs to be auditable rather than implicit.
Pricing: see the rate card. Failures don’t bill.
Protocols
| Protocol | Path |
|---|---|
| OpenAI Chat Completions | POST https://llm.bytespike.ai/v1/chat/completions |
Quickstart
Capabilities
| Capability | Supported |
|---|---|
| Chat Completions | ✅ |
| Streaming (SSE) | ✅ |
| Explicit reasoning chain | ✅ |
reasoning_effort low / medium / high | ✅ |
| Tools / function calling | ✅ |
| JSON mode | ✅ |
| Vision (image input) | — |
| Context window | 64K tokens |
| Modality | chat |
| Capability bucket | external_chat |
When to use
- Math / multi-step deduction — where the chain matters for verification.
- Code analysis — bug-trace style problems where intermediate reasoning helps the user (or another agent) audit the conclusion.
- DOSIA
chat_with— main brain calls this when the user asks “reason through” or “step by step” prompts.
- Simple chat or summarization —
deepseek-v3-2is faster and cheaper without the reasoning premium. - Vision tasks — use
gemini-3-1-pro.
Next
deepseek-v3-2— standard DeepSeek chatdeepseek-v3-anthropic— same V3 via Anthropic protocolgpt-5-5— alternative reasoning model