Kling 3.0
Kling 3.0. Highest quality with the full feature set: text-to-video, image-to-video, first & last frame, native audio and multi-shot.
Pricing — per second of generated video, in tokens (USD at $0.02/token):
| resolution | sound off | sound on |
|---|---|---|
| 720p | 4.2 ($0.084) | 6.3 ($0.126) |
| 1080p | 5.6 ($0.112) | 8.4 ($0.168) |
Returns an img_uuid; poll GET /api/v1/jobs/detail (or use custom_callback_url) to get the generated video.
Headers
Body
Kling 3.0. Highest quality with the full feature set: text-to-video, image-to-video, first & last frame, native audio and multi-shot.
Pricing (tokens/second): 720p: 4.2 (6.3 with sound on) - 1080p: 5.6 (8.4 with sound on).
Model name. Must be kling-3-0 on this page.
kling-3-0 Text prompt describing the video.
First-frame image URL. If provided, runs image-to-video; otherwise text-to-video.
Last-frame image URL (first & last frame mode).
Things you do not want to see in the video.
Video duration in seconds (3-15).
3 <= x <= 15Output resolution. 720p = Standard mode (std), 1080p = Professional mode (pro).
720p, 1080p Aspect ratio. Text-to-video only; ignored when image_url is provided.
16:9, 9:16, 1:1 Native audio generation. Increases the per-second cost (see pricing).
on, off Advanced model parameters.
Optional. A publicly accessible HTTPS URL. When the task status changes (processing / success / failed), GoEnhance sends a POST request to this URL. The request body is identical to the response of GET /api/v1/jobs/detail. If your server does not respond with HTTP 200, the notification is retried up to 3 times, with a 3-second timeout per attempt.
"https://your-server.com/goenhance/callback"
