AI Gateway

LongCat Flash Chat

meituan/longcat-flash-chat

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

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