AI Gateway

/

LongCat Flash Thinking

LongCat Flash Thinking by Meituan

LongCat-Flash-Thinking is a high-throughput MoE reasoning model (128k context) optimized for agentic tasks.

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