AICredits logo
meituan

Meituan: LongCat 2.0

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...

Supported APIs

Chat API
Context
1.0M
Max output
Input / 1M
₹30.20
Output / 1M
₹120.78

Pricing

Token typeUSD / 1MINR / 1M
Input$0.300₹30.20
Output$1.20₹120.78

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Meituan: LongCat 2.0 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meituan/longcat-2.0",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.