AI Gateway

All Models/

LongCat Flash Chat

LongCat Flash Chat by Meituan

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

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