Skip to content

Kling v3.0 Image-to-Video

Kling v3.0 Image-to-Video is a v3.0-generation Kling image-to-video model with first/last frame control, physics-aware motion, native audio, and up to 1080p output at durations up to 15 seconds.

image-to-videomulti-shotaudio-generation
index.ts
import { experimental_generateVideo as generateVideo } from 'ai';
const result = await generateVideo({
model: 'klingai/kling-v3.0-i2v',
prompt: 'A serene mountain lake at sunrise.'
});