open token
All models

DeepSeek: R1

deepseek/deepseek-r1by DeepSeektext

Open reasoning model trained with large-scale reinforcement learning. Excels at math, code and multi-step logic.

Input
$1.35/M
Output
$5.4/M
Context
128K tokens
Max output
33K tokens
Released
Mar 2025

Providers

ProviderModel IDInputOutputContext
Amazon Bedrockus.deepseek.r1-v1:0$1.35/M$5.4/M128K

API

Use any OpenAI-compatible SDK. Create a key in your dashboard.

shell
curl https://getopentoken.com/v1/chat/completions \
  -H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-r1",
    "messages": [{"role": "user", "content": "What is the meaning of life?"}]
  }'