Unlocking 560B‑Parameter AI: Inside LongCat‑Flash‑Chat’s Zero‑Computation MoE
LongCat‑Flash‑Chat, a 560‑billion‑parameter Mixture‑of‑Experts model with Zero‑Computation Experts, delivers top‑tier benchmark scores and fast inference while activating only a fraction of its parameters, and is fully open‑sourced with easy deployment scripts.
Technical Highlights
LongCat‑Flash uses a Mixture‑of‑Experts architecture with Zero‑Computation Experts. Total parameters are 560 B, but only 18.6‑31.3 B are activated per token (average 27 B), controlled by a PID controller to keep activation stable.
Cross‑layer channels enable parallel MoE communication, achieving fast training (30 days) and inference speed over 100 tokens/s on H800. Training incorporates hyper‑parameter transfer, model stacking, and stability strategies.
For agentic capabilities, a dedicated evaluation set and multi‑agent data generation improve performance.
Performance Evaluation
Comprehensive benchmarks show LongCat‑Flash matches or exceeds leading models despite smaller size. In ArenaHard‑V2 it scores 86.50 (2nd), MMLU 89.71, CEval 90.44. In agentic tasks it leads τ2‑Bench and ranks first on VitaBench (24.30). In programming benchmarks it scores 39.51 on TerminalBench (2nd) and 60.4 on SWE‑Bench‑Verified. In instruction following it tops IFEval with 89.65 and achieves best scores on COLLIE and Meeseeks‑zh.
Model Deployment
Two efficient deployment scripts are provided for SGLang and vLLM. Example for single‑node SGLang:
python3 -m sglang.launch_server \
--model meituan-longcat/LongCat-Flash-Chat-FP8 \
--trust-remote-code \
--attention-backend flashinfer \
--enable-ep-moe \
--tp 8Further deployment instructions are in the GitHub repository.
Open Source
The model, code, and weights are released under the MIT License and can be used for downstream tasks, model distillation, etc. Access the model at https://longcat.ai/, Hugging Face, and GitHub links.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
DataFunTalk
Dedicated to sharing and discussing big data and AI technology applications, aiming to empower a million data scientists. Regularly hosts live tech talks and curates articles on big data, recommendation/search algorithms, advertising algorithms, NLP, intelligent risk control, autonomous driving, and machine learning/deep learning.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
