Back to List
Meituan Launches LongCat-2.0: A 1.6 Trillion Parameter Model Trained on 50,000-Card Domestic Computing Clusters
Industry NewsMeituanLarge Language ModelsDomestic Computing

Meituan Launches LongCat-2.0: A 1.6 Trillion Parameter Model Trained on 50,000-Card Domestic Computing Clusters

Meituan's technical team has officially announced the release of LongCat-2.0, a pioneering trillion-parameter large language model. This release marks a significant milestone as the industry's first model of this scale to complete its entire training and inference lifecycle on a domestic computing cluster featuring 50,000 cards. LongCat-2.0 boasts 1.6 trillion total parameters with an average activation of approximately 48 billion and a dynamic range between 33 billion and 56 billion. Pre-trained from scratch, the model natively supports a 1M long context window. Its architecture is specifically optimized for Agentic Coding tasks, aiming to provide high efficiency and stability in code understanding, generation, and execution within real-world development environments.

美团技术团队

Key Takeaways

  • Massive Scale: LongCat-2.0 features 1.6 trillion total parameters, utilizing a dynamic activation range of 33B to 56B (averaging 48B).
  • Domestic Infrastructure: It is the first trillion-parameter model to achieve full-process training and inference on a 50,000-card domestic computing cluster.
  • Ultra-Long Context: The model provides native support for a 1M (one million) token context window, pre-trained from the ground up.
  • Specialized Application: The core architectural design is centered on Agentic Coding, focusing on the stability and efficiency of code-related tasks.

In-Depth Analysis

Breaking the Trillion-Parameter Barrier on Domestic Hardware

The release of LongCat-2.0 by Meituan represents a technical breakthrough in the utilization of domestic computing resources. By successfully training a model with 1.6 trillion parameters on a cluster of 50,000 domestic cards, Meituan has demonstrated that large-scale AI development is viable outside of traditional global hardware dependencies. The "full-process" nature of this achievement—covering everything from initial pre-training to final inference—suggests a highly optimized software-hardware stack capable of handling the immense communication and computational overhead required for a model of this magnitude.

The model's parameter structure is particularly noteworthy. With 1.6T total parameters but an average activation of only 48B, LongCat-2.0 employs a sophisticated architectural design that balances raw capacity with computational efficiency. The dynamic range of 33B to 56B indicates a flexible activation strategy, likely allowing the model to allocate resources based on the complexity of the input task, which is critical for maintaining performance in high-demand environments.

Native 1M Context and the Evolution of Agentic Coding

One of the most significant features of LongCat-2.0 is its native support for a 1M long context window. Unlike models that use post-training techniques to extend context length, LongCat-2.0 was pre-trained from scratch with this capability. This allows the model to maintain a comprehensive "memory" of vast codebases, documentation, and execution logs, which is essential for complex programming projects.

The focus on "Agentic Coding" distinguishes LongCat-2.0 from general-purpose LLMs. Rather than simply predicting the next token in a code snippet, the model is designed to function as an agent that understands, generates, and executes code. This requires a higher level of stability and logic, as the model must navigate the nuances of real-world coding tasks where errors can have immediate functional consequences. By optimizing for these specific workflows, Meituan aims to provide a tool that is not just a coding assistant, but a reliable autonomous partner in the software development lifecycle.

Industry Impact

The launch of LongCat-2.0 signals a shift in the AI industry toward specialized, high-capacity models trained on localized infrastructure. For the domestic AI sector, this proves that trillion-parameter models can be developed and deployed at scale using internal hardware clusters, reducing reliance on external supply chains.

Furthermore, the emphasis on Agentic Coding highlights a growing trend where AI models are moving beyond simple text generation toward functional, task-oriented autonomy. By integrating 1M context support with a trillion-parameter architecture, Meituan is setting a new benchmark for how AI can handle massive, interconnected data structures like enterprise-level software repositories. This could accelerate the adoption of AI in professional software engineering, where context and precision are paramount.

Frequently Asked Questions

Question: What are the technical specifications of Meituan's LongCat-2.0?

LongCat-2.0 is a trillion-parameter model with a total of 1.6T parameters. It features an average activation of approximately 48B, with a dynamic range of 33B to 56B. It was pre-trained from scratch and supports a native 1M long context window.

Question: What makes the training environment of LongCat-2.0 unique?

It is the first model of its scale (1.6T parameters) to complete the entire training and inference process on a domestic computing cluster consisting of 50,000 cards, demonstrating high-level hardware-software integration.

Question: What is the primary use case for LongCat-2.0?

The model is specifically designed for Agentic Coding. Its architecture is optimized to handle code understanding, generation, and execution with high efficiency and stability in real-world scenarios.

Related News

Meituan Technical Team Showcases Machine Learning Innovations at ICML 2026: A Deep Dive into Academic Excellence
Industry News

Meituan Technical Team Showcases Machine Learning Innovations at ICML 2026: A Deep Dive into Academic Excellence

The Meituan Technical Team has announced its selection of academic papers for the International Conference on Machine Learning (ICML) 2026. As one of the most influential global forums for machine learning, ICML focuses on addressing critical challenges and theoretical advancements in the field. Meituan's participation underscores its commitment to pushing the boundaries of AI research and contributing to the global academic community. This selection highlights the intersection of theoretical value and practical impact, reflecting the team's efforts to lead future research directions in machine learning. The conference serves as a pivotal platform for evaluating frontier research that drives industry standards and technological evolution.

Meituan Fulfillment AI Team Presents Cutting-Edge Agent Technology and ACL 2026 Research Insights
Industry News

Meituan Fulfillment AI Team Presents Cutting-Edge Agent Technology and ACL 2026 Research Insights

The Meituan Business R&D Platform's Fulfillment AI Algorithm Team has recently showcased its latest advancements in Large Language Model (LLM)-based Agent technology. In a special session dedicated to ACL 2026, the team detailed their efforts in building a self-evolving Agent operation system designed to empower Meituan's complex fulfillment business. Their research focuses on four critical pillars: Continuous Pre-Training (CPT), Post-training, Agentic Reinforcement Learning (RL), and Multimodal Understanding. With dozens of papers published in prestigious international conferences such as ACL and EMNLP, Meituan continues to lead in the practical application of frontier AI. This session highlights how the team integrates theoretical research with industrial practice to optimize delivery and logistics through intelligent, autonomous agents.

Code-Review-Graph: Optimizing AI Programming Workflows with Local-First Code Intelligence and Reduced Context Consumption
Industry News

Code-Review-Graph: Optimizing AI Programming Workflows with Local-First Code Intelligence and Reduced Context Consumption

The open-source project code-review-graph, developed by tirth8205, has emerged as a significant tool for developers seeking to optimize AI-driven programming. Designed for both the Model Context Protocol (MCP) and Command Line Interface (CLI) environments, this local-first tool builds a persistent intelligence graph of a codebase. By creating a structural map, it allows AI programming assistants to selectively read only the most critical content rather than processing entire files or repositories. This targeted approach addresses the common challenge of excessive context window usage in large-scale software projects. According to the project documentation, this methodology has been benchmarked to significantly reduce context consumption, making it a highly efficient solution for code reviews and complex workflows in massive repositories.