- Text-to-video generation (omit
start_frame_url) - Optional start-frame image-to-video (no end frame)
- Resolutions: 720p (
std) and 1080p (pro) - Aspect ratios: 1:1, 16:9, 9:16
- Duration: 3–15 seconds
Model
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text prompt describing the video to generate |
mode | string | No | "pro" | "std" (720p) or "pro" (1080p) |
duration | integer | No | 5 | Video duration in seconds (3–15) |
aspect_ratio | string | No | "16:9" | "1:1", "16:9", or "9:16". Safe to omit — server defaults to "16:9" |
start_frame_url | string | No | - | First frame image URL. Omit for text-to-video |
