---
title: "PanGu (Huawei)"
source: "https://systems-analysis.info/eng/PanGu_(Huawei)"
wiki: "systems-analysis.info/eng"
article: "PanGu_(Huawei)"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:LLM families"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 298
wiki_created_at: 2026-09-06T22:20:13Z
wiki_modified_at: 2026-09-06T22:20:13Z
downloaded_at: 2026-09-07T22:22:32Z
---

# PanGu (Huawei)

**Huawei PanGu** (Chinese: *盘古*) is a family of ultra-large [pre-trained](https://systems-analysis.info/eng/Pre-training_of_large_language_models "Pre-training of large language models") artificial intelligence models (foundation models) developed by Huawei Cloud. The name "PanGu" refers to Pangu, the mythological first living being in Chinese culture who created the world<sup>[\[1\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-hdc2021-1)</sup>. The PanGu family covers various domains, including natural language processing (NLP), computer vision (CV), [multimodal](https://systems-analysis.info/eng/Multimodal_large_language_models "Multimodal large language models") analysis, predictive modeling, and scientific computing. Since 2025, the openly released members of the family have been distributed under the name **openPangu**.

## History and Development

### PanGu-α (2021)

The first model in the family, **PanGu-α** (PanGu-Alpha), was introduced in April 2021. With **200 billion** parameters, it became the largest Chinese language model at the time, surpassing the size of [GPT](https://systems-analysis.info/eng/GPT_(OpenAI) "GPT (OpenAI)")-3 (175 billion) from OpenAI<sup>[\[2\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-aibusiness_2021-2)</sup>.

The model was developed by the Huawei Cloud team in collaboration with the **Noah's Ark** lab and trained on a cluster of **2048** specialized **Huawei Ascend 910** processors using the MindSpore framework<sup>[\[3\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-tech_report_alpha-3)</sup>. The training corpus consisted of 1.1 TB of high-quality Chinese text data. PanGu-α demonstrated strong performance on the **CLUE** (Chinese Language Understanding Evaluation) benchmark, achieving first place in the overall rankings<sup>[\[1\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-hdc2021-1)</sup>.

### PanGu-Σ (2023): Toward a Trillion Parameters

In March 2023, Huawei researchers published a paper introducing **PanGu-Σ** (PanGu-Sigma), a sparse language model with **1.085 trillion** parameters — roughly an order of magnitude larger than PanGu-α<sup>[\[4\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu_sigma-4)</sup>. Built on the MindSpore framework and trained on a cluster of 512 Ascend 910 accelerators over roughly 100 days using 329 billion tokens drawn from more than 40 natural and programming languages, PanGu-Σ inherited its dense parameters from PanGu-α and extended them into a sparse architecture through a mechanism called **Random Routed Experts (RRE)**.

Unlike conventional [MoE](https://systems-analysis.info/eng/Mixture-of-Experts_(MoE) "Mixture-of-Experts (MoE)") routing, RRE uses two-level routing in which experts are first grouped by domain or task, and tokens are then randomly and uniformly assigned within each group, without a learnable gating function. Combined with an Expert Computation and Storage Separation (ECSS) technique, this yielded a reported **6.3-fold** increase in training throughput over a comparable MoE model with the same hyper-parameters, and allowed compact sub-models to be extracted for downstream tasks such as dialogue, translation, and code generation<sup>[\[4\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu_sigma-4)</sup>.

### PanGu 3.0 (2023): A Platform Approach

In July 2023, Huawei unveiled the **PanGu 3.0** platform, marking a shift from a single model to a multi-layered **"5+N+X"** architecture focused on industrial applications<sup>[\[5\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu3_launch-5)</sup>.

- **L0 (Base Layer)**: Five fundamental models (NLP, CV, multimodal, predictive, and scientific computing).
- **L1 (Industry Layer)**: N industry-specific models, [fine-tuned](https://systems-analysis.info/eng/Fine-tuning_(deep_learning) "Fine-tuning (deep learning)") from the base models for specific sectors (government, finance, manufacturing, etc.).
- **L2 (Scenario Layer)**: X models for specific application scenarios (virtual assistant, typhoon track prediction, etc.).

This hierarchical approach allows customers to either use ready-made solutions or fine-tune industry models on their own data, significantly simplifying and reducing the cost of adaptation.

### PanGu 5.0 (2024)

On June 21, 2024, at the Huawei Developer Conference (HDC 2024), Huawei Cloud CEO Zhang Ping'an announced **PanGu 5.0**, an upgrade emphasizing a full range of model sizes, stronger multimodal understanding, and improved reasoning<sup>[\[6\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu50-6)</sup>. The release spanned a family of models ranging from around one billion parameters for on-device use up to trillion-parameter models for cross-domain enterprise tasks, and added the ability to process modalities such as text, images, video, radar, infrared, and remote-sensing data. PanGu 5.0 also powered an upgraded Xiaoyi (Celia) assistant on Huawei's HarmonyOS devices<sup>[\[6\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu50-6)</sup>.

### PanGu 5.5 (2025): Mixture-of-Experts Architecture

On June 20, 2025, at HDC 2025, Huawei announced **PanGu 5.5**, aimed at solving advanced industrial problems. Five foundation models — for NLP, computer vision, multimodal processing, prediction, and scientific computing — were upgraded together<sup>[\[7\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu55_official-7)</sup>. The centerpiece was a new NLP "deep thinking" model built on a **[Mixture-of-Experts](https://systems-analysis.info/eng/Mixture-of-Experts_(MoE) "Mixture-of-Experts (MoE)") (MoE)** architecture with 256 expert sub-networks and a total of **718 billion** parameters<sup>[\[8\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu5_techmag-8)</sup>.

Because the MoE design dynamically activates only a portion of the model for a given task — and combines "fast" and "slow" thinking depending on problem difficulty — Huawei reported an **eight-fold** increase in overall inference efficiency compared with the previous generation<sup>[\[9\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-aimagazine_5_5-9)</sup>. The update also introduced **DeepDiver**, an agent module able to carry out multi-step research tasks of more than ten steps in under five minutes and generate reports exceeding 10,000 words<sup>[\[7\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu55_official-7)</sup>.

### openPangu 2.0 (2026)

On June 12, 2026, at the Huawei Developer Conference (HDC 2026), Huawei introduced **openPangu 2.0**, an open-weight generation of the family presented in two Mixture-of-Experts variants: **Pro**, with 505 billion total parameters and 18 billion activated per token, and **Flash**, with 92 billion total and 6 billion activated parameters<sup>[\[10\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-openpangu2-10)</sup>. Both variants support a **512K-token** context window and are optimized for Ascend hardware and the HarmonyOS ecosystem; Huawei claimed roughly double the single-card inference throughput of other mainstream open-source models on Ascend<sup>[\[10\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-openpangu2-10)</sup>.

Beginning June 30, 2026, Huawei started to open-source the model in stages on the GitCode "Ascend Tribe" community, releasing the openPangu-2.0-Flash weights, inference code, and operators first, with the larger Pro variant and additional components to follow<sup>[\[11\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-openpangu2_flash-11)</sup>. The models were trained on Huawei's Ascend AI accelerators and optimized for its software stack, in line with the company's strategy of offering an AI platform independent of Nvidia hardware<sup>[\[11\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-openpangu2_flash-11)</sup>.

## Key Architectural and Technical Solutions

The PanGu models are built on a GPT-like [transformer architecture](https://systems-analysis.info/eng/Transformer_architecture "Transformer architecture") but include several innovations for training ultra-large models. To control the generation process, a special **Query Layer** was introduced, which helps to induce the desired output during the pre-training stage<sup>[\[3\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-tech_report_alpha-3)</sup>.

From PanGu-Σ (2023) onward, the family increasingly adopted sparse, Mixture-of-Experts designs — first through Random Routed Experts, and later through the MoE architectures of PanGu 5.5 and openPangu 2.0 — in order to scale total parameter counts while keeping the compute activated per token comparatively low.

The training and deployment of PanGu models are tightly integrated with Huawei's own hardware and software platform:

- **Ascend 910 Processors**: Specialized AI accelerators that form the basis of the computing clusters.
- **MindSpore Framework**: An open-source deep learning platform that supports **auto-parallel technology**, which combines five types of parallelism (data, model, pipeline, optimizer, etc.) to efficiently distribute computations across thousands of nodes<sup>[\[3\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-tech_report_alpha-3)</sup>.

## Specialized Models and Their Applications

### PanGu-Weather

One of the most well-known models in the family is **PanGu-Weather**, a global meteorological model based on deep learning. In July 2023, a paper describing it was published in the prestigious scientific journal *Nature*, reported to be the first *Nature* paper authored solely by employees of a Chinese technology company<sup>[\[12\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-nature_pangu_news-12)</sup>.

The model has demonstrated the ability to match or surpass the accuracy of traditional numerical weather prediction methods from the **European Centre for Medium-Range Weather Forecasts (ECMWF)** at a significantly higher speed. Generating a 24-hour global forecast takes the model **mere seconds** instead of the hours required by supercomputer-based numerical prediction, representing a speed-up of approximately **10,000 times**<sup>[\[13\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-nature_paper-13)</sup>. From mid-2023, PanGu-Weather forecasts were made available on the ECMWF website, and the model was included in ECMWF's evaluation of data-driven weather forecasting<sup>[\[14\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-ecmwf_avail-14)</sup>.

### Industrial Applications

PanGu models have been implemented in over 500 scenarios across 30 industries. Some examples include:

- **Agriculture**: The Chinese Academy of Agricultural Sciences (CAAS) used PanGu to develop a breeding model, which helped cultivate an experimental rice variety with improved lodging resistance<sup>[\[8\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu5_techmag-8)</sup>.
- **Oil and Gas Industry**: CNPC uses a PanGu model (the "Kunlun" large model) for the automatic detection of pipeline defects with sub-millimeter accuracy, increasing identification efficiency by ~40%<sup>[\[15\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-cnpc_case-15)</sup>.
- **Public Administration**: In Shenzhen, an intelligent assistant named **"Xiaofu"** was created, which provides citizens with information about public services based on a corpus of over 200,000 local documents<sup>[\[5\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu3_launch-5)</sup>.
- **Pharmacology**: The **PanGu Drug Molecule Model** is used to accelerate the screening of drug candidates. Using it, a team led by Professor Liu Bing at Xi'an Jiaotong University reported designing a broad-spectrum antimicrobial compound in about one month; Huawei describes it as a candidate expected to become the first new class of antibiotics with novel protein targets in roughly 40 years, though the drug remains in development<sup>[\[5\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-pangu3_launch-5)[\[16\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-drug_molecule-16)</sup>.

## Open-Source Release

In late June 2025, Huawei began open-sourcing part of the PanGu family under the **openPangu** name, publishing the models on the Chinese developer platform GitCode<sup>[\[17\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-opensource_2025-17)</sup>:

- **PanGu (openPangu) Dense Model 7B** (7 billion parameters).
- **PanGu (openPangu) Pro MoE Model 72B** (72 billion parameters), described by Huawei as the first large-scale model trained entirely on its own Ascend chips.

The move was aimed at stimulating innovation and building an open ecosystem around the **Huawei Ascend** hardware platform as a strategic response to global competition in AI<sup>[\[17\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-opensource_2025-17)</sup>.

### Allegations of derivation from Alibaba's Qwen (2025)

Days after the open-source release, in early July 2025, an entity calling itself **HonestAGI** posted a paper on GitHub arguing that the PanGu Pro MoE 72B model showed an "extraordinary correlation" with Alibaba's **Qwen 2.5 14B** model, based on "model fingerprinting" of attention-parameter distributions, and suggesting the model may not have been trained from scratch<sup>[\[18\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-qwen_dispute-18)</sup>. Huawei's **Noah's Ark Lab** quickly rejected the claim, stating that the model was independently developed on Ascend hardware and not based on incremental training of other companies' models, and that any third-party open-source code had been used in compliance with the relevant licenses<sup>[\[18\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-qwen_dispute-18)</sup>. The original repository containing the allegations was subsequently deleted. Reuters and other outlets reported the dispute as an illustration of intensifying competition and intellectual-property scrutiny within China's AI industry<sup>[\[18\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-qwen_dispute-18)</sup>.

### Toward a fully open-source stack (2025)

At **Huawei Connect 2025** (Shanghai, September 2025), Huawei committed to open-sourcing its entire Ascend AI software stack by December 31, 2025, including the **CANN** compute architecture, the Mind-series (MindSpore) toolchains, and the openPangu foundation models — a strategy explicitly framed as building a global alternative to Nvidia's CUDA ecosystem<sup>[\[19\]](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_note-hc2025-19)</sup>.

## External links

- <a href="https://en.wikipedia.org/wiki/Huawei_PanGu" class="external text" rel="nofollow">Huawei PanGu — Wikipedia</a>

## Literature

- Zeng, W.; et al. (2021). *PanGu‑α: Large‑Scale Autoregressive Pretrained Chinese Language Models*. <a href="https://s10251.pcdn.co/pdf/2021-zeng-pangu-alpha.pdf" class="external text" rel="nofollow">PDF</a>.
- Ren, X.; et al. (2023). *PanGu‑Σ: Towards Trillion Parameter Language Model with Sparse Heterogeneous Computing*. *arXiv:2303.10845*. <a href="https://arxiv.org/abs/2303.10845" class="external text" rel="nofollow">Online preprint</a>.
- Huawei (2021). *HDC.Cloud 2021: Huawei Releases Six Ground‑breaking Products to Supercharge the Cloud and Intelligent Transformation of Business*. <a href="https://www.huawei.com/en/news/2021/4/hdc-cloud-2021-six-products-cloud-intelligent-transformation" class="external text" rel="nofollow">Online news</a>.
- Huawei Cloud (2023). *Reshaping Industries with AI: Huawei Cloud Launches PanGu Models 3.0 and Ascend AI Cloud Services*. <a href="https://www.huaweicloud.com/intl/en-us/news/20230707180809498.html" class="external text" rel="nofollow">Online news</a>.
- Bi, K.; et al. (2023). *Accurate Medium‑Range Global Weather Forecasting with 3D Neural Networks*. *Nature*, 620, 560–566. <a href="https://www.nature.com/articles/s41586-023-06185-3" class="external text" rel="nofollow">DOI:10.1038/s41586‑023‑06185‑3</a>.
- Technology Magazine (2025). *What Huawei PanGu 5.5 Models Mean for Industrial AI*. <a href="https://technologymagazine.com/news/how-huawei-pangu-5-5-ai-models-transform-industry-operations" class="external text" rel="nofollow">Online article</a>.
- Huawei Cloud (2025). *Huawei Cloud Announces Pangu Models 5.5 and All‑new AI Cloud Service*. <a href="https://www.huaweicloud.com/intl/en-us/news/20250620192415143.html" class="external text" rel="nofollow">Online news</a>.
- MindSpore Team (2021). *MindSpore: An All‑Scenario Deep Learning Computing Framework (White Paper v1.1)*. <a href="https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/white_paper/MindSpore_white_paper_enV1.1.pdf" class="external text" rel="nofollow">PDF</a>.
- Zhang, S.; et al. (2024). *Ascend 910 NPU SoC Architecture for Large‑Scale AI Training*. *arXiv:2407.11888*. <a href="https://arxiv.org/html/2407.11888v1" class="external text" rel="nofollow">Online preprint</a>.
- AIbase News (2025). *Huawei Open Sources Dense PanGu 7B and Mixture‑of‑Experts PanGuPro 72B*. <a href="https://www.aibase.com/news/19320" class="external text" rel="nofollow">Online news</a>.
- Reuters (2025). *Huawei's AI lab denies that one of its Pangu models copied Alibaba's Qwen*. <a href="https://www.developer-tech.com/news/huawei-denies-pangu-model-was-based-on-alibaba-qwen/" class="external text" rel="nofollow">Online report</a>.
- Huawei (2025). *Huawei Connect 2025 keynote — open‑sourcing CANN, MindSpore and openPangu by 31 Dec 2025*. <a href="https://www.huawei.com/en/news/2025/9/hc-xu-keynote-speech" class="external text" rel="nofollow">Online news</a>.
- PANews (2026). *Huawei Releases Open‑Source Large Model openPangu 2.0 (Pro 505B / Flash 92B, 512K context)*. <a href="https://www.panewslab.com/en/articles/019ebb7d-77a4-75e9-a5bc-e11af8f55293" class="external text" rel="nofollow">Online news</a>.
- CNPC & Huawei Cloud (2024). *Kunlun: Large‑Scale AI Model for Oil and Gas Pipeline Defect Detection*. <a href="https://www.cnpc.com.cn/en/RandDProgressin2024/202502/4bf8723a4b194ebeb2b6212579ab4ffa.shtml" class="external text" rel="nofollow">Online case study</a>.
- MindSpore Docs (2024). *Automatic Parallel — Five‑Mode Hybrid Strategy in MindSpore*. <a href="https://www.mindspore.cn/tutorials/experts/en/r2.3.0rc1/parallel/auto_parallel.html" class="external text" rel="nofollow">Online documentation</a>.
- Press, O.; et al. (2021). *Train Short, Test Long: Attention with Linear Biases Enables Input‑Length Extrapolation*. <a href="https://arxiv.org/abs/2108.12409" class="external text" rel="nofollow">arXiv:2108.12409</a>.
- Law, M. (2025). *How Huawei PanGu 5.5 AI Models Transform Industry Operations*. *AI Magazine*. <a href="https://aimagazine.com/articles/how-huawei-pangu-5-5-ai-models-transform-industry-operations" class="external text" rel="nofollow">Online article</a>.

## References

1.  <span id="cite_note-hdc2021-1">↑ <sup>[1.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-hdc2021_1-0)</sup> <sup>[1.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-hdc2021_1-1)</sup> “HDC.Cloud 2021: Huawei Releases Six Groundbreaking Products to Supercharge the Cloud and Intelligent Transformation of Business”. *Huawei*. <a href="https://www.huawei.com/en/news/2021/4/hdc-cloud-2021-six-products-cloud-intelligent-transformation" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-aibusiness_2021-2">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-aibusiness_2021_2-0) Wodecki, Ben (27 Apr 2021). «Huawei has created the world's largest Chinese language model». *AI Business*. <a href="https://aibusiness.com/nlp/huawei-has-created-the-world-s-largest-chinese-language-model" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-tech_report_alpha-3">↑ <sup>[3.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-tech_report_alpha_3-0)</sup> <sup>[3.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-tech_report_alpha_3-1)</sup> <sup>[3.2](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-tech_report_alpha_3-2)</sup> Zeng, Wei, et al. (Apr 2021). «PanGu-α: Large-scale Autoregressive Pretrained Chinese Language Models». *Technical Report*. <a href="https://s10251.pcdn.co/pdf/2021-zeng-pangu-alpha.pdf" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-pangu_sigma-4">↑ <sup>[4.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu_sigma_4-0)</sup> <sup>[4.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu_sigma_4-1)</sup> Ren, Xiaozhe, et al. (20 Mar 2023). «PanGu-Σ: Towards Trillion Parameter Language Model with Sparse Heterogeneous Computing». *arXiv:2303.10845*. <a href="https://arxiv.org/abs/2303.10845" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-pangu3_launch-5">↑ <sup>[5.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu3_launch_5-0)</sup> <sup>[5.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu3_launch_5-1)</sup> <sup>[5.2](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu3_launch_5-2)</sup> «Reshaping Industries with AI: Huawei Cloud Launches Pangu Models 3.0 and Ascend AI Cloud Services». *HUAWEI CLOUD*. 7 Jul 2023. <a href="https://www.huaweicloud.com/intl/en-us/news/20230707180809498.html" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-pangu50-6">↑ <sup>[6.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu50_6-0)</sup> <sup>[6.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu50_6-1)</sup> «Huawei Showcases AI-Native Cloud Innovations, Highlighting Industry Applications of Pangu 5.0 Models». *BigDATAwire / HPCwire*. 20 Sep 2024. <a href="https://www.hpcwire.com/bigdatawire/this-just-in/huawei-showcases-ai-native-cloud-innovations-highlighting-industry-applications-of-pangu-5-0-models/" class="external autonumber" rel="nofollow">[6]</a></span>
7.  <span id="cite_note-pangu55_official-7">↑ <sup>[7.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu55_official_7-0)</sup> <sup>[7.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu55_official_7-1)</sup> «Huawei Cloud Announces Pangu Models 5.5 and All-new AI Cloud Service, Positioned as the AI Pioneer in Industries». *HUAWEI CLOUD*. 20 Jun 2025. <a href="https://www.huaweicloud.com/intl/en-us/news/20250620192415143.html" class="external autonumber" rel="nofollow">[7]</a></span>
8.  <span id="cite_note-pangu5_techmag-8">↑ <sup>[8.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu5_techmag_8-0)</sup> <sup>[8.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-pangu5_techmag_8-1)</sup> Law, Marcus (23 Jun 2025). «What Huawei Pangu 5.5 Models Mean for Industrial AI». *Technology Magazine*. <a href="https://technologymagazine.com/news/how-huawei-pangu-5-5-ai-models-transform-industry-operations" class="external autonumber" rel="nofollow">[8]</a></span>
9.  <span id="cite_note-aimagazine_5_5-9">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-aimagazine_5_5_9-0) «How Huawei Pangu 5.5 AI Models Transform Industry Operations». *AI Magazine*. <a href="https://aimagazine.com/articles/how-huawei-pangu-5-5-ai-models-transform-industry-operations" class="external autonumber" rel="nofollow">[9]</a></span>
10. <span id="cite_note-openpangu2-10">↑ <sup>[10.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-openpangu2_10-0)</sup> <sup>[10.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-openpangu2_10-1)</sup> «Huawei releases open-source large-scale model Pangu 2.0: up to 505 billion parameters and 512K context». *PANews*. 12 Jun 2026. <a href="https://www.panewslab.com/en/articles/019ebb7d-77a4-75e9-a5bc-e11af8f55293" class="external autonumber" rel="nofollow">[10]</a></span>
11. <span id="cite_note-openpangu2_flash-11">↑ <sup>[11.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-openpangu2_flash_11-0)</sup> <sup>[11.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-openpangu2_flash_11-1)</sup> «Huawei open-sources the openPangu-2.0-Flash model». *KuCoin / PANews*. 30 Jun 2026. <a href="https://www.kucoin.com/news/flash/huawei-open-sources-9-2b-parameter-openpangu-2-0-flash-model" class="external autonumber" rel="nofollow">[11]</a></span>
12. <span id="cite_note-nature_pangu_news-12">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-nature_pangu_news_12-0) «Prestigious science journal Nature publishes paper about Pangu Weather AI Model authored by HUAWEI CLOUD researchers». *Huawei News*. 6 Jul 2023. <a href="https://www.huawei.com/en/news/2023/7/pangu-ai-model-nature-publish" class="external autonumber" rel="nofollow">[12]</a></span>
13. <span id="cite_note-nature_paper-13">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-nature_paper_13-0) Bi, Kaifeng, et al. (2023). «Accurate medium-range global weather forecasting with 3D neural networks». *Nature*. <a href="https://www.nature.com/articles/s41586-023-06185-3" class="external autonumber" rel="nofollow">[13]</a></span>
14. <span id="cite_note-ecmwf_avail-14">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-ecmwf_avail_14-0) «AI Weather Prediction: More Accurate, in Just Seconds». *HUAWEI CLOUD*. <a href="https://www.huaweicloud.com/intl/en-us/about/takeacloudleap2024/ai-weather-prediction.html" class="external autonumber" rel="nofollow">[14]</a></span>
15. <span id="cite_note-cnpc_case-15">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-cnpc_case_15-0) «CNPC and Huawei Cloud Jointly Launch the "Kunlun" Model for the Oil and Gas Industry».</span>
16. <span id="cite_note-drug_molecule-16">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-drug_molecule_16-0) «Huawei Cloud's Pangu Drug Molecule Model Accelerates the Discovery of Super Antibiotics». *HUAWEI CLOUD*. 19 Sep 2022. <a href="https://www.huaweicloud.com/intl/en-us/news/20220919095614888.html" class="external autonumber" rel="nofollow">[15]</a></span>
17. <span id="cite_note-opensource_2025-17">↑ <sup>[17.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-opensource_2025_17-0)</sup> <sup>[17.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-opensource_2025_17-1)</sup> «Huawei Open Sources Dense Pangu 7B and Mixture of Experts Model with 72B Parameters». *Albase News*. 30 Jun 2025. <a href="https://www.aibase.com/news/19320" class="external autonumber" rel="nofollow">[16]</a></span>
18. <span id="cite_note-qwen_dispute-18">↑ <sup>[18.0](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-qwen_dispute_18-0)</sup> <sup>[18.1](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-qwen_dispute_18-1)</sup> <sup>[18.2](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-qwen_dispute_18-2)</sup> «Huawei denies Pangu model was based on Alibaba's Qwen». *Developer Tech* (reporting Reuters). Jul 2025. <a href="https://www.developer-tech.com/news/huawei-denies-pangu-model-was-based-on-alibaba-qwen/" class="external autonumber" rel="nofollow">[17]</a></span>
19. <span id="cite_note-hc2025-19">[↑](https://systems-analysis.info/eng/PanGu_(Huawei)#cite_ref-hc2025_19-0) Xu, Eric (keynote) (Sep 2025). «Groundbreaking SuperPoD Interconnect: Leading a New Paradigm for AI Infrastructure». *Huawei*. <a href="https://www.huawei.com/en/news/2025/9/hc-xu-keynote-speech" class="external autonumber" rel="nofollow">[18]</a></span>
