Model reference · open weights
DeepSeek-Flash-0731 is an open-weight language model from nvidia. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | nvidia |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 304.2B |
| Context | 1024k tokens |
| Runs with | Model Optimizer |
| Based on | deepseek-ai/DeepSeek-V4-Flash-0731 |
| Released | 2026-08-19 |
| Popularity | 65 downloads / month |
| Licence | Open weights |
About
The NVIDIA DeepSeek-V4-Flash-0731-NVFP4 model is the quantized version of DeepSeek AI's DeepSeek-V4-Flash-0731 model, an autoregressive Mixture-of-Experts language model that uses an optimized Transformer architecture with hybrid attention (Compressed Sparse Attention and Heavily Compressed Attention) and Manifold-Constrained Hyper-Connections. DeepSeek-V4-Flash-0731 is the official DeepSeek-V4-Flash release and includes DeepSeek's DSpark speculative decoding module in the same checkpoint. For more information, refer to the DeepSeek-V4-Flash-0731 model card. The NVIDIA DeepSeek-V4-Flash-0731-NVFP4 model is quantized with Model Optimizer.
This model is ready for commercial or non-commercial use.
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-Flash-0731) Model Card.
Global
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.
Hugging Face 08/31/2026 via https://huggingface.co/nvidia/DeepSeek-V4-Flash-0731-NVFP4
NVIDIA Model Optimizer: https://github.com/NVIDIA/Model-Optimizer
Architecture Type: Transformers Network Architecture: DeepseekV4ForCausalLM — Mixture-of-Experts (MoE) with Hybrid Attention (Compressed Sparse Attention + Heavily Compressed Attention) Number of Model Parameters: 304B in total and 13B activated This model was developed based on DeepSeek-V4-Flash-0731
Input Type(s): Text
Input Format(s): String
Input Parameters: One-Dimensional (1D): Sequences
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 reasoning effort levels (low, high, max).
Output Type(s): Text Output Format: String Output Parameters: One-Dimensional (1D): Sequences 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.
Supported Runtime Engine(s):
Supported Hardware Microarchitecture Compatibility:
Preferred Operating System(s):
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.
The model is DeepSeek-V4-Flash-0731 NVFP4 quantized with nvidia-modelopt v0.46.0
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.
Data Modality: Undisclosed Data Collection Method by dataset: Undisclosed Labeling Method by dataset: Undisclosed Properties: Undisclosed
Datasets: GPQA Diamond, AA-LCR, τ²-Bench Telecom, SciCode, IFBench, Terminal-Bench v2.1 Data Collection Method by dataset: Hybrid: Automated, Manually-Collected Labeling Method by dataset: Hybrid: Manually-Labeled, Automated Properties: We evaluated the model on reasoning, long-context recall, agentic tool-use, coding, and instruction-following 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. Terminal-Bench v2.1 evaluates agentic software-engineering capability in a real terminal environment, where the model must plan and execute shell commands to complete tasks end to end.
Acceleration Engine: SGLang and vLLM Test Hardware: NVIDIA B200
This model was obtained by quantizing
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys nvidia-deepseek-flash-0731 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (nvidia-deepseek-flash-0731 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"nvidia-deepseek-flash-0731","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.