Meituan Releases LongCat-2.0, 1.6T AI Model Trained on Chinese Chips

The 1.6-trillion-parameter LongCat-2.0 model challenges GPU dependency with domestic chips and a competitive pricing model.

By Central
Meituan's LongCat-2.0, a new MoE AI model, features a 1-million-token context window and zero-cost cache hits.
Highlights
  • LongCat-2.0 uses a 'Zero-Compute Experts' design to activate only 48 billion parameters per token on average.
  • The model's LongCat Sparse Attention (LSA) mechanism enables efficient 1-million-token context windows.
  • Meituan trained LongCat-2.0 on over 50,000 domestic Chinese ASICs, bypassing Nvidia GPU dependency.

Meituan has officially released LongCat-2.0, a 1.6-trillion-parameter Mixture-of-Experts (MoE) model, confirming what the developer community had suspected for weeks: this is the architecture behind “Owl Alpha,” the anonymous model that surged to the top of OpenRouter’s global charts over the past two months. The open-weight system, released under a permissive MIT license, brings a native 1-million-token context window and a commercial pricing model that includes free context-cache hits—a structural shift in the economics of large-scale agentic AI deployment. Just as significantly, the model was trained entirely on a cluster of more than 50,000 domestic Chinese ASICs, demonstrating that frontier-class AI can be built without relying on Nvidia’s GPU infrastructure.

LongCat-2.0 Pricing: A Promotional Salvo in a Competitive Market

Meituan is introducing a two-tier commercial access model. Standard pay-as-you-go API pricing is set at $0.75 per million input tokens and $2.95 per million output tokens. A time-limited promotional discount, however, slashes these rates to $0.30 per million input tokens and $1.20 per million output tokens—placing LongCat-2.0 squarely in the mid-range of current frontier model pricing but with a context window that far exceeds most competitors.

What distinguishes this commercial framework is the zero-cost processing of context-cache hits. In agentic workflows where a model repeatedly reads and modifies the same large codebase, this eliminates the compounding cost penalty that typically makes long-context sessions prohibitively expensive. Alongside the standard API, Meituan has launched structured “Token Packs” sold through limited flash sales four times daily at 10:00, 16:00, 21:00, and 23:00 Beijing Time. These volumetric allocations are valid for 30 days and stack on top of existing API accounts.

The pricing table below places LongCat-2.0 in context against current market offerings:

Engineering the 1-Million-Token Sparse Context

LongCat-2.0 scales total parameters to 1.6 trillion while activating only 33 billion to 56 billion parameters per token, with an average of 48 billion. This aggressive MoE sparsity is achieved through a “Zero-Compute Experts” design where routine execution elements pass through lighter subnetworks, eliminating the idle computational overhead that penalizes dense architectures.

To sustain a full 1-million-token context window, Meituan developed LongCat Sparse Attention (LSA), an evolution of DeepSeek Sparse Attention. LSA resolves the quadratic scoring costs and memory fragmentation typical of fine-grained sparse attention through three mechanisms:

  • Streaming-aware Indexing (SI): Restructures token selection by blending hardware-aligned contiguous data reads with dynamic random selection, converting fragmented memory access into predictable sequential blocks for improved High Bandwidth Memory utilization.

  • Cross-Layer Indexing (CLI): Exploits the finding that attention saliency remains stable across adjacent hidden layers. A single indexing pass guides multiple consecutive layers during inference, reinforced by cross-layer distillation during training.

  • Hierarchical Indexing (HI): A coarse-to-fine two-stage scoring approach where the indexer performs rapid approximate block-level recall to filter candidates before running fine-grained token selection on the remaining population.

An N-gram Embedding module inherited from Meituan’s lighter model lines appends 135 billion parameters within a 5-gram token combination framework, expanding the embedding space roughly 100-fold. This captures dense local token relationships and accelerates large-batch inference by reducing memory I/O bottlenecks.

Post-Training with MOPD: Specialized Expert Clusters

LongCat-2.0 is explicitly optimized for agentic software engineering tasks rather than general conversation. The model achieves a score of 59.5 on SWE-bench Pro, narrowly exceeding GPT-5.5’s 58.6, and posts a 70.8 on Terminal-Bench 2.1, 77.3 on SWE-bench Multilingual, and 73.2 on the FORTE corporate workflow simulator.

This performance comes from a post-training architecture called Multi-Teacher Optimization via Mixture of Specialized Experts (MOPD). Rather than blending human feedback into a single reward function, MOPD segregates optimization into three independent expert clusters:

  • Agent Experts: Fine-tuned strictly for structural execution—precise tool invocation, multi-turn API parameter parsing, and self-correcting loop mechanisms.

  • Reasoning Experts: Optimized for multi-hop logic, chain-of-thought reasoning, mathematics, and high-level STEM problem-solving.

  • Interaction Experts: Focused on human alignment, instruction-following, factual grounding to suppress hallucinations, and safety guardrails.

A dynamic gate-routing mechanism fuses these behaviors at runtime, enabling the model to coordinate deep reasoning, stable tool execution, and safe interaction simultaneously. While LongCat-2.0 trails premium systems like Claude Opus 4.8 on broad general-agent benchmarks, it punches above its weight in software engineering—proving highly competitive for complex coding tasks despite a leaner computational footprint.

