RunInfraby RightNow
  • Model APIsNew
  • Pricing
  • Research
  • Contact
DashboardSign inGet started
RunInfraby RightNow

© 2026 RunInfra. All rights reserved.

System status
Pipeline BuilderModel APIsPricingStartupsBenchmarksDocsResearchNewsContact
Backed by
YCombinator
AICPA Type II
SOC 2
NVIDIA Inception ProgramNVIDIA Inception Program
Ask AI about RunInfra
Part of RightNow
SecurityDPAAUPCookiesTermsPrivacy

August 2, 2026/11 min read/Jaber Jaber

The fastest way to serve DeepSeek V4 Flash

DeepSeek V4 Flash 0731 shipped on July 31. Two days later the v4turbo package serves it at 362.86 output tokens per second per user, against 113.37 for a stock deployment on the same four B200 GPUs, with the conditions published beside every number.

RunInfra

Table of contents

  1. The claim, with its conditions
  2. The headline pair
  3. The serving curve, including where we lose
  4. What the market serves today
  5. Where the speed matters
  6. Own your AI
  7. What you get
  8. Sources
Share:

Key takeaways

  • The v4turbo package serves DeepSeek V4 Flash 0731 at 362.86 output tokens per second single stream; a stock deployment on the same four B200 GPUs in the same window serves 113.37.
  • The median 1024-token request drops from 9248.33 ms to 3095.38 ms, a platform-computed 2.98x, for about 13 ms of added time to first token.
  • No provider benchmarked on the public leaderboard serves this model faster today. The comparison is not like for like: our number is single stream on an idle node, theirs are production endpoints, and both halves are printed together.
  • The package ships both configurations with a measured operating rule: accelerated for interactive traffic through concurrency 8, standard above it, where it holds 397.74 output tokens per second per GPU at concurrency 32. Following the rule, a deployment always runs the faster configuration for its load.
  • The article preserves the measured operating rule and reproduction context for the tested four-GPU configuration.

DeepSeek released V4 Flash 0731 on July 31. Two days later we published a validated serving package for it. On the same four B200 GPUs, in the same measurement session, the v4turbo package serves 362.86 output tokens per second to a single user. A stock deployment serves 113.37.

That is the whole announcement. The rest of this post is the evidence: the measured pair, the serving curve including the point where the package loses, what the market serves today, what the speed is for, and what the package costs.

The claim, with its conditions

No provider benchmarked on the public leaderboard for this model serves it faster today, and that sentence needs its conditions attached. Artificial Analysis lists no provider speed benchmarks at all for the current 0731 release; its provider page says benchmarks are not available and names DeepSeek's own API as the sole provider (accessed 2026-08-02). On the preview-era board for the non-reasoning variant, the fastest listed provider is Makora at 241.4 output tokens per second. Our measured number is 362.86, and it is a single-stream measurement on an idle dedicated node with the exact request profile below, while leaderboard providers are measured under production load. Fastest, with the receipts and the caveat in the same breath.

The protocol behind our number: 1024 input tokens, 1024 output tokens, temperature 0, streaming, 8 timed requests per arm, both arms back to back in one window in one container on the same four B200 cards, request profiles verified identical before any number rendered. One arm is a stock deployment of the same model on the same node. The other is the v4turbo package. The only changed variable is the serving configuration, and the raw artifacts are committed.

The headline pair

Per-user throughput

362.86 tok/s

p50 with the v4turbo package. The stock deployment measured 113.37 tok/s in the same window.

Median request time

3.1 s

Down from 9.2 s. Exact medians 3095.38 ms and 9248.33 ms for 1024 tokens in, 1024 out.

Platform-computed speedup

2.98x

Computed by the catalog platform from the median pair, never authored by hand.

Time to first token

232.93 ms

Against 220.21 ms stock. The package pays about 13 ms at the first token.

Per-user output tokens per second, single stream, 1024 in / 1024 out, 4x B200
Per-user output tokens per second, single stream, 1024 in / 1024 out, 4x B200
runstock deploymentv4turbo package
single stream, p50113.37362.86
Both arms in one measurement window on the same four B200 cards, 8 timed requests per arm, request profiles verified identical.

The serving curve, including where we lose

Single-stream speed is one operating point. The serving curve is the rest. We measured 32768-token prompts with 2048-token outputs at concurrency 1, 8, and 32, per-GPU output tokens per second, both arms.

Per-GPU output tokens per second vs concurrency, 32768-token prompts, 2048-token outputs
Per-GPU output tokens per second vs concurrency, 32768-token prompts, 2048-token outputs
concurrencyv4turbo packagestock deployment
174.3127.73
8235.91176.58
32370.43397.74
The accelerated configuration wins at concurrency 1 and 8. Above concurrency 8 the recipe's operating rule switches to the standard configuration, which holds the highest aggregate at concurrency 32 (397.74 per GPU against 370.43). The package ships both configurations and this curve, so a deployment that follows the rule always runs the faster side.

