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

> Call Kuaishou 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/kuaishou/
- Updated: 2026-08-10
- Vendor: Kuaishou
- Models on ChinaAPI: 3
- Model families: Kuaishou / Kling
- 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) |
| --- | --- | --- | --- | --- |
| [kling-3.0-turbo](https://chinaapi.ai/models/kling-3.0-turbo/) | Kuaishou / Kling | Video generation | — | $0.5556 per generation |
| [kling-v3](https://chinaapi.ai/models/kling-v3/) | Kuaishou / Kling | Video generation | — | $0.4799 per 5-second 720p silent generation |
| [kling-v3-omni](https://chinaapi.ai/models/kling-v3-omni/) | Kuaishou / Kling | Video generation | — | $0.4167 per generation |

## Endpoints

- `kling-3.0-turbo`: `POST https://api.chinaapi.ai/v1/video/generations`
- `kling-v3`: `POST https://api.chinaapi.ai/v1/video/generations`
- `kling-v3-omni`: `POST https://api.chinaapi.ai/v1/video/generations`

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

The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.

## Price notes

The rate in the table is the current published rate, not a permanent one.

- `kling-v3`: Base price for a 5-second 720p silent generation; duration, resolution, and audio tiers multiply the live charge. Any service margin is included.

## Quickstart

```
curl -X POST https://api.chinaapi.ai/v1/video/generations \
  -H "Authorization: Bearer $CHINAAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-3.0-turbo",
    "prompt": "A paper boat crossing a calm blue pond"
  }'
```

## 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/)
- [Meituan models on ChinaAPI](https://chinaapi.ai/vendors/meituan/)
- [Xiaomi models on ChinaAPI](https://chinaapi.ai/vendors/xiaomi/)

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=kuaishou
