Video generation
84 video models across text-to-video, image-to-video, video-to-video editing, and clip extension.
Quick start
bash
# text-to-video
gen-ai generate -m seedance-2.0 -p "a fox running through autumn leaves" -d 8
# image-to-video
gen-ai generate -m kling-motion-control-v3 -p "slow push in" -i ./portrait.jpgjson
{ "name": "picsart_generate",
"arguments": { "model": "seedance-2.0", "prompt": "a fox running through autumn leaves", "duration": 8, "aspectRatio": "16:9" } }Input types
| Type | Command | Models |
|---|---|---|
t2v text→video | gen-ai generate | Seedance 2.5 / 2.0, Kling V3, Veo 3.1, Gemini Omni, Wan 3.0 / 3.0 Prime, Flux 3 Video, Hailuo 2.3, LTX, Luma Ray 2, HeyGen Video Avatar |
i2v image→video | gen-ai generate -i | Kling Motion Control, Wan 2.7 I2V, Runway Gen4 Ref, Picsart Effects Video, VEED Fabric, HeyGen, Creatify |
v2v video→video | gen-ai generate --video / gen-ai extend | Seedance Video Edit/Extend, Wan Video Edit, Runway Aleph, Grok Edit/Extend, LTX Extend/Retake |
Providers
| Provider | Models | Highlights |
|---|---|---|
| Seedance | Seedance 2.5 / 2.0 (+ Fast, Edit, Extend) | Reference image, keyframes, native audio; 2.5 supports 4–30s |
| Veo 3.1 / Fast / Lite, Gemini Omni | 1080p+, native audio, chainable extend; Omni adds 4K + video extension | |
| Kling | Kling V3, Video O1, Motion Control, Avatar, Effects | High-motion; motion control from a still |
| Wan | Wan 3.0, Wan 3.0 Prime, Wan 2.7 (t2v/i2v/r2v/edit) | Versatile, crisp detail; Prime is up to 7x faster |
| Runway | Gen 4.5, Aleph, Gen4 Ref, Avatar | Editing & reference workflows |
| MiniMax | MiniMax H3, H3 Max (+ Turbo / Camera Controls), Hailuo 2.3 | Up to 2K; multimodal references |
| LTX | LTX 2.3 Pro/Fast, A2V, Extend, Retake | Audio-to-video & re-takes |
| Luma | Ray 2, Flash 2, Reframe | Reframing & fast generation |
| Picsart | Picsart Effects Video | Curated one-tap effect presets |
| Grok | Imagine Video, Edit, Extend | — |
| VEED · HeyGen · Creatify | Fabric, Talking Photo, Aurora | Avatar / talking-photo |
| ByteDance · OVI · Videography · HappyHorse | Video Enhance, OmniHuman, OVI, Videography, Happy Horse | Specialized |
Extending clips
bash
gen-ai extend --video ./clip.mp4 -p "the camera keeps panning right" --times 2The Veo family extends +7s per segment; Seedance, Grok, and LTX expose dedicated extend models.
Common video parameters
| Param | CLI flag | Notes |
|---|---|---|
prompt | -p | Required (or stdin) |
aspectRatio | --ar | e.g. 16:9, 9:16, 1:1 |
resolution | -r | e.g. 720p, 1080p, 4k |
duration | -d | Seconds (model-dependent set) |
generateAudio | --audio-gen | Native audio track |
imageUrls / videoUrl | -i / --video | i2v / v2v inputs |