DeepSeek V4 Finally Released, Breaking the Strongest Closed-Source Monopoly, Explicitly Partnering with Huawei Chips

marsbitPubblicato 2026-04-24Pubblicato ultima volta 2026-04-24

Introduzione

DeepSeek AI has officially released DeepSeek-V4, available in two versions: the high-performance **DeepSeek-V4-Pro** (49B activated parameters, 1.6T total) and the more efficient **DeepSeek-V4-Flash** (13B activated parameters, 284B total). Both support a 1M context length, making long-context capability a baseline feature rather than a premium offering. The Pro version rivals top closed-source models in agent capabilities, world knowledge, and reasoning performance. It outperforms Claude Sonnet 4.5 in agentic coding and approaches Claude Opus 4.6 (non-thinking mode) in quality. The Flash version offers competitive performance at a lower cost, though it lags in highly complex tasks. A key technical innovation is a new attention mechanism that reduces computational and memory demands for long contexts. The models are optimized for agent frameworks like Claude Code and OpenClaw. API services are available with support for both OpenAI and Anthropic-style interfaces. DeepSeek also announced upcoming support for Huawei’s computing hardware in the second half of the year. The models are open-sourced on Hugging Face and ModelScope.

Just now, DeepSeek-V4 is here!

The preview version is officially launched and simultaneously open-sourced.

There are two versions in total:

DeepSeek-V4-Pro: Comparable to top closed-source models, 1.6T, 49B activated, 1M context length;

DeepSeek-V4-Flash: A smaller and faster economical version, 284B, 13B activated, 1M context length.

The official statement is: It leads domestically and in the open-source field in Agent capabilities, world knowledge, and reasoning performance.

And:

Currently, DeepSeek-V4 has become the Agentic Coding model used by company employees. According to evaluation feedback, the user experience is better than Sonnet 4.5, and the delivery quality is close to Opus 4.6 non-thinking mode. However, there is still a certain gap compared to the Opus 4.6 thinking model.

Currently, both the official website and the app have been updated, and the API service has also been synchronized.

Regarding the much-concerned domestic computing power, the key point is: Support for Huawei computing power in the second half of the year.

Top-Tier and Cost-Effective Choices, Two Versions Launched Together

This time, V4 releases two versions at once.

V4-Pro, performance comparable to top closed-source models.

The official judgment has three points:

Significantly improved Agent capabilities: In the Agentic Coding evaluation, V4-Pro has reached the best level among current open-source models and also performed excellently in other Agent-related evaluations. In internal evaluations, in Agent Coding mode, the V4 experience is better than Sonnet 4.5, and the delivery quality is close to Opus 4.6 non-thinking mode, but there is still a certain gap compared to the Opus 4.6 thinking mode.

Rich world knowledge: In world knowledge evaluations, DeepSeek-V4-Pro significantly leads other open-source models, only slightly inferior to the top closed-source model Gemini-Pro-3.1.

World-class reasoning performance: In evaluations of mathematics, STEM, and competitive code, DeepSeek-V4-Pro surpasses all currently publicly evaluated open-source models and achieves excellent results comparable to the world's top closed-source models.

V4-Flash, a smaller and faster economical version. Reasoning ability is close to Pro, world knowledge reserve is slightly inferior, but with smaller parameters and activation, and cheaper API.

In Agent tasks, DeepSeek-V4-Flash is on par with DeepSeek-V4-Pro in simple tasks, but there is still a gap in high-difficulty tasks.

In the car wash test, V4 also passed quickly.

In the classic biological scenario "Desperate Father," DeepSeek-V4 did not immediately grasp the key point of red-green color blindness in one round (according to genetic rules, if a female is red-green color blind, her biological father must be as well).

Million Context Length Becomes Standard

It is worth mentioning that from today, 1M context length is standard for all DeepSeek official services.

A year ago, 1M context length was Gemini's exclusive trump card; all other closed-source models were either 128K or 200K; on the open-source side, almost no one could afford this level.

DeepSeek directly moved the million context length from a "high-end feature" to "basic infrastructure."

