• Home  
  • Meituan’s LongCat-2.0 Trains 1.6T LLM Without Nvidia
- Artificial Intelligence

Meituan’s LongCat-2.0 Trains 1.6T LLM Without Nvidia

Meituan releases LongCat-2.0, a 1.6 trillion‑parameter LLM with a million‑token context, trained entirely on Chinese accelerators, challenging Nvidia’s dominance.

Meituan's LongCat-2.0 Trains 1.6T LLM Without Nvidia

LongCat-2.0 contains 1.6 trillion parameters and a 1 million-token context window, and it doesn’t rely on any Nvidia hardware.

Key Takeaways

  • Meituan’s LongCat-2.0 matches DeepSeek’s V4‑pro in size, but uses only domestic AI accelerators.
  • Training spanned a cluster of over 50,000 Chinese AI ASICs, marking the first trillion‑parameter model trained without foreign GPUs.
  • The model claims strong results on coding and agent benchmarks, even beating Google’s Gemini 3.1 Pro on specific tests.
  • Memory constraints forced engineers to build custom optimization layers to keep training stable.
  • Independent evaluations are still pending, so the broader community can’t fully verify the claims yet.

Historical Context: From Nvidia Dominance to Home‑Grown ASICs

For years, the AI community has leaned on Nvidia’s GPU line‑up for both pre‑training and inference. The company’s H800 chip, in particular, became the de‑facto engine for trillion‑parameter experiments worldwide. Export restrictions introduced by the Chinese government cut off access to that hardware in early 2025, leaving domestic players with a stark choice: pause large‑scale research or double‑down on indigenous alternatives.

Meituan’s decision to press forward reflects a broader shift that began with smaller models built on Huawei’s Ascend series. Those early projects proved the concept of inference‑only ASICs, but they never tackled the massive memory and compute demands of a full LLM pre‑training run. LongCat‑2.0 therefore represents the first time a Chinese firm has taken the entire training pipeline—from data ingestion to weight updates—off the Nvidia‑centric track and onto a home‑grown super‑cluster.

Chinese AI Training Milestone: LongCat-2.0’s 1.6 trillion‑parameter Model

Meituan announced the open‑source release of LongCat-2.0 on July 8, 2026, and we’ve been watching the rollout closely. The company says the model was trained on a super‑cluster of more than 50,000 domestic AI accelerators, a scale that puts it on a similar footing to DeepSeek’s V4‑pro, which launched in April. That’s a huge jump for Chinese hardware because, until now, most trillion‑parameter models still needed Nvidia GPUs for the heavy‑lifting pre‑training phase.

Why the hardware matters

China’s export curbs have kept cutting‑edge Nvidia chips like the H800 out of the market, and that’s forced firms to double‑down on home‑grown alternatives. Meituan’s engineers say they built the whole training pipeline on large AI ASIC superpods and leaned on Huawei’s Collective Communication Library to keep the data flowing across thousands of nodes. The company claims that memory was the biggest bottleneck, because each domestic accelerator offers less capacity than an Nvidia H800 would have. The team responded by adding extra optimisation systems to keep the training stable and secure.

Performance claims and benchmark results

According to Meituan, LongCat-2.0 shows “strong performance in coding and agent‑based tasks,” and it allegedly outperforms Google’s Gemini 3.1 Pro on benchmarks like Terminal‑Bench 2.1 and SWE‑Bench Pro. The company also admits that the model still trails OpenAI’s GPT‑5.5 and Anthropic’s Claude 4.8 Opus on broader frontier capability assessments. Still, the fact that it can beat Gemini 3.1 Pro on a few tests is noteworthy, especially given the hardware constraints.

“This put to rest any concerns of Atlas-950 SuperPoDs [being] unable to train large LLMs for [Zhipu AI] and DeepSeek,” said tech analyst TP Huang.

Competitive Landscape: Where LongCat‑2.0 Fits

LongCat‑2.0 enters a market crowded with models that prioritize sheer size over context length. DeepSeek’s V4‑pro, for instance, matches LongCat‑2.0 in parameters but relies on mixed‑hardware clusters that still feature foreign GPUs. Google’s Gemini 3.1 Pro, meanwhile, combines a massive parameter count with a sophisticated software stack that benefits from years of distributed‑training research.

What sets LongCat‑2.0 apart is its exclusive dependence on domestic ASICs and its 1‑million‑token window. That combination gives it a niche advantage for applications that need to ingest entire books, legal contracts, or multi‑module codebases in a single pass. Competitors that lack such a window may need to chunk inputs, which can introduce latency and consistency challenges.

Engineering challenges beyond the headline numbers

