Back to Models
deepseek·Jan 20, 2025
DeepSeek: R1
deepseek/deepseek-r1context
64K
Max Output
16K
Input / 1M
$0.70
Output / 1M
$2.50
About
DeepSeek R1 is an open-source reasoning model from DeepSeek with performance on par with OpenAI o1, released with fully open reasoning tokens. It is a Mixture-of-Experts (MoE) model with 671B total parameters and 37B active per inference pass. R1 is trained with large-scale reinforcement learning to reason via chain of thought, and reports 79.8% on AIME 2024, 97.3% on MATH-500, and a 96.3 percentile ranking on Codeforces. The model is released under an MIT license, permitting distillation and commercial use.
Capabilities
- Context Length
- 64K
- Max Output
- 16K
- Reasoning
- Yes
- In
- text
- Out
- text
Benchmarks
View leaderboard20.1#81 of 133
Intelligence Index
24.0#78 of 118
Coding Index
76.0#24 of 63
Math Index
Reasoning & Knowledge
MMLU-Pro84.9%
GPQA Diamond81.3%
HLE14.9%
Coding & Agentic
LiveCodeBench77.0%
SciCode40.3%
Terminal-Bench Hard15.9%
Math
AIME 202576.0%
Source: Artificial Analysis
Pricing
Full pricing| Type | Price / 1M tokens |
|---|---|
| Input | $0.70 |
| Output | $2.50 |
OpenAI-compatible · Model ID deepseek/deepseek-r1
curl https://api.elliotgate.com/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-r1",
"messages": [{"role": "user", "content": "Hello!"}]
}'