The recipe is a curve and a rule, not a single setting. The accelerated configuration is faster at concurrency 1 and 8. At concurrency 32 the standard configuration holds the higher aggregate, 397.74 per GPU against 370.43, so the rule runs it there and the node keeps 1590.94 output tokens per second. You are never on the losing side of this chart if you follow the rule it ships with.

If you run batch traffic

The package's advantage is per-user speed. Above concurrency 8 that advantage narrows and then inverts, so a batch-first deployment should benchmark its own operating point before committing. We publish the crossover because you would find it anyway.

What the market serves today

The claim section above carries the conditions; this chart is the picture. The three provider bars are what Artificial Analysis lists for the preview-era variant of this model. The highlighted bar is our measured single-stream number.

Per-user output tokens per second: v4turbo measured vs providers listed on Artificial Analysis
Per-user output tokens per second: v4turbo measured vs providers listed on Artificial Analysis
whoour measurement, idle node, single streamAA listing, production endpoints under load
v4turbo, 4x B200362.86
Makora241.4
DeepSeek API107.2
CoreWeave40.8
Sources: artificialanalysis.ai provider pages for deepseek-v4-flash and deepseek-v4-flash-non-reasoning, accessed 2026-08-02. The current 0731 board lists no provider speed data, so the provider figures come from the preview-era non-reasoning board; GMI is listed there with no speed data and is omitted. The comparison is context, not like for like: production endpoints under load against our single-stream measurement on an idle dedicated node.

Where the speed matters

  • Coding agents and tool-use loops. Agent steps are serial, each one waits for the last, so per-user tokens per second sets wall-clock time. A 1024-token step streams in about 3.1 seconds instead of 9.2.
  • Interactive assistants. A person watching tokens stream reads the difference between 113 and 363 tokens per second directly, and it costs about 13 ms at the first token.
  • High-volume batch. The operating rule runs the standard configuration here, which holds 397.74 output tokens per second per GPU at concurrency 32 (the accelerated configuration measures 370.43 at that point). Both configurations and the measured curve ship in the package, so batch traffic keeps the highest aggregate. Measure your own operating point before you commit.

Own your AI

Every closed API in the table below is a rented dependency: rented latency, rented rate limits, rented deprecation schedules. The table is what list prices look like beside a model you can own.

Published API list prices per 1M tokens, accessed 2026-08-02
APIInput $/1MOutput $/1MSource note
Claude Fable 5$10.00$50.00Anthropic pricing page
Claude Opus 5$5.00$25.00Anthropic pricing page
Claude Sonnet 5$2.00$10.00Introductory through 2026-08-31, then $3.00 / $15.00
gpt-5.6-sol$5.00$30.00OpenAI Standard tier
gpt-5.6-terra$2.00$12.00OpenAI Standard tier
gpt-5.6-luna$0.20$1.20OpenAI Standard tier
Gemini 3.1 Pro Preview$2.00$12.00Prompts up to 200k tokens; $4.00 / $18.00 above
DeepSeek V4 Flash, first party$0.14$0.28Cache miss; cache-hit input $0.0028. 2x peak-hour pricing announced, effective date pending

Serving it yourself means renting the node instead. The measured target for this package is four B200 GPUs, and three providers publish on-demand rates for exactly that.

On-demand 4x B200 rental, accessed 2026-08-02
Provider$ per GPU-hour$ per 4-GPU node-hour
RunPod$5.89$23.56
Lambda$6.79$27.16
Nebius$7.15$28.60

One piece of arithmetic, with its basis stated. At the measured concurrency 32 operating point one four-GPU node aggregates 1590.94 output tokens per second in the stock configuration and 1481.71 with the package. Batch is where stock wins, so the batch arithmetic uses the stock number: about 5.7 million output tokens per hour. Divide the node rent by that and a fully busy node lands between $4.11 and $4.99 per 1M output tokens, and each of those requests also carried a 32768-token prompt the same dollars paid to process. The assumptions are visible: the node stays busy, and your traffic resembles that workload. Redo this arithmetic against your own measured curve before you commit.

DeepSeek's own API lists $0.28 per 1M output tokens, far below that node arithmetic, so the case for self-hosting this model is not raw price per token. It is the list that follows.

  • Your prompts and outputs stay on hardware you control.
  • There are no rate limits except the ones you set.
  • There are no model deprecations; the weights you validated today are the weights you serve next year.
  • Latency is yours to control, down to where the node physically sits.
  • The model is MIT licensed, so it is yours to keep. We read the license from the upstream repository on 2026-08-01.

