Deepseek.ai is an independent website and is not affiliated with, sponsored by, or endorsed by Hangzhou DeepSeek Artificial Intelligence Co., Ltd.

    AI News · September 8, 2026 · Independent Guide

    DeepSeek's Reported 160,000-Chip Huawei Cluster: A Gigawatt Bet on Serving, Not Training

    By the Deep Seek AI editorial desk · September 8, 2026 · 7 min read

    DeepSeek is preparing to deploy at least 160,000 Huawei Ascend 950DT accelerators at a data center it is building in Ulanqab, Inner Mongolia — a site designed for roughly gigawatt-scale power. The detail that matters most is not the number. It is that the chips are earmarked for inference.

    Sourcing note

    This is a reported plan, first published by Bloomberg on September 4, 2026 and citing people familiar with the matter, and widely picked up since. DeepSeek has not announced it, Huawei has not confirmed the order, and no deployment schedule is public. Everything below is framed accordingly.

    The reported numbers

    Reported details of DeepSeek's planned Huawei Ascend cluster in Ulanqab, Inner Mongolia
    ItemReportedDetail
    Reported chip count≥ 160,000Huawei Ascend 950DT accelerators
    SiteUlanqabInner Mongolia, China
    Design power~1 GWGigawatt-scale target for the full facility
    WorkloadInference onlyServing user queries, not training runs
    Target timingEnd 2027 – early 2028For at least part of the capacity
    StatusReported planNot a confirmed or completed deployment

    Why "inference only" is the headline

    Huawei designed and markets the Ascend 950DT for training. DeepSeek reportedly wants it for serving. That inversion is deliberate, and it tells you exactly where domestic silicon is competitive today.

    Training is the workload that punishes an immature software stack: months-long runs, tight collective-communication patterns, exotic parallelism, and a failure anywhere ruins the whole job. Inference is far more forgiving. It is embarrassingly parallel per request, tolerant of node failure, and dominated by memory bandwidth and cost per served token rather than peak interconnect efficiency. If you are going to bet a gigawatt on non-Nvidia hardware, serving is the sane place to start.

    It also matches how DeepSeek has been spending its engineering effort. The lab's public work on DSpark speculative decoding and hardware-aware scheduling is inference optimisation, not training research — and those techniques travel to a new accelerator far more easily than a training stack does.

    The bottleneck is packaging, not ambition

    The reported target of "at least part of the capacity operating by end of 2027 or early 2028" carries an explicit caveat: Huawei's production. Analysts consistently point at advanced packaging and high-bandwidth memory supply as the constraint on Ascend volume. A 160,000-accelerator order would absorb a meaningful share of that capacity, which makes this as much a test of Huawei's manufacturing as of DeepSeek's porting work. The honest read is that the plan is a statement of direction with a hardware dependency attached.

    What it would change for developers

    • Capacity, before price. The visible pain in the DeepSeek API has been throttling under load and an announced peak-hour surcharge. Owned inference capacity attacks that ceiling directly. Today's published rates are unchanged — see DeepSeek pricing for what actually applies.
    • Model efficiency stays central. Serving frontier-class models on domestic silicon rewards exactly the architectural choices DeepSeek already favours — sparse mixture-of-experts, aggressive caching, compressed attention.
    • Supply-chain risk shifts, it does not vanish. Export controls stop being the single point of failure; Huawei's yield becomes one instead.
    • It is a 2027–2028 story. Nothing about your integration changes this quarter. Plan around the current API.

    Frequently asked questions

    How many Huawei chips is DeepSeek reported to be buying?

    At least 160,000 Huawei Ascend 950DT accelerators, according to reporting first published by Bloomberg on September 4, 2026 and citing people familiar with the plan. That would be among the largest known single-site deployments of Huawei AI silicon.

    Where is the DeepSeek data center being built?

    In Ulanqab, Inner Mongolia. The facility is designed for roughly gigawatt-scale power consumption, and the reported 160,000 accelerators represent only part of its eventual capacity.

    Will DeepSeek train its models on Huawei Ascend chips?

    No — not with this deployment. The chips are earmarked for inference, meaning running existing models to answer user queries. There is currently no plan to use them for training, even though Huawei designed and markets the 950DT as a training accelerator.

    Is DeepSeek dropping Nvidia?

    Not in one step. Splitting the stack — Nvidia for training, domestic silicon for serving — is the pragmatic path, because inference is the workload where software maturity matters least and volume matters most. Training remains the harder porting problem.

    When would the cluster be running?

    DeepSeek reportedly wants at least part of the capacity operating by the end of 2027 or early 2028, subject to Huawei's production capacity. Advanced packaging and high-bandwidth memory supply are the widely cited bottlenecks.

    Would this make the DeepSeek API cheaper?

    Not directly and not soon. Owned domestic inference capacity mainly removes a supply ceiling — the constraint behind capacity throttling and the announced peak-hour surcharge. Current published rates are unaffected; check the official rate card for the prices that apply today.