# Kuaishou: kling-v3 — API on ChinaAPI

> Kling 3.0 text/image-to-video with 720p/1080p/4K output, 3-15s duration, optional audio, and tiered pricing.

- Canonical page: https://chinaapi-ru.com/models/kling-v3/
- Model ID: `kling-v3`
- Type: video generation
- Capabilities: Video, Text-to-Video, Image-to-Video, Audio
- Billing: $0.4799 per 5-second 720p silent generation (USD)
- Endpoint: `POST https://api.chinaapi-ru.com/v1/video/generations` (async: poll `GET /v1/video/generations/{task_id}`)
- Price note: Base price for a 5-second 720p silent generation; duration, resolution, and audio tiers multiply the live charge. Any service margin is included.
- Pricing basis: 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.
- Access: no mainland-China account or phone number required; $2 free trial credit
- Sign up: https://dash.chinaapi-ru.com/register?utm_source=chinaapi&utm_medium=model-md&utm_campaign=kling-v3

## Quickstart

```
curl -X POST https://api.chinaapi-ru.com/v1/video/generations \
  -H "Authorization: Bearer sk-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-v3",
    "prompt": "A clean product hero shot with slow camera movement"
  }'

curl https://api.chinaapi-ru.com/v1/video/generations/{task_id} \
  -H "Authorization: Bearer sk-..."
```

## FAQ

**How do I use kling-v3?**
Use kling-v3 through ChinaAPI with an API key and the OpenAI-compatible endpoint shown on this page.

**How much does kling-v3 cost?**
kling-v3 is $0.4799 per 5-second 720p silent generation, paid in USD. The live pricing page is authoritative. 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.

**Does kling-v3 need a Chinese account?**
No. ChinaAPI provides access without a mainland-China account or phone number and includes a $2 free trial. Check live pricing for the displayed USD rate.

---
Markdown twin of https://chinaapi-ru.com/models/kling-v3/ — generated by scripts/gen_model_pages.py. Full catalog: https://chinaapi-ru.com/llms-full.txt