What you get

The v4turbo package is the validated serving configuration for DeepSeek V4 Flash 0731 on a four B200 node, sold as a finished artifact.

  • The validated serving configuration, exactly as measured.
  • The measured proof: the headline pair, the serving curve, and committed raw artifacts behind every number in this post.
  • Deploy files for the measured 4x B200 target.
  • Reproduction instructions, so you can re-run the measurement on your own node before you trust ours.

The measured serving results and reproduction context are documented in this article.

Sources

  • Measured performance numbers: RunInfra measurement session of 2026-08-01, one 4x B200 node, with the measurement conditions documented in this article.
  • Artificial Analysis, deepseek-v4-flash provider board (no provider speed benchmarks; sole listed provider DeepSeek at $0.14 in / $0.28 out): https://artificialanalysis.ai/models/deepseek-v4-flash/providers, accessed 2026-08-02.
  • Artificial Analysis, deepseek-v4-flash-non-reasoning provider board (Makora 241.4 tok/s, DeepSeek 107.2 tok/s, CoreWeave 40.8 tok/s): https://artificialanalysis.ai/models/deepseek-v4-flash-non-reasoning/providers, accessed 2026-08-02.
  • Anthropic pricing (Claude Fable 5 $10.00 in / $50.00 out, Claude Opus 5 $5.00 / $25.00, Claude Sonnet 5 $2.00 / $10.00 introductory through 2026-08-31, then $3.00 / $15.00): https://platform.claude.com/docs/en/about-claude/pricing, accessed 2026-08-02.
  • OpenAI pricing, Standard tier (gpt-5.6-sol $5.00 in / $30.00 out, gpt-5.6-terra $2.00 / $12.00, gpt-5.6-luna $0.20 / $1.20): https://developers.openai.com/api/docs/pricing, accessed 2026-08-02.
  • Google pricing (Gemini 3.1 Pro Preview $2.00 in / $12.00 out for prompts up to 200k tokens, $4.00 / $18.00 above): https://ai.google.dev/gemini-api/docs/pricing, accessed 2026-08-02.
  • DeepSeek API pricing (deepseek-v4-flash $0.14 in on cache miss, $0.0028 on cache hit, $0.28 out; 2x peak-hour pricing announced, effective date pending): https://api-docs.deepseek.com/quick_start/pricing, accessed 2026-08-02.
  • 4x B200 on-demand rental: RunPod $5.89 per GPU-hour (https://www.runpod.io/pricing), Lambda $6.79 per GPU-hour (https://lambda.ai/service/gpu-cloud/pricing), Nebius $7.15 per GPU-hour (https://nebius.com/prices), all accessed 2026-08-02.
  • DeepSeek-V4-Flash-0731 weights and MIT license: https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731, license read 2026-08-01.

References

  1. 01 Artificial Analysis, deepseek-v4-flash provider board
  2. 02 Artificial Analysis, deepseek-v4-flash-non-reasoning provider board
  3. 03 Anthropic API pricing
  4. 04 OpenAI API pricing
  5. 05 Google Gemini API pricing
  6. 06 DeepSeek API pricing
  7. 07 Lambda GPU cloud pricing
  8. 08 RunPod pricing
  9. 09 Nebius pricing
  10. 10 DeepSeek-V4-Flash-0731 weights and MIT license

Written by

Jaber JaberFounder and researcher, RunInfra
<-Previous$0.09 and $290.12: What Actually Moves Your Inference BillNext->Lossless Inference

Latest articles

NVIDIA's CUDA Toolkit release archive, every version listed back to CUDA Toolkit 1.0 in June 2007. Eighteen years of releases, and a new chip starts at zero on all of it.
August 6, 2026

With software alone, one B200 beats the LPU and gets close to Cerebras

Horizontal bar chart ranking five inference cost levers from accelerator choice at 2.3x to reasoning token volume at 14.3x.
July 31, 2026

$0.09 and $290.12: What Actually Moves Your Inference Bill

RunInfra
July 30, 2026

Serving Kimi K3 on vLLM was hard. Here is what we measured.

Call DeepSeek V4 Flash with Model APIs

Use a workspace API key and pay for input, cached input, and output tokens.

View Model APIs
End-to-end encryption
Isolated GPU infrastructure
No training on your data
SOC 2 Type II
RunInfraby RightNow

© 2026 RunInfra. All rights reserved.

System status
Pipeline BuilderModel APIsPricingStartupsBenchmarksDocsResearchNewsContact
Backed by
YCombinator
AICPA Type II
SOC 2
NVIDIA Inception ProgramNVIDIA Inception Program
Ask AI about RunInfra
Part of RightNow
SecurityDPAAUPCookiesTermsPrivacy