DeepSeek

DeepSeek R1 (0528)

164K ctxText Reasoning

Released May 28, 2025 · 148B tokens this week · 5 providers

Overview

The refreshed R1 reasoning model, which emits a full chain of thought before answering. Very strong on mathematics and algorithmic problems relative to its price. Expect high completion-token counts, since the thinking is billed as output.

reasoningacademiaprogramming

Providers

Reference data — not yet measured from live traffic

PROVIDERMAX OUTOUTPUT /MQUANT
DeepSeekCheapest
164K66K$0.50$2.15104ms4699.30%Full
Novita AI
164K66K$0.53$2.26780ms7098.50%fp8
Together AI
164K66K$0.55$2.37195ms8299.45%Full
Fireworks AI
164K66K$0.57$2.45660ms9699.50%Full
Lambdadegraded
66K66K$0.59$2.54900ms5297.90%fp8

Latency p50 reflects a provider’s API endpoint responsiveness — the round-trip to its API, not per-token inference time. These figures, with throughput and uptime, are reference data until the gateway aggregates its own traffic.

Price comparison

Blended $ per 1M tokens

DeepSeek R1 (0528)$1.74
GPT-5.2$10.94

Blended rate per 1M tokens, weighted one part prompt to three parts completion — roughly the shape of a chat workload. Your mix will move the number.

Call it

OpenAI-compatible — swap the base URL and go

curl https://model.cards/api/v1/chat/completions \
  -H "Authorization: Bearer $MODELCARDS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-r1-0528",
    "messages": [
      { "role": "user", "content": "Summarize the tradeoffs of speculative decoding." }
    ]
  }'