And it's open source. How did they do it? The release directly gave the answer—

V4 has created a new attention mechanism that compresses at the token dimension and is used in combination with DSA sparse attention. Compared to traditional methods, the demand for computation and memory is significantly reduced.

DSA is not a new term. It was first introduced in the V3.2-Exp update half a year ago. At that time, external attention was low because the benchmark scores were almost the same as V3.1-Terminus, making it seem like an insignificant intermediate version.

Looking back now, that was the foundation of V4.

Special Optimization for Agent Capabilities

On the Agent side, V4 has been adapted and optimized for mainstream Agent products such as Claude Code, OpenClaw, OpenCode, CodeBuddy, etc., with improvements in code tasks and document generation tasks.

The release also included an example of a PPT inner page generated by V4-Pro under a certain Agent framework.

API Pricing

On the API side, V4-Pro and V4-Flash are simultaneously launched, supporting both OpenAI ChatCompletions interface and Anthropic interface.

The base_url remains unchanged, just change the model parameter to deepseek-v4-pro or deepseek-v4-flash to call.

Both versions have a maximum context length of 1M and support both non-thinking mode and thinking mode. In thinking mode, the intensity can be adjusted through the reasoning_effort parameter, with two levels: high and max. The official recommendation is to directly use max for complex Agent scenarios.

Here is a key point—Support for Huawei computing power in the second half of the year.

In addition, old model names will be discontinued.

deepseek-chat and deepseek-reasoner will be discontinued three months later (July 24, 2026). During the current phase, these two names point to the non-thinking and thinking modes of V4-Flash, respectively.

It has little impact on individual developers; just change one model parameter. Companies with production environments need to migrate during these three months.

One more thing

At the end of the release, DeepSeek quoted a sentence.

"Not tempted by praise, not frightened by slander, follow the path and act,端正自己端正自己 (correct oneself)."

This is a sentence from Xunzi's "Non-Twelve Masters." The literal meaning is: not tempted by praise, not frightened by slander, move forward according to the path one believes in, and correct oneself.

In today's context, it's somewhat interesting.

Over the past six months, rumors about when V4 would be released, whether it was delayed, whether it had been surpassed by others, whether it had been compromised by Claude's distilled data, etc., have circulated back and forth in both Chinese and English AI circles. At the beginning of the year, some even confidently said that V4 would be released before the Spring Festival, but it wasn't until the end of April.

They never responded once.

Then, on a Friday afternoon, they released V4, simultaneously open-sourced it, simultaneously launched it on the official website and app, simultaneously updated the API, and even wrote into the release that internal employees have already abandoned Claude.

No roadmap, no live stream, no interviews.

The four words "率道而行" (follow the path and act) sound like a slogan. But if you look at the path over the past six months: the V3.2 "unremarkable" Exp version, the DSA sparse attention that paved the way for V4 for half a year, and the path of making 1M context length from a trump card to a standard feature.

DeepSeek has already done it.

DeepSeek-V4 model open-source links:

[1]https://huggingface.co/collections/deepseek-ai/deepseek-v4

[2]https://modelscope.cn/collections/deepseek-ai/DeepSeek-V4

DeepSeek-V4 Technical Report: https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro/blob/main/DeepSeek_V4.pdf

This article is from the WeChat public account "QbitAI", author: QbitAI

Domande pertinenti

QWhat are the two versions of DeepSeek-V4 that were released, and what are their key specifications?

ADeepSeek-V4 was released in two versions: DeepSeek-V4-Pro and DeepSeek-V4-Flash. The Pro version has 1.6T parameters with 49B activated and a 1M context length. The Flash version is a smaller, faster, and more economical model with 284B parameters, 13B activated, and also a 1M context length.

QAccording to the article, how does DeepSeek-V4-Pro's performance compare to top closed-source models like Anthropic's Opus 4.6?

AAccording to internal evaluations, DeepSeek-V4-Pro's performance in Agent Coding mode is better than Sonnet 4.5 and its delivery quality is close to Opus 4.6 in non-thinking mode, but it still has a gap compared to Opus 4.6 in thinking mode.

