Frontline Hotspot
Frontline Hotspot

Meituan Open-Sources LongCat-2.0: A 1.6T Coding Model Trained on Chinese Chips, Secretly #1 on OpenRouter

Meituan open-sources LongCat-2.0, a 1.6T sparse-MoE coding model trained entirely on Chinese ASIC with zero Nvidia GPUs, that secretly topped OpenRouter under the codename Owl Alpha for about two months. It beats Qwen3.6-27B across coding benchmarks, with three takeaways for everyday developers.

Published July 29, 20265 min read
<!-- meituan-longcat2-china-chip-hotspot | hotspot | Meituan Open-Sources LongCat-2.0: A 1.6T Coding Model Trained on Chinese Chips, Secretly #1 on OpenRouter -->

A food-delivery company open-sourced a 1.6-trillion-parameter coding model, trained start to finish without a single Nvidia GPU, that had been secretly sitting at #1 on OpenRouter for two months. Not a joke. It happened at the end of June 2026. The company is Meituan, and the model is LongCat-2.0.

1. What Happened: A Delivery App Open-Sources a 1.6T Coding Model

On June 30, 2026, Meituan open-sourced LongCat-2.0. Yes, that Meituan, the super app for food delivery and local life, not some AI lab.

The hard numbers: 1.6 trillion (1.6T) total parameters, sparse MoE architecture; each generated token activates only about 48 billion parameters, dynamically floating between 33 and 56 billion depending on query complexity. That means inference cost is far below what the headline 1.6T suggests. It has a native 1-million-token context window, achieved through the team's own linear-complexity attention mechanism, not by brute-forcing it with VRAM.

The most counterintuitive part: training ran entirely on Chinese-made AI chips (ASIC), zero Nvidia. This is confirmed by multiple sources, not just one party's marketing.

Then there's the backstory. Before going public, LongCat-2.0 served anonymously on OpenRouter under the codename "Owl Alpha" (owl-alpha) for about two months, quietly topping the usage charts. Plenty of developers had already been using it without knowing it came from Meituan, trained on domestic chips. Pricing is aggressive too: $0.038 per million tokens, free on cache hits.

2. Why It Matters: Three Things Proven at Once

First, Chinese compute can compete. A company that isn't even an AI lab trained a 1.6T frontier coding model on domestic ASIC, and the whole chain held together. Running without Nvidia and still landing in the top tier used to be "theoretically possible." Now it's "already happened."

Second, the open-source coding landscape shifted. The anonymous chart-topping run shows users vote with their feet: they don't care whether you're a closed-source giant or an open-source newcomer, as long as it codes well. That's a real dent in the moat of closed coding models.

Third, coding agents are the new battleground. Stop staring at general-reasoning scores. Terminal-Bench and SWE-bench Pro, the agent-style tasks, are where coding models actually compete in 2026. These benchmarks measure the ability to fix bugs, run tests, and complete multi-step tasks in a real engineering environment, far more meaningful than answering a multiple-choice question. A model can ace GPQA, but if it can't hold its own in a terminal, it won't help you write code.

Then there's cost. MoE keeps activation at 48 billion, and pricing lands at $0.038 per million tokens with free cache hits. That means a coding-agent workflow with its many round-trips and long contexts won't blow up the bill. Whether a model is usable is one question; whether you can afford it is another, and LongCat-2.0 offers something on both counts.

3. How to Read the Benchmarks: A Table vs Qwen3.6-27B

Per Reddit r/LocalLLaMA and digitalapplied, LongCat-2.0 versus Qwen3.6-27B:

BenchmarkLongCat-2.0Qwen3.6-27B
SWE-bench Pro59.553.5
Terminal-Bench 2.170.859.3
SWE-bench Multilingual77.371.3
RWSearch78.877.3
Writing Bench83.885.2
IMO-AnswerBench81.880.8
GPQA-diamond88.987.8

The lead shows up in coding and agent tasks, especially Terminal-Bench where it opens an 11.5-point gap. Writing Bench actually trails by 1.4 points. So it's a specialist coding model, not a generalist. On general reasoning (GPQA-diamond) the two are neck and neck; the real separation only appears on frontier coding tasks.

