<!-- GENERATED BY scripts/gen_vendor_hubs.py; DO NOT EDIT -->
# Meituan API access: models, pricing, and one OpenAI-compatible key

> Call Meituan models through one OpenAI-compatible ChinaAPI key. Compare task type, context and published USD pricing, then start without a mainland-China account or phone number.

- Canonical: https://chinaapi.ai/vendors/meituan/
- Updated: 2026-08-10
- Vendor: Meituan
- Models on ChinaAPI: 1
- Model families: Meituan
- Base URL: `https://api.chinaapi.ai/v1`
- Account requirement: no mainland-China account or phone number

## Availability

The vendor's own console requires a mainland-China entity or phone number to register.
ChinaAPI exposes the same models through one OpenAI-compatible gateway account.
This page states availability, task type, context and published USD price only; it makes
no quality or ranking claim, because no published benchmark evidence supports one yet.

## Catalog

| Model | Family | Task type | Context | Price (USD) |
| --- | --- | --- | --- | --- |
| [LongCat-2.0](https://chinaapi.ai/models/longcat-2.0/) | Meituan | Text | 1M | $0.3/M input, $1.2/M output tokens |

## Endpoints

- `LongCat-2.0`: `POST https://api.chinaapi.ai/v1/chat/completions`

Token prices are shown as input and output per one million tokens.
Media prices are shown per published billing unit.

Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative.

## Quickstart

```
curl -X POST https://api.chinaapi.ai/v1/chat/completions \
  -H "Authorization: Bearer $CHINAAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "LongCat-2.0",
    "messages": [{"role": "user", "content": "Hello from ChinaAPI"}]
  }'
```

## Other vendor hubs

- [ByteDance models on ChinaAPI](https://chinaapi.ai/vendors/bytedance/)
- [StepFun models on ChinaAPI](https://chinaapi.ai/vendors/stepfun/)
- [Tencent models on ChinaAPI](https://chinaapi.ai/vendors/tencent/)
- [Xiaomi models on ChinaAPI](https://chinaapi.ai/vendors/xiaomi/)
- [Kuaishou models on ChinaAPI](https://chinaapi.ai/vendors/kuaishou/)

Generated from the ChinaAPI model catalog on August 10, 2026. Live pricing in the dashboard is authoritative.
Sign up: https://dash.chinaapi.ai/register?lang=en&utm_source=chinaapi&utm_medium=vendor-md&utm_campaign=meituan
