deepseek-ai / deepseek-r1-0528

DeepSeek-R1-0528 Overview

Description

DeepSeek-R1-0528 is an enhanced version of the DeepSeek R1 model, featuring improved reasoning and inference capabilities achieved through increased computational resources and post-training algorithmic optimizations. This upgrade significantly boosts performance in mathematics, programming, and general logic tasks, with reduced hallucination rates and better support for function calling. Notably, the model's accuracy on the AIME 2025 test increased from 70% to 87.5%.

This model is ready for commercial use.

Third‑Party Community Consideration

This model is not owned or developed by NVIDIA. It has been produced to a third‑party’s requirements for this application and use‑case; see link to Non-NVIDIA DeepSeek-R1-0528 Model Card.

License and Terms of Use:

GOVERNING TERMS: This trial service is governed by the NVIDIA API Trial Terms of Service. Use of this model is governed by the NVIDIA Community Model License. Additional Information: MIT License.

Deployment Geography:

Global

Use Case:

Advanced reasoning tasks, including mathematics, programming, and general logic.

Release Date:

Build.NVIDIA.com: 2025-06-09

Hugging Face: 2025-05-28 (link)

References:

  • DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning. arXiv:2501.12948 (arxiv.org)

Model Architecture:

  • Architecture Type: Sparse Mixture of Experts (MoE)
  • Network Architecture: DeepSeek-V3-Base
  • Parameter Count: 671 billion total / 37 billion activated per forward pass
  • Notable Architectural Features: Incorporates chain-of-thought reasoning and reinforcement learning techniques.
  • Base Model: DeepSeek-V3-Base

Input

Input Type(s): Text
Input Formats: String
Input Parameters: 1D
Other Properties Related to Input: Maximum context length of 128K tokens.

Output

Output Type(s): Text
Output Formats: String
Output Parameters: 1D
Other Properties Related to Output: Enhanced reasoning depth, averaging 23K tokens per question in AIME test set.

Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g., GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.

Software Integration

Runtime Engine(s):

  • vLLM
  • SGLang

Supported Hardware Microarchitecture Compatibility:

  • NVIDIA Ampere
  • NVIDIA Blackwell
  • NVIDIA Hopper
  • NVIDIA Jetson
  • NVIDIA Lovelace
  • NVIDIA Pascal
  • NVIDIA Turing
  • NVIDIA Volta

Supported Operating System(s):
Linux

Model Version:

DeepSeek-R1-0528 v1.0

Training, Testing, and Evaluation Datasets:

Training Dataset:

Link: Undisclosed
Data Collection Method by dataset

  • Hybrid: Human, Automated

Labeling Method by dataset

  • Hybrid: Human, Automated

Properties: Undisclosed

Testing Dataset:

Link: Undisclosed
Data Collection Method by dataset

  • Hybrid: Human, Automated

Labeling Method by dataset:

  • Hybrid: Human, Automated

Properties: Undisclosed

Evaluation Dataset:

Benchmark Score: Various benchmarks, including AIME 2025 with 87.5% accuracy.
Data Collection Method by dataset

  • Hybrid: Human, Automated

Labeling Method by dataset

  • Hybrid: Human, Automated

Properties: Undisclosed

Evaluation Results

DeepSeek-R1-0528

For all our models, the maximum generation length is set to 64K tokens. For benchmarks requiring sampling, we use a temperature of $0.6$, a top-p value of $0.95$, and generate 16 responses per query to estimate pass@1.

CategoryBenchmark (Metric)DeepSeek R1DeepSeek R1 0528
General
MMLU-Redux (EM)92.993.4
MMLU-Pro (EM)84.085.0
GPQA-Diamond (Pass@1)71.581.0
SimpleQA (Correct)30.127.8
FRAMES (Acc.)82.583.0
Humanity's Last Exam (Pass@1)8.517.7
Code
LiveCodeBench (2408-2505) (Pass@1)63.573.3
Codeforces-Div1 (Rating)15301930
SWE Verified (Resolved)49.257.6
Aider-Polyglot (Acc.)53.371.6
Math
AIME 2024 (Pass@1)79.891.4
AIME 2025 (Pass@1)70.087.5
HMMT 2025 (Pass@1)41.779.4
CNMO 2024 (Pass@1)78.886.9
Tools
BFCL_v3_MultiTurn (Acc)-37.0
Tau-Bench (Pass@1)-53.5(Airline)/63.9(Retail)
Note: We use Agentless framework to evaluate model performance on SWE-Verified. We only evaluate text-only prompts in HLE testsets. GPT-4.1 is employed to act user role in Tau-bench evaluation.

Inference:

Acceleration Engine: SGLang

Test Hardware: NVIDIA Blackwell

Additional Details:

DeepSeek-R1-0528 demonstrates competitive performance on various benchmarks, including MMLU-Redux, GPQA-Diamond, and LiveCodeBench. It also introduces a distilled version, DeepSeek-R1-0528-Qwen3-8B, which achieves state-of-the-art performance among open-source models on the AIME 2024 benchmark.

How to Run Locally

Please visit DeepSeek-R1 repository for more information about running DeepSeek-R1-0528 locally.

