meituan

Meituan: LongCat 2.0

LongCat 2.0 is a sparse mixture-of-experts language model from Meituan, with 48B active parameters out of 1.6T total. It is suited for coding, repository-level changes, long-horizon problem solving, and agentic...

Context
1M tokens
Input / 1M tokens
$0.75
Output / 1M tokens
$3
Benchmark

Pricing

Input tokens$0.75 per 1M tokens
Output tokens$3 per 1M tokens
Cache read$0.01 per 1M tokens

Technical details

Model IDmeituan/longcat-2.0
Context window1M tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens262,144

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'meituan/longcat-2.0',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Meituan: LongCat 2.0?

Get an API key and start making requests in minutes.

Get an API key