DeepSeek R1 uses chain-of-thought reasoning to solve complex problems. Excels at mathematics, formal logic, scientific analysis, and multi-step reasoning tasks.
| Provider | DeepSeek |
|---|---|
| Input Price | $0.55 per 1M tokens |
| Output Price | $2.19 per 1M tokens |
| Context Window | 128K tokens |
| AIWave Endpoint | deepseek-reasoner |
curl https://aiwave.live/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"deepseek-reasoner","messages":[{"role":"user","content":"Hello!"}]}'