Trained on Domestic Chinese ASICs: A Geopolitical Inflection Point

What makes this release a structural inflection point is its operational independence. LongCat-2.0 was trained entirely on a cluster of over 50,000 domestic Chinese ASICs, proving that near-frontier AI models can be scaled without Nvidia GPUs—the hardware that has powered the vast majority of generative AI training to date.

This successful deployment of alternative silicon arrives precisely as Washington pressures top-tier American labs to restrict access to their latest models. OpenAI was forced to limit access to its new GPT-5.6 models following a U.S. governmental request, and Anthropic was ordered to restrict access to Claude Fable 5 and Mythos 5, taking them entirely offline. Critics argue these defensive regulatory maneuvers have backfired: by locking down Western closed-source models and driving up API costs, the U.S. government has opened a wide operational window for global developers seeking affordable, high-performance alternatives from Chinese open-source ecosystems.

The developer community’s response was emphatic even before Meituan claimed the architecture. During its unbranded residency on OpenRouter as Owl Alpha, the model accounted for approximately 10.1 trillion monthly tokens—averaging 559 billion tokens per day—representing a 242% month-over-month explosion in volume that propelled it into the platform’s global top three. It secured the top ranking on the Hermes Agent workspace, second place on Claude Code deployments, and third place across international OpenClaw environments.

MIT Licensing: Maximum Enterprise Flexibility

The MIT License allows near-unrestricted freedom for enterprise integration. Unlike copyleft paradigms such as the GPL, which legally obligate developers to open-source derivative frameworks, the MIT license permits deep modification, compilation, and hard-coding into closed-source commercial applications. Corporations can fork the repository, optimize the internal LSA mechanisms for private databases, and sell the resulting software stack without any obligation to disclose proprietary intellectual property.

Meituan’s Strategic Transformation

Founded in 2010 by Wang Xing as a daily deals platform, Meituan evolved into one of China’s dominant super apps after a 2015 merger with Dianping. The Beijing-based company claims over 770 million annual transacting users and supports a network of more than 14.5 million merchants. Faced with intense domestic competition and margin compression, Meituan publicly committed to investing billions into artificial intelligence and domestic chip capabilities. This strategic shift began materializing in late 2025 with the release of LongCat-Flash, a 560-billion-parameter MoE foundation model, followed by the advanced reasoning model LongCat-Flash-Thinking. LongCat-2.0 represents the most significant step yet in Meituan’s ambition to become a foundational player in global AI infrastructure rather than remaining strictly a regional e-commerce and delivery giant.

What This Means for Developers and Enterprises

For development teams, LongCat-2.0 is already available for direct use. The model can be accessed through Meituan’s API at longcat.chat with the limited-time promotional pricing, downloaded from GitHub or Hugging Face under the MIT license for self-hosting, or reached through OpenRouter where the Owl Alpha endpoint remains active. The combination of an open-weight architecture, a 1-million-token context window, and zero-cost cache hits fundamentally alters the operational cost economics of large-scale agentic software development. Engineering teams building autonomous codebase migration tools, continuous code review agents, or long-session repository analysis pipelines should evaluate LongCat-2.0’s pricing against its actual performance on their specific workflows—particularly for tasks that benefit from repeated passes over large codebases where the cache-hit economics become decisive. The broader takeaway is that the compute infrastructure for frontier AI is diversifying rapidly, and developers who remain locked into a single hardware ecosystem or API provider may be missing significant cost and capability advantages emerging from alternative approaches.

Model

Input ($/1M)

Output ($/1M)

Total ($/1M)

Source

MiMo-V2.5 Flash

$0.10

$0.30

$0.40

Xiaomi

deepseek-v4-flash

$0.14

$0.28

$0.42

DeepSeek

deepseek-v4-pro

$0.435

$0.87

$1.305

DeepSeek

MiniMax-M3

$0.30

$1.20

$1.50

MiniMax

LongCat-2.0 promo

$0.30

$1.20

$1.50

LongCat

Gemini 3.1 Flash-Lite

$0.25

$1.50

$1.75

Google

Qwen3.7-Plus

$0.40

$1.60

$2.00

Alibaba Cloud

MiMo-V2.5

$0.40

$2.00

$2.40

Xiaomi

LongCat-2.0 standard

$0.75

$2.95

$3.70

LongCat

Grok 4.3 (low context)

$1.25

$2.50

$3.75

xAI

MiMo-V2.5 Pro (≤256K)

$1.00

$3.00

$4.00

Xiaomi

Kimi-K2.6

$0.95

$4.00

$4.95

Moonshot AI

GLM-5.2

$1.40

$4.40

$5.80

Z.ai

GPT-5.6 Luna

$1.00

$6.00

$7.00

OpenAI

Grok 4.3 (high context)

$2.50

$5.00

$7.50

xAI

MiMo-V2.5 Pro (>256K)

$2.00

$6.00

$8.00

Xiaomi

Qwen3.7-Max

$2.50

$7.50

$10.00

Alibaba Cloud

GPT-5.6 Sol

$5.00

$30.00

$35.00

OpenAI

Claude Fable 5 / Mythos 5

$10.00

$50.00

$60.00

Anthropic

Share This Article