Skip to content

LongCat Flash Thinking 2601

LongCat Flash Thinking 2601 is Meituan's N/A upgrade to the reasoning model series. It introduces parallel multi-path thinking, noise-resistant tool calling, and a τ²-Bench score of 88.2 with an AIME-25 score of 100.0.

Reasoning
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'meituan/longcat-flash-thinking-2601',
prompt: 'Why is the sky blue?'
})