DeepSeek-R1
DeepSeek
DeepSeek-R1 provides customers a state-of-the-art reasoning model, optimized for general reasoning tasks, math, science, and code generation.
- Language
- Reasoning
- Tool use
- Implicit caching
- Context
- 128K
- Max output
- 8K
- Input / 1M
- $1.35
- Output / 1M
- $5.40
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass deepseek/deepseek-r1 as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-r1",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$1.35
Output
Per 1M completion tokens
$5.40
A 1M-token prompt with 250K tokens of output costs about $2.70.
Rates for this model vary by upstream provider; Maxynetic Systems routes to the cheapest healthy one by default.
