Meituan LongCat

LongCat-2.0 API

An agentic-coding model for tool use, multi-step agents, and 1M-token workflows — a practical alternative for Claude Code and OpenCode-style tasks.

Agentic coding1M contextTool use

Pricing

USD per 1M tokens. No hidden markup.

Input

$1.35/ 1M

Output

$5.40/ 1M

Call LongCat-2.0 in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model tomeituan-longcat/LongCat-2.0.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meituan-longcat/LongCat-2.0",
    "messages": [{"role": "user", "content": "Hello"}]
  }'