Kling V3 Omni Image to Video
Generate a video from one or more images using the Kling V3 Omni model.
Documentation Index
Fetch the complete documentation index at: https://mulerouter.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Generate videos from input images using the Kling V3 Omni model. Requires at least one frame image. In addition to text-to-video features, image-to-video supports:- First/Last frame control — provide
first_frameandlast_frameimages - Reference images — additional image references via
imagesarray - Element references — reference up to 3 elements when using first/last frame images
- Multi-shot video — generate multi-scene videos via
multi_shotandmulti_prompt
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
First frame image (URL or Base64). Sets the opening frame of the generated video.
Last frame image (URL or Base64). Sets the closing frame of the generated video.
List of reference image URLs or Base64 strings.
1Text prompt to guide video generation from the images.
Multi-segment prompts for finer control.
1 - 6 elementsNegative prompt to exclude unwanted content.
Whether to generate sound for the video.
on, off Generation mode. std for standard quality, pro for higher quality.
std, pro Aspect ratio of the generated video.
16:9, 9:16, 1:1 Duration of the generated video in seconds (3-15).
Whether to enable multi-shot generation.
Shot type configuration.
customize, intelligence Element list. Max 3 when using first/last frame images.
3Response
Accepted - Task created successfully

