- Model Overview
- Description:
- Third-Party Community Consideration
- References
- Model Architecture:
- Input:
- Output:
- Software Integration:
- Model Version(s):
- Training and Evaluation Datasets:
- Calibration Dataset:
- Training Dataset:
- Testing Dataset:
- Evaluation Dataset:
- Inference:
- DSpark Speculative Decoding
- Post Training Quantization
- Usage
- Evaluation
- Speculative Decoding Evaluation
- Model Limitations:
- Ethical Considerations
- Description:
Model Overview
Description:
The NVIDIA DeepSeek-V4-Pro-nvfp4-DSpark model is the quantized version of the DeepSeek-V4-Pro model, which is a Mixture-of-Experts (MoE) language model with 1.6 trillion total parameters and 49 billion activated parameters, packaged in a single checkpoint together with DeepSeek's official DSpark speculative decoding module. For more information, please check here and here. The NVIDIA DeepSeek V4 Pro NVFP4 DSpark model is quantized with Model Optimizer.
Note: DeepSeek-V4-Pro-nvfp4-DSpark is not a new model. It is the NVFP4 backbone of nvidia/DeepSeek-V4-Pro-NVFP4 with DeepSeek's official DSpark speculative decoding module attached, so a single checkpoint serves as both target and draft model. For more details on DSpark, refer to: https://github.com/deepseek-ai/DeepSpec
This model is ready for commercial/non-commercial use.
Third-Party Community Consideration
This model is not owned or developed by NVIDIA. This model has been developed and built to a third-party’s requirements for this application and use case; see link to Non-NVIDIA (DeepSeek-V4-Pro-DSpark) Model Card.
References
- Nvidia Model Optimizer: https://github.com/NVIDIA/Model-Optimizer
- DeepSeek-V4-Pro base model card
- DeepSeek-V4-Pro-DSpark model card
- nvidia/DeepSeek-V4-Pro-NVFP4 model card
- DeepSeek-V4 technical report
- DeepSeek DSpec reference implementation: https://github.com/deepseek-ai/DeepSpec
License/Terms of Use:
Deployment Geography:
Global
Use Case:
DeepSeek V4 is well-suited for advanced reasoning, agentic AI applications, tool use scenarios, and complex problem-solving in domains such as mathematics, software engineering, and enterprise AI assistants.
Release Date:
Huggingface 07/22/2026 via https://huggingface.co/nvidia/DeepSeek-V4-Pro-nvfp4-DSpark
Model Architecture:
Architecture Type: Transformers
Network Architecture: Mixture-of-Experts (MoE) with Hybrid Attention (Compressed Sparse Attention + Heavily Compressed Attention)
Total Parameters: 1.6 Trillion (49 Billion activated)
Number of Draft Model Parameters: 82B in total and approximately 2.4B activated
Draft Model Architecture: DSpark — a 3-layer semi-autoregressive draft head (mtp.0/1/2), each layer combining MLA attention with a 384-expert MoE FFN (6 experts activated), fed by a projection over the hidden states of target layers 58/59/60, plus a rank-512 Markov head and a confidence head. Draft block size 5.
Input:
Input Type(s): Text
Input Format(s): String
Input Parameters: 1D (One Dimensional)
Other Properties Related to Input: Supports multi-turn conversations with system prompts, user messages, and assistant responses. Maximum context length of 1 million tokens. Uses a custom encoding pipeline (encoding_dsv4) with three reasoning modes: Non-think (fast), Think High (logical analysis), and Think Max (full reasoning extent).
Output:
Output Type(s): Text
Output Format: String
Output Parameters: 1D (One Dimensional)
Other Properties Related to Output: Supports structured JSON output, function/tool calling, and reasoning content when enabled.
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:
Supported Runtime Engine(s):
- vLLM (with DSpark speculative decoding,
method: dspark)
Supported Hardware Microarchitecture Compatibility:
- NVIDIA Blackwell
Preferred Operating System(s):
- Linux
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
Model Version(s):
The model is quantized DeepSeek-V4-Pro-NVFP4 with nvidia-modelopt v0.44, merged with the DSpark draft head released in deepseek-ai/DeepSeek-V4-Pro-DSpark.
Training and Evaluation Datasets:
Calibration Dataset:
Link: cnn_dailymail, Nemotron-Post-Training-Dataset-v2
Data Collection Method by dataset: Automated.
Labeling Method by dataset: Automated.
Properties: The cnn_dailymail dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The Nemotron-Post-Training-Dataset-v2 is a post-training dataset curated by NVIDIA containing multi-turn conversations across diverse topics.
Training Dataset:
Data Modality: Undisclosed
Data Collection Method by dataset: Hybrid: Human, Automated
Labeling Method by dataset: Hybrid: Human, Automated
Testing Dataset:
Data Collection Method by dataset: Hybrid: Human, Automated
Labeling Method by dataset: Hybrid: Human, Automated
Dataset Properties: Undisclosed
Evaluation Dataset:
Datasets: GPQA Diamond, AA-LCR, τ²-Bench Telecom, SciCode, IFBench; MT-Bench; SPEED-Bench
Data Collection Method by dataset: Hybrid: Human, Automated
Labeling Method by dataset: Hybrid: Human, Automated
Dataset Properties: Model accuracy was evaluated on text-based reasoning, coding, and agentic tool-use benchmarks: GPQA Diamond contains 448 graduate-level multiple-choice questions written by domain experts in biology, physics, and chemistry; AA-LCR (Artificial Analysis Long Context Recall) evaluates a model's ability to accurately retrieve and recall information from long input contexts; τ²-Bench Telecom evaluates agentic tool-use and policy-adherence capabilities in dual-control telecom customer-service scenarios where the model interacts with a simulated user and external tools to resolve account issues; SciCode evaluates scientific coding capabilities; IFBench is a benchmark for evaluating instruction-following capabilities across diverse and structured task constraints. Speculative decoding acceptance was evaluated on MT-Bench, which contains 3,300 multi-turn dialogue sequences each annotated with expert preference votes, and on SPEED-Bench, a unified and diverse benchmark for speculative decoding spanning coding, humanities, math, multilingual, QA, RAG, reasoning, roleplay, STEM, summarization, and writing domains.
Inference:
Acceleration Engine: vLLM
Test Hardware: NVIDIA Blackwell B300
DSpark Speculative Decoding
This model is ready for inference with vLLM in DSpark speculative decoding mode, where a semi-autoregressive draft backbone proposes a block of candidate tokens, a lightweight Markov head injects intra-block token dependency, and a confidence head predicts per-position acceptance probability for scheduled verification. Compared with a purely parallel drafter, DSpark is designed to improve accepted length while preserving the latency benefits of block drafting. The longest accepted candidate sequence is selected so that more than one token is returned per generation step; the average number of tokens returned per step is reported below as the acceptance length (also referred to as acceptance rate).
The DSpark draft head in this checkpoint is the one released by DeepSeek in deepseek-ai/DeepSeek-V4-Pro-DSpark; it was not trained by NVIDIA and no additional draft training or distillation was performed. NVIDIA's contribution is the quantization and packaging described below.
Post Training Quantization
This model was obtained by quantizing the weights and activations of DeepSeek-V4-Pro to NVFP4 data type, ready for inference with vLLM. Only the weights and activations of the linear operators within transformer blocks in MoE are quantized. The routed experts of the DSpark draft head are natively MXFP4 in the official release and were losslessly cast to NVFP4 (bit-exact), so that the target and the draft model share one self-consistent quantization config in a single checkpoint.
Usage
Deploy with vLLM
DSpark speculative decoding is enabled with a single flag — add --speculative-config with method: dspark to your vLLM launch command:
--speculative-config '{"method":"dspark","num_speculative_tokens":7,"draft_sample_method":"greedy"}'
Verified serving this checkpoint on B300 with vllm/vllm-openai:nightly (vLLM 0.23.1rc1.dev1261) on a single 8-GPU node, tensor-parallel 8 with expert parallelism:
vllm serve nvidia/DeepSeek-V4-Pro-nvfp4-DSpark \
--tensor-parallel-size 8 --enable-expert-parallel \
--trust-remote-code --kv-cache-dtype fp8 \
--speculative-config '{"method":"dspark","num_speculative_tokens":7,"draft_sample_method":"greedy"}'
Alternatively, with the Python LLM API:
from vllm import LLM, SamplingParams
llm = LLM(
model="nvidia/DeepSeek-V4-Pro-nvfp4-DSpark",
tensor_parallel_size=8,
enable_expert_parallel=True,
trust_remote_code=True,
kv_cache_dtype="fp8",
speculative_config={
"method": "dspark",
"num_speculative_tokens": 7,
"draft_sample_method": "greedy",
},
)
Note that no "model" entry is needed inside speculative_config — the draft head lives in the same checkpoint as the target.
Notes:
--kv-cache-dtype fp8is required — DeepSeek-V4 uses thefp8_ds_mlaKV cache layout.num_speculative_tokensmust be at leastdspark_block_size(5); the value of 7 used here follows DeepSeek's official recommendation for DeepSeek-V4-Pro-DSpark.- No engine patches are needed. Because the target and the draft head live in one checkpoint with one quantization config, this avoids the mismatch that occurs when a quantized target is paired with a separately-loaded draft model directory.
- DeepSeek-V4 ships no Jinja chat template (it uses
encoding/encoding_dsv4.py). Achat_template.jinjafor chat / non-thinking mode is included in this repository, validated character-exact against the official encoder. - See the vLLM recipe for other hardware configurations and additional serving flags.
Evaluation
The backbone weights of this checkpoint are identical to those of nvidia/DeepSeek-V4-Pro-NVFP4; speculative decoding is verified against the target model and does not change its outputs. The accuracy benchmark results are presented in the table below:
| Precision | GPQA Diamond | AA-LCR | τ²-Bench Telecom | SciCode | IFBench |
| FP8 (AA Ref) | 89.00 | 66.00 | 96.00 | 50.00 | 76.00 |
| FP8 (Ours) | 89.49 | 66.89 | 94.25 | 51.08 | 77.82 |
| NVFP4 | 89.33 | 66.33 | 94.83 | 53.45 | 77.21 |
Speculative Decoding Evaluation
The tables below report the DSpark acceptance length — the average number of tokens returned per decoding step. All numbers were measured with temperature=0 in chat (non-thinking) mode, tensor-parallel 8 with expert parallelism, FP8 KV cache, on a single 8×B300 node.
Acceptance length on MT-Bench with a draft length of 7:
| Category | MT-Bench Acceptance Length |
|---|---|
| coding | 4.991 |
| math | 5.342 |
| extraction | 4.657 |
| reasoning | 3.581 |
| stem | 3.017 |
| writing | 2.955 |
| humanities | 2.624 |
| roleplay | 2.454 |
| Overall Average | 3.703 |
Acceptance length on SPEED-Bench (qualitative subset) with a draft length of 7:
| Category | SPEED-Bench Acceptance Length |
|---|---|
| coding | 5.177 |
| humanities | 3.062 |
| math | 4.272 |
| multilingual | 4.358 |
| qa | 3.039 |
| rag | 4.096 |
| reasoning | 3.809 |
| roleplay | 2.314 |
| stem | 3.594 |
| summarization | 3.154 |
| writing | 2.718 |
| Overall Average | 3.600 |
Acceptance length on SPEED-Bench (throughput-32k subset, long-context) with a draft length of 7:
| Category | SPEED-Bench Acceptance Length |
|---|---|
| low_entropy | 4.791 |
| mixed | 3.994 |
| high_entropy | 2.442 |
| Overall Average | 3.742 |
Model Limitations:
The base model was trained on data that contains toxic language and societal biases originally crawled from the internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts. The model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.
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.
Users are responsible for model inputs and outputs. Users are responsible for ensuring safe integration of this model, including implementing guardrails as well as other safety mechanisms, prior to deployment.
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.
- Downloads last month
- 15
Model tree for nvidia/DeepSeek-V4-Pro-nvfp4-DSpark
Base model
deepseek-ai/DeepSeek-V4-Pro