LongCat-2.0-Preview - A preview version of Meituan's trillion-parameter-level large-scale model.
LongCat-2.0-Preview is a preview version of a trillion-parameter-level large model launched by Meituan. It adopts the MoE architecture, with a total of 1.6T parameters and about 48B activation parameters, and supports a 1M ultra-long context.
What is LongCat-2.0-Preview?
LongCat-2.0-Preview is a preview version of a trillion-parameter-scale large-scale model launched by Meituan. It adopts the MoE architecture, with a total of 1.6T parameters and approximately 48B activation parameters, and supports a 1M ultra-long context. The model completes the entire training and inference process based on 50,000-60,000 domestic accelerator cards, with NVIDIA's computing power accounting for 0%. It is the first time in the industry that a trillion-scale large-scale model training and inference closed loop has been successfully run on domestic chips. The model is currently open for internal testing, providing 10 million free tokens per day.
Main functions of LongCat-2.0-Preview
-
Extremely long context understandingSupports 1M token long text input, and can handle massive amounts of content such as entire books, large code repositories, and long reports.
-
Code generation and reasoningBased on the MoE architecture, the expert network is precisely scheduled and performs stably in programming, mathematical reasoning, and complex instruction following tasks.
-
Multi-turn dialogue and semantic retrievalBy using sparse attention mechanisms, key information can be quickly located in long dialogue histories, reducing redundant calculations.
-
Multimodal content understandingLeveraging Meituan's accumulated experience in local life scenarios, it supports in-depth analysis of complex business documents and mixed text and image content.
Technical Principles of LongCat-2.0-Preview
-
MoE (Hybrid Expert) ArchitectureOf the total 1.6T parameters, only 48B are activated to participate in a single forward computation. The most relevant expert modules are dynamically selected through gating routing to reduce inference costs.
-
N-gram EmbeddingBy moving some parameters that were originally located in the expert layer to the Embedding layer, and introducing phrase-level modeling capabilities, high-frequency language patterns can be directly matched and hit, reducing the computational overhead of each layer.
-
Sparse attention and cross-laminar flow perception indexWe introduce a lightweight sparse attention mechanism and overlay cross-layer semantic path indexes to avoid full O(n²) attention computation and ensure that inference latency is controllable under 1M context.
-
Deterministic operators developed in-houseTargeting the domestic chip ecosystem, we have independently developed FlashAttention Backward Gradient (FAG), Scatter-type operators, and the GEMM module, controlling the performance loss to around 5% and ensuring the reproducibility of long-term training on the Wanka cluster.
-
Memory and communication optimizationThe peak training memory is compressed to below 60GB using the V-ZB algorithm, and the expert parallel (EP), tensor parallel (TP) and pipeline parallel (PP) strategies are reconstructed to adapt to the bandwidth and memory constraints of domestic chips.
How to use LongCat-2.0-Preview
- Apply for beta testing qualificationVisit the LongCat Open Platform, click on the internal testing application entry on the official website, fill in the basic information and submit for review.
- Awaiting approvalThe team will review the eligibility of the application after submission, and notify the user of the activation of permissions via email or SMS once approved.
- Log in to the platform to obtain credit limitLog in to the LongCat platform with an approved account, and the system will automatically issue a daily free quota of 10 million tokens.
- Select access methodUsers can experience it directly through the web chat interface, or obtain the API Key according to the documentation to integrate the model into their own applications and workflows.
- Start Long Text TaskEnter long documents, codebases, or complex instructions in a dialog box or API request, and the model will perform inference with the MoE expert network based on the 1M context window and return the results.
Key information and usage requirements for LongCat-2.0-Preview
-
Model NameLongCat-2.0-Preview
-
PublisherMeituan / LongCat Team
-
Model ArchitectureMoE, total parameters 1.6T, activation parameters 48B
-
Context window1M (million-level) tokens
-
Computing power base50,000–60,000 domestically produced accelerator cards, achieving full localization of the training and push processes.
-
Use phaseInvited to participate in the closed beta test; application for qualification is required.
-
Free quota10 million tokens daily
-
Hardware RequirementsNo hardware configuration is required on the user side; it can be accessed via cloud API or web interface.
The core advantages of LongCat-2.0-Preview
-
The entire process is domestically produced and controllable.The entire process, from training to inference, is based on domestically produced chips, eliminating reliance on NVIDIA's CUDA ecosystem and verifying that domestic computing power can support top-tier large-scale model tasks.
-
Leading in ultra-long text capabilitiesThe 1M context window, combined with sparse attention, has significant advantages in scenarios such as long document analysis and video script understanding.
-
Reasoning costs are controllableThe MoE architecture activates only a small number of experts, and N-gram Embedding further reduces the computational cost, making the cost per unit task much lower than that of dense models.
-
High engineering stabilityThrough deterministic computation and a multi-layered fault-tolerant recovery system, long-term stable training is achieved on domestic clusters with a capacity of 10,000 kcal/s, and the fault location and reproduction capabilities are on par with international levels.
-
Deeply rooted in open sourceThe LongCat team has already open-sourced several projects, including Flash, Video, Image, and AudioDiT, and version 2.0 will most likely continue this open-source approach.
Comparison of LongCat-2.0-Preview with similar competing products
| Comparison Dimensions | LongCat-2.0-Preview | DeepSeek-V4 |
|---|---|---|
| Publisher | Meituan | DeepSeek |
| Total number of parameters | Approximately 1.6T | trillions |
| Activation parameters | Approximately 48B | Specific figures not disclosed |
| Context window | 1M | 1M |
| Training computing power | 50,000 to 60,000 domestically produced cards, the entire process | NVIDIA GPU training, first domestic platform inference |
| Architectural Features | N-gram Embedding + Sparse Attention | MLA + MoE |
| Domestic self-sufficiency | The entire training and push process is domestically produced, with NVIDIA components accounting for 0%. | Training relies on Nvidia, but inference can run on domestically produced chips. |
| Open source strategy | It is highly likely that the open source approach will continue. | Open source |
| Usage cost | 10 million free tokens per day during the closed beta phase | V4 Flash: ¥0.02 per million tokens; V4 Pro: ¥0.025 per million tokens |
| Ecological positioning | Verifying the upper limit of domestic computing power and deeply exploring local life scenarios | Extreme cost-effectiveness, serving a wide range of developers |
Application scenarios of LongCat-2.0-Preview
-
Long document analysis and research report generationInput millions of words of data at once, extract summaries, compare viewpoints, and write in-depth research reports.
-
Understanding and developing large codebasesProcess the code of the entire project repository, and complete cross-file dependency analysis, bug location and functional module generation.
-
Intelligent customer service and work order processingIn e-commerce, food delivery, and travel scenarios, it leverages extensive contextual understanding to comprehend users' historical orders and complex complaint processes.
-
Multilingual translation and localization: Maintain terminology consistency by utilizing long contexts, and handle batch translation of entire technical manuals or film and television subtitles.
-
Educational research and knowledge managementIt helps scholars quickly sort through massive amounts of literature, build knowledge graphs, and answer comprehensive questions across papers.