deepseek
Requires Pro Plan
✦ Featured Flagship
DeepSeek R1
deepseek/deepseek-r1
Open-weights reasoning model utilizing large-scale reinforcement learning for complex step-by-step proofs and code.
Context Length
64k
Tokens total context
Max Output
8,192
Tokens per completion
Input Pricing
$0.55
Per 1,000,000 prompt tokens
Output Pricing
$2.19
Per 1,000,000 output tokens
Key Capabilities
deep reasoning
chain of-thought
math olympiad
code synthesis
Available with zero prompt retention and immediate token billing ledger sync.
cURL API Call
curl https://api.apihundred.com/v1/chat/completions \
-H "Authorization: Bearer $API100_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-r1",
"messages": [
{"role": "user", "content": "Explain transactional RLS in Postgres"}
]
}'
