LongCat-2.0: A Trillion-Parameter Open Model Trained Entirely on Chinese Chips — Why It Matters for the AI Tools You Pick in 2026

Introduction: A Frontier Model Without a Single Nvidia GPU

For most of the generative-AI era, one assumption has looked unshakeable: frontier models get trained on Nvidia GPUs, full stop. In late June 2026, China's Meituan — better known as the country's largest food-delivery platform — released and open-sourced LongCat-2.0, a trillion-parameter language model the company says was trained from scratch on a 50,000-card cluster of domestically produced AI chips, with no Nvidia hardware in the training loop.

If that claim holds up, it is less another model drop than a structural signal: a frontier-scale, openly licensed model built on a compute stack that sidesteps the supplier nearly every Western lab depends on. For anyone choosing AI tools in 2026 — model APIs, self-hosted runtimes, agent frameworks — the ripple effects land directly on your vendor decisions. Let's unpack what LongCat-2.0 is, how it was built, what the numbers really say, and the open questions you should weigh before betting on it.

What Actually Shipped: 1.6T Parameters, 48B Active

LongCat-2.0 is a Mixture-of-Experts (MoE) model with 1.6 trillion total parameters but only about 48 billion parameters active per token. That is the central economic trick of MoE design: keep a vast reservoir of specialized sub-networks (the "experts"), but route each token through only a small slice of them, so inference cost looks like a much smaller dense model while the knowledge capacity looks like a much bigger one.

The other headline specification is a native 1-million-token context window, putting it in the same long-context tier as the longest-context frontier models. Meituan says it tuned the model specifically for agentic coding — the long, multi-step, tool-using work of editing real repositories and running tests — and reports a SWE-bench Pro score around 59.5. Performance is said to be broadly comparable to strong frontier models like Google's Gemini 3.1 Pro on general reasoning tasks, though these are self-reported figures on a benchmark that is itself a moving target.

What makes LongCat-2.0 notable:
  • Frontier-scale MoE (1.6T total / ~48B active) released as open weights under an MIT license
  • Native 1-million-token context window
  • Purpose-built for agentic coding
  • Reportedly trained from scratch on non-Nvidia domestic silicon
What to keep in perspective:
  • Far too large to self-host outside of a serious server fleet
  • Benchmark numbers are self-reported
  • At launch, downloadable weights were still rolling out and remained a point of debate
  • Independent reproduction and provenance details are still emerging

The Headline: Trained From Scratch on Domestic Silicon

The part of the announcement that matters most for the industry is the compute story. Meituan states that both the full training run and large-scale deployment run on "tens of thousands of AI ASIC superpods" — widely understood to be clusters of Chinese-made accelerators such as the Huawei Ascend 910C — rather than a mature Nvidia GPU stack. The company describes LongCat-2.0 as the first trillion-parameter model to complete full training and inference on a 50,000-card domestic compute cluster, with pretraining spanning millions of accelerator-days across more than 35 trillion tokens.

Why does the chip matter to you, a tool buyer? Because the cost and availability of the models you consume are downstream of who can build them and on what hardware. If a frontier-scale open model can be produced without Nvidia, the assumption that one supplier controls the ceiling of AI progress weakens. It is early proof that an alternative compute supply chain — restricted by export controls but increasingly capable — can reach the same weight class as the leaders. That puts long-term downward pressure on inference prices and upward pressure on availability, which is exactly what shapes the tools you adopt.

The Engineering Tricks: Doing More With Fewer Active Parameters

Getting a 1.6T-parameter model to feel fast at 48B active parameters is the real engineering work, and the LongCat report highlights several techniques worth knowing about because they point at where efficient model design is heading generally:

You do not need to adopt these yourself, but the same efficiency ideas are filtering into the open-weights ecosystem broadly — and the more efficient open models become, the more leverage you have when you negotiate or self-host.

What This Means for the AI Tools You Pick

Whether you run a hosted API, a self-hosted model, or an agent stack on top, LongCat-2.0 sharpens a few decisions that were already on the table in 2026:

The Honest Caveats

A release this bold comes with caveats worth stating plainly. The benchmark numbers are self-reported; the most useful validation is how the model performs on your tasks, not the leaderboard's. At launch, the rollout of downloadable weights was incomplete enough that early users questioned what was actually available, and observers debated whether the architecture shares lineage with existing large MoE designs. None of that is unusual for a fresh frontier release, but it means "open-sourced" and "ready to depend on" are not the same thing. Run a small, time-boxed trial on real work before migrating anything important.

The Bottom Line

LongCat-2.0 is not a declaration that any one player has "won." What it is, is concrete evidence of three things at once: that frontier-scale open models keep arriving, that trillion-parameter MoE efficiency is making 1-million-token contexts practical, and — most importantly — that the assumption of a single indispensable compute supplier is finally under real strain. For anyone choosing AI tools in 2026, the practical takeaway is to plan for a more plural model and compute market: keep your stack portable, compare providers on active-parameter economics, and let a real trial on your own workload — not the press release — decide whether LongCat-2.0 or any new model earns a place in it.

Frequently Asked Questions

What is LongCat-2.0?

LongCat-2.0 is an open-source Mixture-of-Experts language model released by Meituan in late June 2026. It has 1.6 trillion total parameters with about 48 billion active per token, a native 1-million-token context window, and is tuned for agentic coding. Meituan says the weights are released under an MIT license.

Why is LongCat-2.0 notable for being trained on Chinese chips?

Meituan states that the entire training run and deployment used tens of thousands of domestically produced AI ASIC superpods (widely understood to be Huawei Ascend-class accelerators) rather than Nvidia GPUs. If accurate, it is among the first trillion-parameter models trained and served without the dominant Western GPU supplier — a sign that alternative compute supply chains can reach frontier scale.

Can I run LongCat-2.0 locally?

Not on consumer hardware. At 1.6 trillion parameters, even heavily quantized versions require a serious multi-GPU or multi-accelerator server fleet. For most teams, realistic access is through Meituan's API or a hosted endpoint rather than self-hosting.

How does the Mixture-of-Experts design affect cost?

Only about 48 billion of the 1.6 trillion parameters are active for any given token, so inference behaves more like a ~48B-parameter model in terms of compute while retaining the knowledge capacity of a much larger model. When comparing models, compare active parameters and per-token price rather than total parameter counts.

Are the benchmark results independently verified?

No. The reported scores — including roughly 59.5 on SWE-bench Pro and favorable comparisons to Gemini 3.1 Pro — are self-reported by Meituan. They are a useful directional signal, but the only benchmark that matters for your decision is how the model performs on your own tasks in a time-boxed trial.

Where can I compare AI models and tools like this?

You can browse and compare hundreds of vetted AI tools — from model APIs and self-hosted runtimes to coding agents and agent frameworks — each described by capability, pricing, and use case, on aitrove.ai.

Find the Right AI Models and Tools on aitrove.ai

Open or closed, hosted or self-hosted, frontier or local — the best AI tool is the one that fits your workload, your budget, and your portability needs. Compare hundreds of vetted AI models, coding agents, and runtimes side by side on aitrove.ai.

Browse All AI Tools →