One caveat on sourcing. Information circulating in developer communities and on X (from a post by X user @VaibhavSisinty, single source, not multi-verified, so don't treat it as hard fact): training used 50,000+ domestic ASICs; OpenRouter processed 10.1 trillion tokens last month, up 242% month over month; it ranked #1 on Hermes Agent, #2 on Claude Code, #3 on OpenClaw; trained on 35 trillion tokens with no major rollbacks. These numbers sound impressive, but they're single-sourced, so treat them as leads, not facts.

4. Three Takeaways for Regular Developers

First, stop watching only the closed-source leaders. You thought coding models were the exclusive turf of a few closed labs, then a food-delivery company running on domestic chips topped the charts for two months without you noticing. Widen your view, the open-source camp may already have a usable contender.

Second, open-source coding models are good enough. SWE-bench Pro 59.5 and Terminal-Bench 70.8 would have been closed-flagship territory a year ago. If your coding-agent workflow is still waiting for "the next closed flagship" before you act, you can test an open model now, save on API costs, and keep things locally controllable.

Third, watch real benchmarks, not marketing numbers. 1.6T parameters and 35T training tokens are clickbait. What actually decides your coding experience is performance on agent tasks like SWE-bench Pro and Terminal-Bench, plus the per-token active parameter count (which sets inference cost). Next time a model drops, flip to the benchmark table first, skip the keynote.

The biggest signal from LongCat-2.0 isn't the parameter count, it's the identity. A food-delivery company, using domestic chips, trained a coding model that anonymously topped the charts. The barrier to frontier models is being lowered in a way nobody predicted. Models and compute are decoupling faster than most assumed, and the next player to emerge from an unlikely lane may already be on the way. Next time a "non-AI company" releases a frontier model, don't scroll past it, check the sources first.


References

This article is AI-assisted and human-edited. Last updated: 2026-07-29

Related

Frontline Hotspot

One API Endpoint Just Sold for $7 Billion: Stripe Swallows OpenRouter, and Model Routing Becomes the Toll Booth of the AI Era

Bloomberg reported Aug 16 that Stripe is acquiring OpenRouter for $7B+ - a 5.4x premium over its May $1.3B Series B valuation (PayPal's rival bid stalled; Stripe declines comment). OpenRouter = one API endpoint fronting 400+ models, 8M users, with Chinese-origin models capturing 46% of its US enterprise token usage per CNBC. Stripe's trilogy clicks shut: Metronome metered billing (Jan, ~$1B) + the MPP machine payments protocol (Mar 18, with Tempo) + OpenRouter routing. Three developer effects: routing neutrality in question, stronger motives for self-hosted gateways, and the call-and-charge gate closing in. Backdrop: SpaceX's $60B Cursor close and OpenAI's $1T IPO groundwork. Figures are media-reported; not investment advice.

Aug 18, 20268 min read
Frontline Hotspot

Qwen3.8-Flash Free on Qoder: How to Use the 13-Day Window

Per an IT之家 report on 2026-09-18, Qoder launched a double promo: from 10:00 on September 18 through 23:59:59 on September 30, the Qwen3.8-Flash billing coefficient drops from 0.1 to 0, making calls completely free; meanwhile 100 Credits are granted daily from 10:00, valid 30 days and stackable, open to all individual users on both the international and China editions. This piece unpacks why free windows are the standard go-to-market play for coding tools (acquisition, habit formation, post-window retention), maps where Qwen3.8-Flash fits, and reminds readers this is a limited window, not a permanent free tier: the coefficient returns to 0.1 after September 30.

Sep 18, 20267 min read
Frontline Hotspot

Octop 1.0 GA: Why Multi-User Isolation Defines Self-Hosting

On 2026-09-17 Tencent Cloud released Octop 1.0 GA, a self-hosted multi-agent assistant, alongside one-command deployment through the Lighthouse and CVM official image marketplaces. This piece skips the specs and argues that multi-user isolation is the real need in self-hosting: most self-hosted assistants are designed around a single user, while Octop isolates memory, workspaces and expert profiles per member with JWT, and pairs a single-process architecture with direct IM channels to make family and small-team sharing the first design goal. It also notes the limits plainly: open-sourced barely two months, 3,198 stars still climbing, Tencent-heavy connectors, and someone has to run the server.

Sep 17, 20267 min read