fal-kling-o3
Original:🇺🇸 English
Translated
2 scripts
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".
2installs
Sourcefal-ai-community/skills
Added on
NPX Install
npx skill4agent add fal-ai-community/skills fal-kling-o3Tags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →fal-kling-o3
Kling O3 is Kling's most powerful model family — covering image generation, text-to-video, image-to-video, and video-to-video editing/remix. Two tiers: Standard (faster, cheaper) and Pro (highest quality).
Scripts
| Script | Purpose |
|---|---|
| Generate images with Kling O3 |
| Generate or edit videos with Kling O3 |
Usage
Generate Image
bash
./scripts/kling-generate.sh --prompt "A samurai standing on a cliff at sunset, cinematic lighting"Text to Video
bash
./scripts/kling-video.sh --prompt "A drone shot flying over a tropical island at golden hour" --mode text-to-videoImage to Video
bash
./scripts/kling-video.sh --image-url "https://example.com/photo.jpg" --prompt "Camera slowly zooms in" --mode image-to-videoEdit Video (change content)
bash
./scripts/kling-video.sh --video-url "https://example.com/video.mp4" --prompt "Change the sky to a starry night" --mode editRemix Video (restyle)
bash
./scripts/kling-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into watercolor painting style" --mode remixArguments
kling-generate.sh
| Argument | Description | Required |
|---|---|---|
| Image description | Yes |
| square, landscape, portrait, widescreen | No (default: square) |
| Extra param as key=value (repeatable) | No |
kling-video.sh
| 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 |
Kling O3 Model Endpoints
Image Generation
| Endpoint | Tier |
|---|---|
| Pro (only tier) |
Video Generation
| Endpoint | Tier | Mode |
|---|---|---|
| Standard | Text → Video |
| Pro | Text → Video |
| Standard | Image → Video |
| Pro | Image → Video |
Video Editing
| Endpoint | Tier | Mode |
|---|---|---|
| Standard | Content editing |
| Pro | Content editing |
| Standard | Style remix |
| Pro | Style remix |
When to use Standard vs Pro
- Pro: Best quality. Use for final output, commercial work, when quality matters most.
- Standard: ~2x faster, cheaper. Use for drafts, iteration, when speed matters.
Output Format
json
{
"images": [{"url": "https://fal.media/files/...", "content_type": "image/png"}],
"video": {"url": "https://fal.media/files/...", "content_type": "video/mp4"}
}