Compared to previous versions of DeepSeek-R1, the usage recommendations for DeepSeek-R1-0528 have the following changes:

  1. System prompt is supported now.
  2. It is not required to add "<think>\n" at the beginning of the output to force the model into thinking pattern.

The model architecture of DeepSeek-R1-0528-Qwen3-8B is identical to that of Qwen3-8B, but it shares the same tokenizer configuration as DeepSeek-R1-0528. This model can be run in the same manner as Qwen3-8B.

System Prompt

In the official DeepSeek web/app, we use the same system prompt with a specific date.

该助手为DeepSeek-R1,由深度求索公司创造。
今天是{current date}。

For example,

该助手为DeepSeek-R1,由深度求索公司创造。
今天是2025年5月28日,星期一。

Temperature

In our web and application environments, the temperature parameter $T_{model}$ is set to 0.6.

Prompts for File Uploading and Web Search

For file uploading, please follow the template to create prompts, where {file_name}, {file_content} and {question} are arguments.

file_template = \
"""[file name]: {file_name}
[file content begin]
{file_content}
[file content end]
{question}"""

For Web Search, {search_results}, {cur_date}, and {question} are arguments.
For Chinese query, we use the prompt:

search_answer_zh_template = \
'''# 以下内容是基于用户发送的消息的搜索结果:
{search_results}
在我给你的搜索结果中,每个结果都是[webpage X begin]...[webpage X end]格式的,X代表每篇文章的数字索引。请在适当的情况下在句子末尾引用上下文。请按照引用编号[citation:X]的格式在答案中对应部分引用上下文。如果一句话源自多个上下文,请列出所有相关的引用编号,例如[citation:3][citation:5],切记不要将引用集中在最后返回引用编号,而是在答案对应部分列出。
在回答时,请注意以下几点:
- 今天是{cur_date}。
- 并非搜索结果的所有内容都与用户的问题密切相关,你需要结合问题,对搜索结果进行甄别、筛选。
- 对于列举类的问题(如列举所有航班信息),尽量将答案控制在10个要点以内,并告诉用户可以查看搜索来源、获得完整信息。优先提供信息完整、最相关的列举项;如非必要,不要主动告诉用户搜索结果未提供的内容。
- 对于创作类的问题(如写论文),请务必在正文的段落中引用对应的参考编号,例如[citation:3][citation:5],不能只在文章末尾引用。你需要解读并概括用户的题目要求,选择合适的格式,充分利用搜索结果并抽取重要信息,生成符合用户要求、极具思想深度、富有创造力与专业性的答案。你的创作篇幅需要尽可能延长,对于每一个要点的论述要推测用户的意图,给出尽可能多角度的回答要点,且务必信息量大、论述详尽。
- 如果回答很长,请尽量结构化、分段落总结。如果需要分点作答,尽量控制在5个点以内,并合并相关的内容。
- 对于客观类的问答,如果问题的答案非常简短,可以适当补充一到两句相关信息,以丰富内容。
- 你需要根据用户要求和回答内容选择合适、美观的回答格式,确保可读性强。
- 你的回答应该综合多个相关网页来回答,不能重复引用一个网页。
- 除非用户要求,否则你回答的语言需要和用户提问的语言保持一致。
# 用户消息为:
{question}'''

For English query, we use the prompt:

search_answer_en_template = \
'''# The following contents are the search results related to the user's message:
{search_results}
In the search results I provide to you, each result is formatted as [webpage X begin]...[webpage X end], where X represents the numerical index of each article. Please cite the context at the end of the relevant sentence when appropriate. Use the citation format [citation:X] in the corresponding part of your answer. If a sentence is derived from multiple contexts, list all relevant citation numbers, such as [citation:3][citation:5]. Be sure not to cluster all citations at the end; instead, include them in the corresponding parts of the answer.
When responding, please keep the following points in mind:
- Today is {cur_date}.
- Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question.
- For listing-type questions (e.g., listing all flight information), try to limit the answer to 10 key points and inform the user that they can refer to the search sources for complete information. Prioritize providing the most complete and relevant items in the list. Avoid mentioning content not provided in the search results unless necessary.
- For creative tasks (e.g., writing an essay), ensure that references are cited within the body of the text, such as [citation:3][citation:5], rather than only at the end of the text. You need to interpret and summarize the user's requirements, choose an appropriate format, fully utilize the search results, extract key information, and generate an answer that is insightful, creative, and professional. Extend the length of your response as much as possible, addressing each point in detail and from multiple perspectives, ensuring the content is rich and thorough.
- If the response is lengthy, structure it well and summarize it in paragraphs. If a point-by-point format is needed, try to limit it to 5 points and merge related content.
- For objective Q&A, if the answer is very brief, you may add one or two related sentences to enrich the content.
- Choose an appropriate and visually appealing format for your response based on the user's requirements and the content of the answer, ensuring strong readability.
- Your answer should synthesize information from multiple relevant webpages and avoid repeatedly citing the same webpage.
- Unless the user requests otherwise, your response should be in the same language as the user's question.
# The user's message is:
{question}'''

Ethical Considerations:

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.

Please report security vulnerabilities or NVIDIA AI Concerns here.