Tabbit
ResourcesBlogModels
Tabbit LogoTabbit

Tabbit — The AI Browser that Works for You

Topics

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

Popular Guides

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

Events

  • Tabbit Skill Competition
  • KPOP SBTI Fandom Personality Test
  • Tabbit Campus Creator Program
  • fifi's Picks: AI Skills for Research Papers
  • User Survey

About

  • Tabbit Blog
  • Press & Media
Review
MediaLongCat 2.0

LongCat-2.0 Official Model Card: Specifications and Official Benchmarks (Including Comparison Tables with Gemini/GPT-5.5/Claude Opus)

Original source

Hugging Face (meituan-longcat/LongCat-2.0)

AuthorMeituan LongCat team (official)

Source date2026-06-30

Tabbit curation2026-08-19

Read original

One-sentence takeaway

The official model card is the primary authoritative source for judging LongCat-2.0's suitable tasks: it scores 59.5 on SWE-bench Pro, ahead of GPT-5.5 (58.6) and Gemini 3.1 Pro (54.2), and reaches 70.8 on Terminal-Bench 2.1. However, it trails GPT-5.5 and Claude Opus 4.8 on several benchmarks including BrowseComp, GPQA, and IFEval—in short, it is strong at coding and agent tasks, but not a leader in retrieval and general reasoning.

Official benchmark data (model card's original table; * cites the other model's official report, while unmarked scores were self-tested by Meituan using a unified harness)

BenchmarkLongCat-2.0Gemini 3.1 ProGPT-5.5Claude Opus 4.6Claude Opus 4.7Claude Opus 4.8
Terminal-Bench 2.170.870.7*73.8*-71.7*78.9*
SWE-bench Pro59.554.2*58.6*57.3*64.3*69.2*
SWE-bench Multilingual77.376.9*-77.8*80.5*84.8*
FORTE (General Agent)73.270.377.873.277.677.2
BrowseComp79.985.9*84.4*84.0*79.3*84.3*
RWSearch78.876.385.381.379.377.3
IFEval90.096.195.092.288.786.0
Writing Bench83.883.784.7-85.385.2
IMO-AnswerBench81.890.079.575.3*81.875.3
GPQA-diamond88.994.3*93.6*91.3*94.2*92.4*

Note: * = cited from the corresponding model's official report; - = no publicly comparable score.

Official specification highlights

  • Architecture: MoE, 1.6T total parameters, about 48B active per token (dynamic 33B–56B, according to the official X account); HF metadata lists a 1.8T model size (including 135B N-gram Embedding parameters, BF16).

  • Context: Native 1M tokens (trained on hundreds of billions of tokens of million-token-context data).

  • Key features: LongCat Sparse Attention (LSA, with SI/CLI/HI optimizations), 3-step MTP speculative decoding, and N-gram Embedding (n-gram size=5, 135B parameters).

  • Training: 35T+ tokens and more than 50,000 domestic compute chips (AI ASIC superpods), with no rollback throughout (according to the official blog).

  • Supported harnesses: Claude Code, OpenClaw, Hermes (officially described as “deeply integrated”).

  • License: MIT.

  • Official experience entry point: https://longcat.ai; contact longcat-team@meituan.com.

Verification and applicability boundaries

  • Methodology warning: All scores are Meituan self-tests (a self-built harness and in-house scoring; the model card notes “problematic tasks corrected”—AlphaSignal points out that this means problematic tasks were manually corrected before scoring). Scores marked * come from each provider's official report, so they are not directly comparable across laboratories; as of 2026-07-01, no independent third party (Artificial Analysis, Scale, etc.) had published a retest score for LongCat-2.0 (according to AlphaSignal's original text).

  • Relative strengths and weaknesses (consistent across multiple independent interpretations):

    • Areas ahead: SWE-bench Pro 59.5 > GPT-5.5 58.6 and > Gemini 3.1 Pro 54.2; Terminal-Bench 2.1 is tied with Gemini 3.1 Pro (70.8 vs. 70.7); RWSearch and FORTE exceed Gemini 3.1 Pro.

    • Areas behind: FORTE/RWSearch/BrowseComp all trail GPT-5.5 (77.8/85.3/84.4 vs. 73.2/78.8/79.9); GPQA-diamond and IFEval trail GPT-5.5 and Gemini 3.1 Pro; Claude Opus 4.8 leads LongCat by nearly 10 points on SWE-bench Pro (69.2).

    • Overall: In the official chart, the only model LongCat-2.0 consistently beats is Gemini 3.1 Pro (AlphaSignal's conclusion); against GPT-5.5 it narrowly wins only on SWE-bench Pro.

  • Task-fit judgment: Suitable for repository-level coding, terminal interaction, and long-context agent workflows; unsuitable for scenarios requiring top-tier retrieval (BrowseComp), scientific reasoning (GPQA), and strict instruction following (IFEval).

  • Related documents: Review 02 (official technical blog) and Review 03 (OpenRouter third-party methodology).

Curated by Tabbit

This is a third-party source navigator. Model versions, test environments, and personal experience vary; consult the original source.

LongCat 2.0

Use and compare models in Tabbit

LongCat 2.0

Related reviews

MediaLongCat official blog (longcat.chat)2026-06-30

LongCat-2.0 Official Technical Blog: Architecture, Training on Domestic Compute, and Inference Deployment (Release Notes)

MediaOpenRouter (third-party model routing platform)2026-07-20

OpenRouter Channel Data: LongCat-2.0 Pricing, Measured Performance, and Third-Party Benchmarks (Artificial Analysis)

Mediaaiprofitboardroom.com (blog, part of Julian Goldie's AI Profit Boardroom community)2026-05-29

AI Profit Boardroom field test: LongCat 2.0 game-building test and same-task comparison with GLM 5.2

MediaBenchLM.ai (third-party model comparison aggregator)2026-08-17

BenchLM comparison page: GPT-5.5 vs LongCat-2.0 — a boundary note on "no shared benchmarks, no quality verdict"

LongCat 2.0

Related prompts

MediaLongCat official API documentation site (longcat.chat)2026-07

LongCat-2.0 API Platform Quick Start (Official Quick Start + Chat Completions Reference + Pricing)

MediaHugging Face2026-06-30

LongCat-2.0 Chat Template and Tool-Calling Configuration (Official Hugging Face Model Card)

MediaLongCat official API documentation site (longcat.chat); X (@NousResearch official account as evidence for the free entry)2026-08-13

Hermes Agent Integration with LongCat-2.0 (Official Documentation + Nous Portal Free Entry)

MediaLongCat official API documentation site (longcat.chat)2026-06-30

Claude Code Integration with LongCat-2.0 (Official Documentation)