Even though the headline figures sound impressive, the engineering team ran into serious hurdles. Memory limits forced them to devise custom sharding strategies, and they had to write new software layers that could coordinate communication across 50,000 chips without the mature tooling that Nvidia’s ecosystem provides. Hanchi Sun, a computer‑science PhD researcher, summed up the achievement: “Near frontier performance, trained on 50k Chinese domestic accelerators,” and added, “The first ever to achieve this!”

What’s left to verify

LongCat-2.0 hasn’t yet appeared on independent evaluation platforms like Artificial Analysis, Arena, Agents’ Last Exam, or CyberGym. That means the broader AI community can’t fully confirm the benchmark claims. Until those results surface, developers should treat the performance numbers as promising but unproven.

Implications for the AI hardware ecosystem

If LongCat-2.0’s training story holds up, it could shift how Chinese firms think about AI hardware. So far, domestic chips have been praised for inference, but pre‑training remained a tough nut to crack. By showing that a trillion‑parameter model can be trained without any foreign GPUs, Meituan might inspire other companies to double‑down on home‑grown ASICs rather than waiting for export licences.

  • Domestic hardware vendors could see increased demand for large‑scale ASICs.
  • Export restrictions may become less of a strategic choke point for Chinese AI research.
  • Open‑source LLMs like LongCat‑2.0 could accelerate innovation in niche applications where developers need long context windows.

Of course, the model’s ultimate competitiveness will depend on how it performs once third‑party labs run their own tests. If the community validates the claims, we might see a new wave of Chinese‑only AI stacks that don’t need to lean on Nvidia at any stage.

Developer takeaways

For developers, the most immediate impact is the availability of a 1‑million‑token context model that’s open source. That’s a massive window for tasks like document summarisation or multi‑turn dialogue, and it doesn’t require a Nvidia‑based inference server. However, you’ll still need to consider the hardware you have – the model’s size means you’ll need a cluster of GPUs or ASICs to run it efficiently, or you’ll have to prune it heavily.

What This Means For You

If you’re building an application that needs very long context – think legal document analysis or large‑scale codebases – LongCat‑2.0 gives you an option that sidesteps the usual Nvidia licensing headaches. You can download the weights, fine‑tune them on your own data, and run inference on any hardware that supports the underlying architecture, whether that’s a cloud GPU or a local ASIC farm.

On the flip side, the lack of independent benchmark verification means you should run your own evaluations before committing to production. Expect to spend time profiling memory usage and possibly applying quantisation tricks to fit the model into your compute budget.

Three concrete scenarios illustrate how you might use the model:

  • Legal tech: ingest an entire contract bundle, extract clauses, and generate a comparative summary without breaking the document into fragments.
  • Enterprise code assistance: feed a monorepo of millions of lines of code and receive context‑aware suggestions for refactoring or bug fixing.
  • Research assistants: provide a scholar with a full archive of papers and let the model produce a cohesive literature review in a single query.

Each case benefits from the long context window, but all will require careful engineering to keep latency acceptable. Profiling tools, mixed‑precision inference, and selective layer freezing are likely strategies to make the model fit within realistic budgets.

Key Questions Remaining

Even with the data Meituan has supplied, several uncertainties linger:

  • Will independent benchmarks confirm the reported edge over Gemini 3.1 Pro, or will they reveal gaps in specific domains?
  • How does the model behave under quantisation or pruning – can it retain performance while shrinking to fit typical cloud instances?
  • What supply‑chain implications arise if demand for domestic ASICs spikes faster than manufacturers can scale?

The answers will shape whether LongCat‑2.0 becomes a mainstream tool or remains a proof‑of‑concept for hardware independence.

For now, the AI community will be watching the validation results closely. If LongCat‑2.0 lives up to its promises, it could reshape supply‑chain calculations for anyone looking to build large language models at scale.

“Near frontier performance, trained on 50k Chinese domestic accelerators,” Hanchi Sun said, adding, “The first ever to achieve this!”

Sources: TechRadar, South China Morning Post

About the Author

— AI & Technology Reporter

Halil Kale is an AI and technology reporter at AI Post Daily, where he covers artificial intelligence, machine learning, cybersecurity, and the business of tech. With a background in computer science and over five years of experience tracking the AI industry, Halil specializes in translating complex technical developments into clear, actionable insights for developers, founders, and technology professionals. He has reported on breakthroughs from Anthropic, OpenAI, Google DeepMind, and NVIDIA, as well as critical cybersecurity incidents and emerging robotics applications. Halil believes that understanding AI is no longer optional — it's essential for anyone working in or around technology. At AI Post Daily, he applies rigorous editorial standards to ensure every story is accurate, sourced, and genuinely useful to readers.

About AI Post Daily

Independent coverage of artificial intelligence, machine learning, cybersecurity, and the technology shaping our future.

Contact: Get in touch

We use cookies to personalize content and ads, and to analyze traffic. By using this site, you agree to our Privacy Policy.