DeepSeek R1

Cost-efficient reasoning and general-purpose models with strong coding performance.

Pricing

Input
$0.55
Output
$2.19
Cached input
$0.14

USD / 1M tokens

All prices are shown in USD and exclude VAT, sales tax and any other applicable taxes. Tax is calculated and added at checkout based on your billing country. Business customers in the EU who supply a valid VAT number are invoiced under the reverse charge.

At a glance

Model ID
deepseek-r1
Context window
128K
Request formats
Capabilities
  • Reasoning
  • Math
  • Code review
01

Call it in one request

Point your existing client at the Hubrium base URL and pass this model ID.

curl https://api.hubrium.com/v1/chat/completions \
  -H "Authorization: Bearer $HUBRIUM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-r1",
    "messages": [
      {"role": "user", "content": "Explain this code."}
    ],
    "stream": true
  }'
MethodPathPurpose
GET/v1/modelsList models available to your API key
POST/v1/chat/completionsOpenAI chat, tools and streaming
POST/v1/responsesOpenAI Responses-compatible agent requests

Other models

More DeepSeek models on the gateway.

Hubrium

One integration, every model

Use the same API key and model IDs with OpenAI- or Anthropic-compatible request formats.

Get API key