
Meituan Launches LongCat-2.0: A 1.6 Trillion Parameter Model Trained on 50,000 Domestic Computing Cards
Meituan has officially unveiled LongCat-2.0, a massive trillion-parameter model that marks a significant milestone in the AI industry. With a total parameter count of 1.6 trillion and an average activation of 48 billion, LongCat-2.0 is the first model of its scale to complete the entire training and inference lifecycle on a domestic cluster of 50,000 computing cards. The model is pre-trained from scratch and features native support for a 1M long context window. Designed specifically for Agentic Coding tasks, LongCat-2.0 focuses on enhancing efficiency and stability in code understanding, generation, and execution, showcasing the potential of large-scale domestic hardware infrastructure for high-performance AI development.
Key Takeaways
- Massive Scale: LongCat-2.0 features 1.6 trillion total parameters with a dynamic activation range of 33B to 56B (averaging 48B).
- Hardware Milestone: It is the industry's first trillion-parameter model to complete full-process training and inference on a 50,000-card domestic computing cluster.
- Long Context Support: The model natively supports a 1M (one million) token context window, enabling deep analysis of massive codebases.
- Specialized Focus: The architecture is optimized for "Agentic Coding," prioritizing stable code understanding, generation, and execution.
In-Depth Analysis
Breakthrough in Domestic Computing Infrastructure
The release of LongCat-2.0 by the Meituan technical team represents a pivotal moment for the domestic AI hardware ecosystem. Training a model with 1.6 trillion parameters requires immense computational power and high-speed interconnects. By successfully utilizing a cluster of 50,000 domestic computing cards for the entire lifecycle—from initial pre-training to final inference—Meituan has demonstrated that domestic hardware is now capable of supporting the world's most demanding AI workloads. This achievement proves that the technical barriers to scaling trillion-parameter models can be overcome using localized infrastructure, reducing reliance on external hardware providers for cutting-edge AI research.
Mixture-of-Experts (MoE) and Dynamic Efficiency
LongCat-2.0 utilizes a sophisticated architecture that balances massive capacity with computational efficiency. While the total parameter count reaches 1.6 trillion, the model employs a dynamic activation strategy. On average, only 48 billion parameters are activated during a given task, with a dynamic range spanning from 33 billion to 56 billion. This Mixture-of-Experts (MoE) approach allows the model to maintain the high reasoning capabilities associated with trillion-parameter scales while keeping the inference cost and latency manageable. By pre-training this architecture from scratch, Meituan has ensured that the model's weights are optimized specifically for this dynamic activation pattern, leading to more stable performance across various tasks.
Native 1M Context and Agentic Coding Optimization
A standout feature of LongCat-2.0 is its native support for a 1 million token context window. In the realm of software development, this allows the model to ingest and understand entire project repositories simultaneously, rather than processing isolated files. This capability is central to its core objective: Agentic Coding. The model is designed not just to suggest snippets of code, but to act as an agent that understands the broader context of a system, generates complex logic, and ensures the stability of code execution. The architecture's focus on "Agentic Coding" suggests a shift from simple completion tools to autonomous coding assistants that can handle end-to-end development tasks with high reliability.
Industry Impact
The launch of LongCat-2.0 has profound implications for the global AI landscape, particularly in the field of specialized large language models (LLMs). First, it validates the feasibility of training ultra-large-scale models on domestic Chinese silicon, which may accelerate the adoption of local hardware across the industry. Second, the focus on Agentic Coding highlights a growing trend where general-purpose models are being surpassed by models specifically architected for complex, high-stakes professional tasks like software engineering. Finally, the successful deployment of a 1.6T MoE model sets a new benchmark for efficiency, proving that "total parameters" and "active parameters" are the key metrics for the next generation of high-performance AI.
Frequently Asked Questions
Question: What makes LongCat-2.0 different from other trillion-parameter models?
LongCat-2.0 is unique because it is the first model of this scale (1.6T parameters) to be trained and run entirely on a domestic 50,000-card cluster. Additionally, it features a native 1M context window and is specifically optimized for Agentic Coding rather than general-purpose conversation.
Question: How does the dynamic activation range of 33B-56B work?
Although the model has 1.6 trillion total parameters, it uses a Mixture-of-Experts (MoE) architecture. This means that for any specific input, only a subset of the parameters (between 33B and 56B) is used to process the information. This allows for the intelligence of a massive model with the speed and efficiency of a much smaller one.
Question: What is "Agentic Coding" in the context of LongCat-2.0?
Agentic Coding refers to the model's ability to function as an autonomous agent within a coding environment. Instead of just writing code, the model is designed to understand entire systems, generate executable logic, and maintain stability throughout the coding process, supported by its 1M token context capacity.


