Kling
Latency—
Throughput—
Upload rate—
Context length—
Max output—
Input price$0.07per second
Output price—per second
Cache read—per second
Cache write—per second
/kling/kling-2.5
Kling 2.5: Kuaishou's flagship multimodal video generation model (Sept 2025). Renowned for industry-leading visual fidelity, cinematic camera control, and exact prompt adherence, it significantly lowers API costs while elevating production value.
curl ${API_BASE_URL}/v1/chat/completions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-2.5",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Replace <YOUR_API_KEY> with the API key generated on your token management page.
All requests must include the Authorization: Bearer <TOKEN> header.
RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.