DeepSeek R1 (0528)

by DeepSeek
Versions:DeepSeek R1 (0528)DeepSeek R1

Released 64 days after DeepSeek V3 (0324) Β· All DeepSeek releases

DeepSeek R1 0528 is a major update to DeepSeek R1 released on May 28, 2025, adding system prompt support, JSON schema output, and native function calling for improved agentic compatibility. The model roughly doubles its reasoning token usage, averaging about 23K tokens per challenging problem versus 12K in the original, producing deeper chain-of-thought analysis and cutting hallucinations by 45 to 50% on rewriting, summarization, and reading comprehension tasks. Built on a 685-billion parameter MoE architecture with 37 billion active parameters, R1 0528 advances reasoning quality and approaches the performance of leading frontier reasoning models. It supports up to 163,840 tokens of context and outputs explicit thinking tokens for transparency. The model supports tool use and structured output via JSON schema, enabling multi-turn agentic workflows with improved reliability on complex tasks. Released under the MIT license, it remains fully open-source.

Key info

Input
Output
Features
Context window
164K
Max output
164K
Input price
$0.50 /1M
Output price
$2.15 /1M
Released
  • onchain settlement available
  • US residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • no-KYC deposit available

Available routes

DeepSeek R1 (0528) runs on 3 different routes through the qynio gateway. Compare residency, zero retention, and training posture at a glance β€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
USZero data retentionNo$0.50$2.15
USZero data retentionNo$0.70$2.50
EUZero data retentionNo$0.66$2.60

Uptime and availability

DeepSeek R1 (0528) runs on 2 independently monitored routes through the qynio gateway. A direct integration leaves you on one of them, the gateway serves whichever is healthy.

100%effective uptime, last 30 days
Averaged across these routes on their own, a single provider reached 100% over the same window.
Daily status through the gateway, which serves each request from whichever route is healthy.
2 monitored providers serve DeepSeek R1 (0528).

Measured over the last 30 days from each provider's official status feed via StatusGator. Refreshed hourly. 1 further route for this model is not on the board yet and is not counted above. See uptime for every provider qynio monitors.

Data handling per route

Each route hosting DeepSeek R1 (0528) has its own privacy posture, residency, and no-KYC terms. Postures are maintained by qynio with a last-verification timestamp.

DeepInfra β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. US; unknown; deposit available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
no-KYC deposit
deposit available
Transfer mechanism
unknown

Novita β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. US; wallets; deposit available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
no-KYC deposit
deposit available
Transfer mechanism
wallets

TensorX β€” European UnionπŸ‡ͺπŸ‡Ί

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. EU; deposit available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
no-KYC deposit
deposit available
Transfer mechanism
Not applicable β€” data stays in EU

Benchmarks

Independent benchmark scores β€” composite indices for reasoning, coding, and math, plus individual eval scores where available.

Intelligence Index20.4
Math Index76.0
Reasoning & knowledge
MMLU-Pro
85%
GPQA Diamond
81%
Humanity's Last Exam
16%
Long-context reasoning
57%
Coding
LiveCodeBench
77%
SciCode
40%
Agentic & tool use
Terminal-Bench Hard
16%
τ²-Bench Telecom
37%
Math & instruction following
AIME 2025
76%
IFBench
40%

Get started

Call DeepSeek R1 (0528) through the qynio gateway with one API key. Let your coding agent set it up, or call it directly β€” qynio is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into a coding agent like Claude Code, Cursor or Codex and it'll wire up qynio for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.QYN_API_KEY,
baseURL: "https://api.qyn.io/v3/compat",
});
const completion = await client.chat.completions.create({
model: "deepinfra/deepseek-ai/DeepSeek-R1-0528",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare DeepSeek R1 (0528) with…

Side-by-side on privacy, crypto rails, pricing, and benchmarks.

Other models from DeepSeek

Start building with 700+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation