Skip to main content

Overview

kling-3-pro is Kuaishou’s flagship Kling tier. Photoreal humans, smooth motion, sharper output than kling-2.5-pro. The right pick for hero shots and premium brand video where the result needs to stand up at full screen.

Specs

FieldValue
Model IDkling-3-pro
CreatorKuaishou
Best forPremium cinematic clips, character/face shots, hero brand video
Default duration5 seconds
Max duration10 seconds
Input modalitiesText, image (I2V)
Output modalitiesVideo
Resolution1080p
AudioNo (use kling-3-pro-audio for native audio)
Pricing modePer second

Pricing

Cost
Per second$0.1512
Default 5s clip$0.7560

Use this when

  • You need flagship-quality cinematic video on Kyma.
  • The result is going on a landing page, ad, or hero placement.
  • You don’t need synchronized audio in the clip.

Pick something else when

Example

curl -X POST https://kymaapi.com/v1/videos/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-3-pro",
    "prompt": "an architectural fly-through of a glass-and-steel tower at sunset, cinematic anamorphic look",
    "duration": 5
  }'
The endpoint is async — POST returns 202 with a job_id; poll GET /v1/jobs/{id} until status is succeeded.

Image-to-video

Pass image_url to use the image as the first frame:
{
  "model": "kling-3-pro",
  "prompt": "the camera slowly pushes in, the subject blinks once",
  "image_url": "https://example.com/portrait.jpg",
  "duration": 5
}

See also