Text / deepseek-ai

DeepSeek V4 Flash 0731

DeepSeek V4 Flash 0731 from deepseek-ai. Source-based hardware guidance from its published configuration.

EstimatedRepository opened Jul 31, 2026Source checked 9/23/2026Version: 7872f01b
LOCALRENTED GPUOPEN WEIGHTS

At a glance

Parameters
304.18B
Architecture
deepseek_v4
Context length
1,048,576
License
mit
Software
SGLang, vLLM, Publisher PyTorch reference
View the model source
MY HARDWARE

Will it run on your machine?

Save your machine to see a personalized rating and its reasoning.

Add my hardware

Ways to run it

SGLang · Linux

Repository-specific command in publisher documentation; confirm dependencies and hardware in the source.

sglang serve --trust-remote-code --model-path deepseek-ai/DeepSeek-V4-Flash-0731 --tp 4 --moe-runner-backend flashinfer_mxfp4 --speculative-algorithm DSPARK --mem-fraction-static 0.90 --chunked-prefill-size 4096 --swa-full-tokens-ratio 0.1
Official instructions

vLLM · Linux

Repository-specific command in publisher documentation; confirm dependencies and hardware in the source.

vllm serve deepseek-ai/DeepSeek-V4-Flash-0731 --trust-remote-code --kv-cache-dtype fp8 --block-size 256 --data-parallel-size 4 --enable-expert-parallel --moe-backend deep_gemm_mega_moe --attention-config '{"use_fp4_indexer_cache": true}' --speculative-config '{"method":"dspark","num_speculative_tokens":7,"draft_sample_method":"greedy"}'
Official instructions

Publisher PyTorch reference · Linux / rented GPU

Repository-specific command in publisher documentation; confirm dependencies and hardware in the source.

torchrun --nproc-per-node ${MP} generate.py --ckpt-path ${SAVE_PATH} --config ${CONFIG} --interactive
Official instructions

Explore its uses

SAFETENSORSTEXT-GENERATION

Keep exploring