Introduction
DeepSeek launched the closed beta of its intermediate model, DeepSeek V4.1 Flash, on September 8, 2026. Built on a brand-new model architecture, this model features native multimodal input support, stronger overall capabilities, faster inference speed and lower operational costs. This release is positioned as a temporary intermediate test build, scheduled to automatically expire on September 10, leaving developers only a short window to run validation tests.
For existing DeepSeek API users, integration requires minimal configuration changes. Developers retain the original base URL and only need to switch the model parameter to deepseek-v4.1-flash-expires-on-0910. The billing scheme stays identical to DeepSeek V4 Flash, with a per-account concurrency cap of 20 simultaneous requests.
DeepSeek’s core objective for this beta is to evaluate whether the Flash variant can fully replace V4 Pro. This ambition signals that the model is not merely designed as a cheaper alternative. Instead, the engineering team aims to combine the low latency and cost advantages of Flash, while pushing its capability ceiling close to that of the Pro tier. When developers manage multiple large model endpoints for benchmark testing, an API gateway like 4sapi can streamline unified request routing and audit logging across different model services. This article covers model specifications, API access steps, benchmark test results, comparison tables, selection guidance, common developer questions and risk notes for this time-limited beta release.
1. Core Model Specifications and Parameter Comparison
The table below outlines key configuration and pricing data across DeepSeek V4 Flash, DeepSeek V4 Pro and the experimental V4-Flash-Vision-Exp variant.
| Item | deepseek-v4-flash | deepseek-v4-pro | deepseek-v4-flash-vision-exp |
|---|---|---|---|
| Base URL (OpenAI compatible) | https://api.deepseek.com | https://api.deepseek.com | https://api.deepseek.com |
| Base URL (Anthropic compatible) | https://api.deepseek.com/anthropic | https://api.deepseek.com/anthropic | https://api.deepseek.com/anthropic |
| Model Version | DeepSeek-V4-Flash-0731 | DeepSeek-V4-Pro-0813 | DeepSeek-V4-Flash-Vision-Exp |
| Thinking Mode | — | Supports non-thinking and thinking mode (default) | — |
| Context Window | 1M tokens | 1M tokens | 1M tokens |
| Max Output Length | 384K tokens | 384K tokens | 384K tokens |
| JSON Output | Supported | Supported | Supported |
| Tool Calls | Supported | Supported | Supported |
| Responses API | Supported | Supported | Supported |
| Anthropic API Compatibility | Supported | Supported | Supported |
| Continued Chat Completion (Beta) | Supported | Supported | Supported |
| FIM Fill-in-Middle (Beta) | Available in non-thinking mode only | Available in non-thinking mode only | Not supported |
| Input price (cached, per million tokens, off-peak) | 0.05 CNY | 0.15 CNY | 0.05 CNY |
| Input price (cached, per million tokens, peak hours) | 0.10 CNY | 0.30 CNY | 0.10 CNY |
| Input price (non-cached, per million tokens, off-peak) | 1.5 CNY | 4.5 CNY | 1.5 CNY |
| Input price (non-cached, per million tokens, peak hours) | 3.0 CNY | 9.0 CNY | 3.0 CNY |
| Output price (per million tokens, off-peak) | 4.5 CNY | 13.5 CNY | 4.5 CNY |
| Output price (per million tokens, peak hours) | 9.0 CNY | 27.0 CNY | 9.0 CNY |
| Concurrency Limit | 2500 | 500 | 2500 |
> Notes:
> 1. Off-peak pricing equals half of peak-hour pricing. Peak hours are defined as Monday to Friday, 09:00–12:00 and 14:00–18:00 Beijing Time. All other time windows count as off-peak.
> 2. Images sent to deepseek-v4-flash-vision-exp will be converted into tokens by pixel count and billed together with text tokens. Refer to DeepSeek official docs for detailed image token calculation rules.
> 3. The 20-concurrent-request cap is exclusive to the V4.1 Flash beta; the standard Flash and Pro models use the concurrency numbers listed in the table.
DeepSeek V4.1 Flash marks the first Flash-series model with native multimodal capability. The team previously released deepseek-v4-flash-vision-exp on August 21, 2026, which added image input as an external capability. V4.1 Flash evolves this concept by integrating multimodal support directly into the redesigned model architecture, rather than treating vision processing as an external plugin.
2. API Access Workflow and Beta Constraints
Existing DeepSeek API accounts can access this beta model without separate application for qualification. The configuration steps are straightforward and can be finished within minutes.
- Keep the original
base_urlunchanged, no endpoint migration required. - Modify the
modelfield in your API request body todeepseek-v4.1-flash-expires-on-0910. - Billing rules are fully aligned with DeepSeek V4 Flash. No extra charges will be applied.
- Each account is restricted to a maximum of 20 concurrent requests.
- This model identifier will expire automatically on September 10, after which requests using this model name will fail.
| Project | Details |
|---|---|
| Model ID | deepseek-v4.1-flash-expires-on-0910 |
| Base URL | Same as standard DeepSeek API endpoint |
| Billing | Matches DeepSeek V4 Flash pricing |
| Concurrency Quota | 20 concurrent requests per account |
| Beta Expiry Date | September 10, 2026 |
For production environments, engineering teams must build fallback logic to handle model expiration. All test workloads need migration plans before the cutoff date to avoid request failures after September 10. This temporary release is designed for small-scale functional verification and benchmarking only, and is not suitable for core production traffic.
3. Practical Test Results of DeepSeek V4.1 Flash
Independent community testers ran two major categories of evaluations: Chinese narrative writing and front-end code generation. These practical benchmarks demonstrate the real behavioral changes brought by the new model architecture.
3.1 Chinese Essay Writing Test: More Human-like Narrative Rhythm
Researchers used traditional college entrance examination essay prompts to evaluate the model’s language sense. In the test, V4.1 Flash builds clear logical arcs for opening, transition and conclusion. The emotional progression feels natural, without hollow slogans or forced theme elevation that are common flaws in many LLMs. Compared to earlier Flash versions, the narrative pacing feels more human, a direct observable benefit from the updated native architecture.
3.2 Front-End Code Generation Test: Granular Control of Visual Details
Front-end development tasks are effective for evaluating the model’s grasp of visual hierarchy and interactive logic. Three representative test cases were executed:
- Interactive Polaroid Camera (HTML + CSS + JS): Completed in a 5-minute generation cycle. The spatial relationships among camera casing, lens, shutter and photo output slot are accurately modeled. Light and shadow rendering does not overpower core interactive elements.
- macOS-style Web Desktop Operating System: Integrates a text editor, Python runtime environment, code editor, game manager, file manager, drawing tool and video editor. The code follows standardized layout rules and handles this complex case with no obvious logic breakdowns.
- Sci-Fi Spaceship Cockpit HUD: Different interface zones are assigned differentiated response speeds. The central star view has the highest responsiveness, peripheral panels respond slower, and background movement is minimal. This design creates a clear sense of depth across glass, posture indicator and distant space layers.
Community feedback on Linux DO shows that the model can maintain stable output speed at around 400 tokens per second in real tests. The speed boost is highly noticeable for heavy continuous generation workloads. For developers running frequent code iteration and agent workflows, this throughput improvement delivers tangible experience gains.
4. Strategic Positioning: Flash Aims to Compete with Pro-tier Capability
The release reveals DeepSeek’s long-term roadmap for the Flash product line. Previously, Flash models were positioned as low-cost, high-throughput alternatives for high-volume tasks. With V4.1 Flash, the team is testing whether Flash can close the capability gap with V4 Pro, retaining its speed and price advantage.
This approach mirrors the common industry practice of rolling out intermediate preview models for small-scale validation before full production rollout. Many large model providers allow developers to switch between multiple model variants under a single API key. Teams can run low-traffic A/B tests on these intermediate builds, then decide whether to shift core production workloads to the upgraded model.
5. Selection Guide: DeepSeek V4.1 Flash (Beta) vs V4 Pro
| Evaluation Dimension | V4.1 Flash (Beta) | V4 Pro |
|---|---|---|
| Positioning | Intermediate test build; verify if Flash can replace Pro | Official flagship stable release |
| Speed | Noticeably faster; community measured at ~400 tokens/s | Relatively slower |
| Multimodal | Native multimodal support | Multimodal capability subject to official confirmation |
| Stability | Temporary beta; expires September 10 | Long-term stable availability |
| Suitable Scenarios | Code testing, high-frequency batch generation | Complex tasks requiring maximum capability |
For workloads sensitive to latency and token cost, and teams that can tolerate beta instability, V4.1 Flash works well for pre-production validation. For core production pipelines that require guaranteed stability and high capability ceilings, developers should keep using V4 Pro and wait for the formal stable release of V4.1 Flash.
6. Frequently Asked Questions
Q: Do I need to submit a separate application to access DeepSeek V4.1 Flash beta?
A: No extra application is required. Any existing DeepSeek API account can access it. Simply update the model parameter and keep your base URL unchanged.
Q: Is V4.1 Flash cheaper than V4 Pro?
A: During the beta phase, V4.1 Flash uses the same billing rules as V4 Flash, which is significantly cheaper than V4 Pro. Final pricing is subject to DeepSeek’s official announcement.
Q: What happens after the September 10 expiry?
A: The identifier deepseek-v4.1-flash-expires-on-0910 will be invalidated after the deadline. Requests using this model name will fail. Developers need to follow official announcements for formal release schedules or revert to existing stable models.
Q: What multimodal inputs does V4.1 Flash support?
A: It supports native multimodal input. Referencing the earlier V4-Flash-Vision-Exp experimental model, image input and mixed text-image prompts are supported. Check DeepSeek official documentation for the full scope of supported file types.
Q: Does the 20-concurrency limit affect formal production deployment?
A: The 20-concurrent cap is a resource protection measure for this beta release. It is not suitable for large-scale production traffic. Use this model only for functional verification and low-volume testing.
Conclusion
DeepSeek V4.1 Flash is a short-lived intermediate beta built on redesigned model architecture with native multimodal capabilities. It retains Flash’s signature low cost and high inference speed while attempting to narrow the capability gap against the V4 Pro flagship. The integration process is simple: developers reuse existing endpoints and only modify the model name parameter.
Community testing shows strong performance in Chinese long-form writing and complex front-end code generation, with throughput reaching roughly 400 tokens per second. However, the September 10 expiry date and strict concurrency limits mean teams must treat it purely as a validation tool, not a production-ready model. Before committing core workloads, developers should run custom benchmarking, build expiration fallback logic and monitor official updates for the formal release.
International access: https://4sapi.com
Domestic access: https://4sapi.cn




