Skip to main content

Overview

kling-2.5-pro is Kuaishou’s cheapest cinematic Kling tier. Photoreal humans, smooth motion, 5–10 second clips. Right for brand b-roll and character shots when you need a lot of cinematic footage without paying flagship prices.

Specs

FieldValue
Model IDkling-2.5-pro
CreatorKuaishou
Best forBudget cinematic clips, brand b-roll, character shots
Default duration5 seconds
Max duration10 seconds
Input modalitiesText, image (I2V)
Output modalitiesVideo
Resolution1080p
AudioNo
Pricing modePer second

Pricing

Cost
Per second$0.0945
Default 5s clip$0.4725

Use this when

  • You need cinematic clips at the lowest possible per-second cost in the Kling family.
  • You’re producing brand b-roll, transitions, or character shots in volume.
  • You don’t need native audio (use kling-3-pro-audio if you do).

Pick something else when

  • You need flagship Kling quality: use kling-3-pro.
  • You need synchronized audio in the clip: use kling-3-pro-audio or any Seedance SKU.
  • You’re shooting fast-cut social and want native audio bundled: use seedance-2-fast.

Example

curl -X POST https://kymaapi.com/v1/videos/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-2.5-pro",
    "prompt": "a slow dolly shot through an empty modernist library at dawn",
    "duration": 5
  }'
The endpoint is async — POST returns 202 with a job_id; poll GET /v1/jobs/{id} until status is succeeded.

See also