Loading...
Loading...
Generate images and videos with Kling O3 — Kling's most powerful model family. Text-to-image, text-to-video, image-to-video, and video-to-video editing. Use when the user requests "Kling", "Kling O3", "Best quality video", "Kling image", "Kling video editing".
npx skill4agent add fal-ai-community/skills fal-kling-o3| Script | Purpose |
|---|---|
| Generate images with Kling O3 |
| Generate or edit videos with Kling O3 |
./scripts/kling-generate.sh --prompt "A samurai standing on a cliff at sunset, cinematic lighting"./scripts/kling-video.sh --prompt "A drone shot flying over a tropical island at golden hour" --mode text-to-video./scripts/kling-video.sh --image-url "https://example.com/photo.jpg" --prompt "Camera slowly zooms in" --mode image-to-video./scripts/kling-video.sh --video-url "https://example.com/video.mp4" --prompt "Change the sky to a starry night" --mode edit./scripts/kling-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into watercolor painting style" --mode remix| Argument | Description | Required |
|---|---|---|
| Image description | Yes |
| square, landscape, portrait, widescreen | No (default: square) |
| Extra param as key=value (repeatable) | No |
| Argument | Description | Required |
|---|---|---|
| Description or edit instructions | Yes |
| text-to-video, image-to-video, edit, remix | Yes |
| Image URL (for image-to-video) | For I2V |
| Video URL (for edit/remix) | For edit/remix |
| standard or pro (default: pro) | No |
| Extra param as key=value (repeatable) | No |
| Endpoint | Tier |
|---|---|
| Pro (only tier) |
| Endpoint | Tier | Mode |
|---|---|---|
| Standard | Text → Video |
| Pro | Text → Video |
| Standard | Image → Video |
| Pro | Image → Video |
| Endpoint | Tier | Mode |
|---|---|---|
| Standard | Content editing |
| Pro | Content editing |
| Standard | Style remix |
| Pro | Style remix |
{
"images": [{"url": "https://fal.media/files/...", "content_type": "image/png"}],
"video": {"url": "https://fal.media/files/...", "content_type": "video/mp4"}
}