model releaseDeepSeek

DeepSeek Releases DeepSeek-V4-Pro-0813, a 1.7T-Parameter Model with DSpark Speculative Decoding

TL;DR

DeepSeek has released DeepSeek-V4-Pro-0813, a 1.7-trillion-parameter model that supersedes the DeepSeek-V4-Pro preview. The model adds a DSpark speculative decoding module and posts measurable gains on agentic and coding benchmarks, according to DeepSeek's technical report.

2 min read
0

DeepSeek has released DeepSeek-V4-Pro-0813, the official production version of DeepSeek-V4-Pro, replacing the earlier preview build. The model weighs in at 1.7 trillion parameters, is distributed in BF16/F8_E4M3/I8/I64/F32 tensor formats, and is licensed under MIT, according to the model card on Hugging Face.

What changed from the preview

DeepSeek-V4-Pro-0813 is built on the same DeepSeek-V4-Pro (Preview) architecture but adds a DSpark speculative decoding module, which the company says improves inference throughput without a separate draft model — the target and draft weights come from the same checkpoint. DeepSeek states the new release shows the largest gains in "production environments" and in agentic task performance compared to the preview.

The model also expands the reasoning_effort parameter to three tiers — low, high, and max — controlling how much internal deliberation the model performs before responding. For high and max effort levels, DeepSeek recommends a maximum output length of 384,000 tokens.

Benchmark results

According to DeepSeek's technical report, DeepSeek-V4-Pro-0813 outperforms the preview version and DeepSeek-V4-Flash-0731 across a range of agentic and coding benchmarks:

  • HLE (without/with tools): 42.7 / 60.0
  • Terminal Bench 2.1: 87.9
  • NL2Repo: 61.5
  • Cybergym: 83.3
  • DeepSWE: 62.7
  • Toolathlon-Verified: 74.1
  • Agents' Last Exam: 25.7
  • AutomationBench (Public): 31.8
  • DSBench-FullStack (internal): 71.1
  • DSBench-Hard (internal): 67.2

DeepSeek claims these scores put the model "broadly competitive" with proprietary systems including GLM-5.2, Kimi K3, and Anthropic's Opus-4.8, though on several benchmarks — HLE, Terminal Bench, DeepSWE, and DSBench-Hard — Opus-4.8 and the unlisted "Fable-5" comparison model score higher. These figures come from DeepSeek's own report and have not been independently verified.

Deployment

DeepSeek-V4-Pro-0813 does not ship with a standard Jinja chat template. Instead, the company provides Python encoding scripts for converting OpenAI-compatible message formats into model input strings. The model card includes serving instructions for vLLM (tested on a 4×GB300 node with fp8 KV-cache and expert parallelism) and SGLang (with --speculative-algorithm DSPARK). No inference provider had deployed the model as of publication, and DeepSeek has not disclosed API pricing.

What this means

This is an incremental but substantive update: DeepSeek is formalizing a preview model into a production release while layering in a speculative decoding technique (DSpark) aimed squarely at inference cost and latency — a priority for any lab fielding a 1.7-trillion-parameter model. The benchmark gains over the preview are consistent and broad, particularly in agentic and coding-agent tasks (NL2Repo jumped from 38.5 to 61.5, DeepSWE from 12.8 to 62.7), suggesting the preview was genuinely unfinished rather than a marketing snapshot. Whether it holds up against Opus-4.8 and other frontier proprietary models in independent testing remains to be seen, since all comparative numbers here come from DeepSeek's own report. The absence of published pricing and provider deployment means real-world cost and latency — the two metrics DSpark is meant to improve — are still unknown.

Related Articles

model release

Z.ai Releases GLM-5.3-Prime, a High-Throughput Variant of GLM-5.3 with 1M-Token Context

Z.ai has released GLM-5.3-Prime, a high-speed variant of its GLM-5.3 model that delivers 1.5-2x the output throughput through inference acceleration while retaining the full 1M-token context window. The model is priced at $2.80 per 1M input tokens and $8.80 per 1M output tokens, targeting coding and long-horizon agentic workloads.

model release

Apple Releases LensVLM-9B, a 9B Vision-Language Model That Selectively Decompresses Text Images

Apple has released LensVLM-9B, a 9-billion-parameter vision-language model fine-tuned from Qwen3.5-9B-Base that processes documents as compressed images, selectively expanding only relevant pages to full resolution. The model supports 5x, 10x, and 15x compression ratios and is available under Apple's Machine Learning Research Model License.

model release

Meta Releases Muse Glimmer 30B, an Open-Weight Agentic Model for Consumer Hardware

Meta Superintelligence Labs has released Muse Glimmer 30B, a dense open-weight model distilled from its larger Muse Spark system and tuned for agentic workflows on consumer hardware. The model supports 131K context, image understanding, and over 100 languages at $0.30/$1.10 per 1M input/output tokens.

model release

Black Forest Labs Releases FLUX 3 Action, a 7B Open-Weights World Action Model, Claims Top RoboLab Benchmark Score

Black Forest Labs has released FLUX 3 Action, a 7B parameter open-weights World Action Model. The company claims it achieves first place on the RoboLab benchmark, though independent verification is pending.

Comments

Loading...