QWhat major technical achievement is highlighted for the DeepSeek-V4 models regarding context length?

AA major technical achievement is that a 1M context length has become the standard for all DeepSeek official services. This was achieved through a novel attention mechanism that compresses at the token dimension and is combined with DSA sparse attention, significantly reducing computational and memory requirements.

QWhat significant partnership or hardware support is announced for the future of DeepSeek's models?

AThe article announces that DeepSeek will support Huawei's computing power in the second half of the year.

QWhere can users find the open-source models and the technical report for DeepSeek-V4?

AThe open-source models can be found on Hugging Face and ModelScope collections under 'deepseek-ai/deepseek-v4'. The technical report is available at: https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro/blob/main/DeepSeek_V4.pdf

Letture associate

Analyzing the Impact of AI on Economic Growth and Productivity

**Title: Analyzing AI's Impact on Economic Growth and Productivity** This article examines three contrasting views on AI's influence on economic growth and productivity. **The Optimistic View** posits that AI, especially through automating R&D ("recursive self-improvement"), could dramatically accelerate growth, even triggering a technological "singularity" with explosive, potentially infinite, economic expansion. **The Moderate/Mainstream View** acknowledges AI's productivity benefits but emphasizes significant real-world constraints that could limit its impact. These include: limited cost savings per task, structural ceilings on which jobs and industries are "exposed" to AI, adoption bottlenecks (e.g., compute, energy, regulatory hurdles), and the "weak link" effect where non-automatable tasks cap overall gains. Consequently, the realized AI dividend may be far lower than optimistic projections, with estimates typically ranging from 0.1% to 1.3% annual productivity growth. **The Pessimistic View** stems from two strands. The first aligns with the moderate view but applies extremely conservative assumptions about task exposure and efficiency gains, yielding minimal projected impact. The second introduces a demand-side critique: if AI primarily replaces rather than augments labor, it could depress labor's share of income, weaken consumer demand, and create a "demand trap" that ultimately stifles growth, unless offset by redistribution policies. **The authors' assessment** is nuanced: * **Short-term (1-2 years):** AI will support growth primarily through investment spending, not significant productivity gains. * **Medium-term (3-5 years):** Three potential paths emerge based on AI demand and bottleneck severity: 1. **"Optimistic Path":** High demand, few bottlenecks. Rapid productivity gains but risk of major job displacement and social conflict without redistribution. 2. **"Moderate Path" (most likely):** High demand but significant, surmountable bottlenecks. Leads to moderate productivity gains, financial market volatility (K-shaped returns), and sectoral job losses. 3. **"Pessimistic Path":** Low demand or severe bottlenecks. Minimal productivity and growth impact, triggering financial market corrections but allowing a smoother societal transition with less labor disruption. * **Long-term:** AI holds potential for a major productivity revolution and prosperity. The conclusion stresses that no path is smooth. Technologically "optimistic" outcomes could be socially detrimental, while "pessimistic" technological diffusion might be more socially stable. Policymakers must monitor developments and prepare balanced responses to manage economic, financial, and social sustainability.

marsbit1 min fa

Analyzing the Impact of AI on Economic Growth and Productivity

marsbit1 min fa

The New Cold War is a Tech Stock War

The New Cold War is a Tech Stock War The article argues that the contemporary geopolitical and economic rivalry between the US and China represents a "New Cold War," but one fundamentally fought through technology and financial markets, not physical barriers or conventional trade. Historically, US dominance was secured through financial systems. The Soviet Union, reliant on the rigid "Transferable Ruble," was ultimately undermined by its dependency on the US dollar for oil trade. Later, Japan's semiconductor challenge was countered not just by tariffs (e.g., Plaza Accord, 301 investigations) but by binding it to US Treasury bonds. China presents a more complex, "embedded" challenger. While it holds vast dollar reserves and US debt like Japan, its industrial base is stronger and more diversified than the Soviet Union's. Surviving the initial 2018 trade war phase, the conflict has evolved into a "tech-financial war." The core battlefield is now the stock market. US tech stocks (AI, semiconductors) are treated as sovereign assets, buoyed by bipartisan national will. China is pushing to strengthen its own financial markets to convert industrial strength into financial power and fund its tech ambitions. Companies like ChangXin (semiconductors), Moonshot AI, and DJI compete not just for market share but as financial proxies for their respective systems. The new paradigm is moving from globally efficient monopolies (Apple, Google) towards companies that achieve monopolistic profits within their respective geopolitical spheres. This competition over "pricing power" and financial valuation in segmented markets defines the current era, making the stock market the primary arena for this tech-centric struggle.

