kling-v3-fast Video Generation
kling-v3-fast
kling-v3-fast Video Generation
Generate videos with the official kling-v3-fast model through the standard ToAPIs async video endpoint
POST
kling-v3-fast Video Generation
- Async task API, returns a task ID after submission
- Uses the new official Kling Turbo upstream protocol
- Supports text-to-video and image-to-video with first-frame input only
resolutionsupports720pand1080pdurationsupports3s,4s,5s,6s,7s,8s,9s,10s,11s,12s,13s,14s,15saspect_ratioapplies to text-to-video requestswatermarkis a boolean toggle only; custom watermark payloads are not supported
Authorization
All endpoints require Bearer Token authentication.
Request Parameters
Video generation model name, fixed as
kling-v3-fast.Text prompt. For image-to-video, this is sent to Kling Turbo as the
prompt content item.Optional input images. For Kling Turbo image-to-video, only the first image is used as
first_frame.Video resolution.Supported values:
720p1080p
Video duration in seconds.Supported values:
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15Video aspect ratio for text-to-video.Supported values:
16:99:161:1
Whether to add the official Kling watermark.
Examples
Text-to-Video
Image-to-Video
Video generation is asynchronous. Use the Get Video Task Status endpoint to query progress and results.