· via dev.to (home feed)
DeepSeek V4.1 Flash beta reportedly hits 420 tokens per second with native multimodal support
A dev.to report says DeepSeek's 48-hour V4.1 Flash beta is its first natively multimodal model, generating up to 420 tokens per second at unchanged V4 Flash pricing.

DeepSeek appears to have slipped a new model into the world with minimal fanfare. According to a dev.to write-up published on September 9, 2026, the company opened a beta for V4.1 Flash on September 8 under an identifier that embedded its own expiry date, giving developers roughly 48 hours to test it before access closed on September 10.
The post's headline claims are a peak generation speed of 420 tokens per second on long-text reasoning tasks and end-to-end throughput of 409.5 tokens per second, achieved, in the author's telling, without giving up accuracy.
What the benchmarks reportedly show
The dev.to article breaks the speed gains down by task, comparing against earlier models:
- 5.2x faster on a 49,000-token long-context retrieval task
- 6.0x faster on SVG code generation
- 4.6x faster on implementing the Manacher palindrome algorithm
- 4.6x faster is the palindrome figure; complex SQL query generation came in at 5.0x faster
- 3.9x faster on refactoring asyncio-based architecture
These are the author's numbers. DeepSeek has not published a technical report for the model, and the beta's two-day window left little room for independent verification, so the figures should be treated as community-reported rather than confirmed.
Native multimodal, not a bolt-on encoder
The more consequential claim in the post is architectural. Earlier DeepSeek vision capability, delivered through a variant the article calls V4 Flash Vision-Exp, attached a visual encoder to a text-only base model in the manner of an external plugin. V4.1 Flash, by contrast, is described as the company's first natively multimodal model, handling text and image input and output from the ground up.
The reported consequences are a shared latent representation across text and images, stronger cross-modal reasoning, and lower latency because separate encoders and decoders no longer need coordinating. As a real-world sanity check, the author sent a photo of a person in a striped suit and says the model correctly identified the striped pattern, avoiding a hallucination failure mode that has tripped up earlier vision models.
An undocumented "new model structure"
DeepSeek has said only that V4.1 Flash uses a new model structure. Community analysis cited in the post speculates about what that might mean: attention improvements building on V4's CSA/HCA hybrid design, better expert routing in the mixture-of-experts architecture, and deeper fusion of visual and text features. None of this is confirmed, and the article is explicit that architecture details remain unknown.
The hiring signal
Alongside the beta, DeepSeek reportedly announced plans to hire 150 senior engineers in two areas: backend development covering model research platforms, agent frameworks and API infrastructure, and agent computing covering platform work, low-level optimization and elastic computing. The post attributes the rationale to DeepSeek's Cui Tianyi, whose argument is essentially that complexity compounds exponentially as data volume, machine and container counts, training and evaluation jobs, agent environments, user counts and request traffic all grow simultaneously, outstripping what the existing backend can handle.
Pricing and community reception
Despite the performance claims, pricing reportedly stays level with V4 Flash. The post relays a running joke in the Chinese developer community: founder Liang Wenfeng earns the nickname "Saint Liang" when performance is high and prices low, and a less flattering one when prices climb. With V4.1 Flash, the author says, the saintly nickname is back.
The article also shows the model being called through an OpenAI-compatible client pointed at DeepSeek's API endpoint, suggesting integration for existing tooling would be straightforward once access widens.
A crowded release calendar
The write-up situates the launch within an unusually fast cadence of Chinese model releases: Kimi K3 open-sourced and Qwen3.8-Max released in July, GLM-5.3 and DeepSeek V4 Pro in August, and the V4.1 Flash beta in September, with V4.1 Pro expected to follow. A public V4.1 Flash release was tentatively pegged to September 10, though that timing was not confirmed.
Why it matters
If the throughput figures hold up under third-party testing, they move multimodal interaction into genuinely real-time territory: image in, substantive answer out, in under a second. Holding price flat while multiplying speed would also sharpen pressure on competitors charging more for less, and it signals that inference efficiency is becoming a primary competitive axis alongside raw capability.
The caveats matter just as much, though. Everything here traces to a single community blog post about a beta that expired within 48 hours, with no technical report and no published architecture details. The real test arrives when V4.1 Flash reaches general availability or V4.1 Pro lands with proper documentation, at which point these numbers either survive scrutiny or join the long list of benchmark claims that did not.
- #deepseek
- #multimodal-models
- #llm
- #inference-speed
- #benchmarks