marsbit11 min fa

The New Cold War is a Tech Stock War

marsbit11 min fa

RWA Weekly: Ten European Financial Institutions Establish Tokenized Asset Cooperative; Ondo Launches New Execution Network Ondo Network

RWA Weekly: European Banks Form Tokenized Asset Cooperative; Ondo Launches New Execution Network Ondo Network Covering July 24-31, 2026, the RWA sector saw a steady on-chain total value locked (TVL) of $36.8 billion, with holder count hitting a record high. However, stablecoin transfer volumes fell sharply (~30%), indicating low on-chain settlement demand. Key regulatory moves include South Korea advancing stablecoin legislation and a push to scrap crypto taxes, Kenya lowering capital requirements for stablecoin issuers, and Zimbabwe approving seven projects for its crypto sandbox. In project developments, BIS-led Project Agorá successfully tested cross-border payments with tokenized funds across six currencies. Ten major European financial institutions formed the RL1 blockchain cooperative to build tokenized asset infrastructure. Other notable updates: Aviva launched a tokenized dollar liquidity fund on XRPL, POSCO International tokenized commercial invoices on Injective, and a Brazilian farmer used tokenized cattle as collateral for a loan. Additional progress includes BNY Mellon migrating its core transfer agent operations to blockchain, Securitize gaining SEC investment advisor registration, and Tether’s compliant stablecoin USA₮ launching on Celo. Ondo Finance introduced Ondo Network, a new execution layer focused on speed and privacy, moving away from its initial chain plans. An analysis highlights that despite the growing scale of on-chain RWAs (~$32B), approximately 90% remain underutilized in DeFi, pointing to a critical challenge in unlocking liquidity and fostering real-world application beyond mere issuance.

marsbit11 min fa

RWA Weekly: Ten European Financial Institutions Establish Tokenized Asset Cooperative; Ondo Launches New Execution Network Ondo Network

marsbit11 min fa

South Korean Stock Market Sees Sharp Rebound After Forceful De-leveraging, SK Hynix Rises 30%

On July 31, South Korean stocks staged a historic rebound. The benchmark KOSPI index surged 18.27%, with chipmaker SK Hynix hitting a 30% gain limit. This followed a brutal, near-40% decline in the KOSPI over the previous month, driven largely by a deleveraging spiral involving leveraged ETFs. Analysts attributed the sharp sell-off to structural liquidity issues rather than deteriorating corporate fundamentals. The rally was triggered by a confluence of positive catalysts. Firstly, strong earnings from U.S. cloud giants Microsoft and Amazon alleviated fears of an "AI bubble burst," boosting global tech sentiment. Secondly, SK Group Chairman Chey Tae-won made a rare personal purchase of SK Hynix shares, seen as a strong vote of confidence. Thirdly, the South Korean government announced a 20 trillion won ($139 billion) AI investment fund. In response to the market turmoil, South Korean regulators are tightening controls on leveraged ETFs, admitting oversight shortcomings. Measures include raising minimum cash保证金 requirements for散户 investors and suspending new product launches. While the rebound signals eased liquidity pressure, analysts note deep structural issues remain. The market's future stability is seen as dependent on global tech capital expenditure trends and memory chip price cycles, with some viewing the surge as a technical correction rather than a definitive trend reversal.

marsbit31 min fa

South Korean Stock Market Sees Sharp Rebound After Forceful De-leveraging, SK Hynix Rises 30%

marsbit31 min fa

Trading

Spot
活动图片