Models Meituan Meituan: LongCat 2.0
ME

Meituan: LongCat 2.0

meituan/longcat-2.0
Support để BizCity tiếp tục mở miễn phí model catalog Nếu trang model này hữu ích cho bạn, một khoản ủng hộ nhỏ sẽ giúp chúng tôi duy trì tài liệu và trải nghiệm dùng thử miễn phí.
☕ Support / Donate
1M tokens
Context
$0.3000/M tokens
Input
$1.20/M tokens
Output
Th7 20, 2026
Released

Mô tả

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

Nhà cung cấp

Meituan

🚀 Dùng thử ngay

Trải nghiệm Meituan: LongCat 2.0 miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi Meituan: LongCat 2.0 từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Ủng hộ BizCity nếu bạn thấy catalog này hữu ích Nếu nội dung này hữu ích, bạn có thể ủng hộ để BizCity tiếp tục duy trì các bản miễn phí.
☕ Support / Donate
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meituan/longcat-2.0",
    "messages": [{"role":"user","content":"Hello!"}]
  }'