Overview
| Command | Description | Cost |
|---|---|---|
naive video generate <prompt> | Generate video from text or image | 5–10 credits |
naive video status <job_id> | Check generation status | Free |
naive video models | List available models | Free |
Completed video generation jobs are auto-ingested to the Media Asset Manager. For video clipping commands (
clip, clip-status, clip-edit), see the clips CLI reference.Generate Video
Submits a video generation job. Videos take 30–120 seconds to generate.Text-to-Video
Image-to-Video
Advanced (full parameter passthrough)
Options
| Flag | Required | Description |
|---|---|---|
prompt | No* | Text description (positional argument) |
--model <model> | Yes | Video model ID |
--input <json> | No* | Full model parameters as JSON |
--duration <seconds> | No | Video duration: "5" or "10" (model-dependent) |
--image-url <url> | No | Source image for image-to-video |
--wait | No | Block until generation completes |
prompt, --image-url, or --input is required.
Model Parameters (via --input)
| Parameter | Type | Models | Description |
|---|---|---|---|
prompt | string | All | Text description of the video |
duration | string | Kling | Duration: "5" or "10" seconds |
image_url | string | Image-to-video | Source image URL |
aspect_ratio | string | Kling | "16:9", "9:16", "1:1" |
negative_prompt | string | Kling text-to-video | What to avoid |
cfg_scale | number | Kling | Guidance 0-1 (default 0.5, higher = more literal) |
generate_audio | boolean | Kling v3 | Enable native audio (default: true) |
Output (submitted)
Output (completed — with --wait)
Available Models
| Model | Type | Time | Cost |
|---|---|---|---|
fal-ai/kling-video/v3/pro/text-to-video | text-to-video | ~60s | 5 credits (5s) / 10 credits (10s) |
fal-ai/kling-video/v3/pro/image-to-video | image-to-video | ~60s | 5 credits (5s) / 10 credits (10s) |
fal-ai/kling-video/v3/standard/text-to-video | text-to-video | ~45s | 5 credits |
fal-ai/minimax-video/video-01-live | text-to-video | ~45s | 5 credits |
fal-ai/wan/v2.7/text-to-video | text-to-video | ~60s | 5 credits |
fal-ai/kling-video/v2.1/standard/image-to-video | image-to-video | ~60s | 5 credits |
naive video models for the full up-to-date list.
Check Status
List Models
Credit Behavior
- Credits are NOT reserved at submission time
- Credits are deducted ONLY when the job completes successfully
- Failed or cancelled video jobs cost nothing
- Use
naive usageto audit credit deductions