| Prompt | string | Text prompt describing the desired video, referencing the provided images, video clips, and audio as environment, motion, and mood cues. | Create a calm cinematic park sequence. Use the images for environment style, the video clips for camera motion and street rhythm, and the audio as mood reference. |
| Reference Images | array | Reference image URLs. Up to 30 images. | undefined |
| Reference Videos | array | Reference video URLs. Up to 10 clips. | undefined |
| Reference Audio | array | Reference audio URLs. Up to 10 files. | undefined |
| Resolution | Enum (4 options) | Output resolution. Price scales with resolution: 480p is cheapest, 4K is most expensive. | 720p |
| Duration | int | The duration of the generated video in seconds. | 5 |
| Aspect Ratio | Enum (8 options) | Aspect ratio of the output video. | 16:9 |
| Omni Reference Task Type | Enum (4 options) | Hint for the omni-reference subtask type, so ratio/duration constraint mismatches are caught at submission time instead of failing asynchronously. auto lets the model infer the type from the prompt; reference has no special ratio/duration constraints; edit and extend both require ratio=adaptive (edit additionally requires duration=-1). The model still re-derives the actual task type from the prompt during processing, so a mismatch can still surface as an async error. | auto |
| Seed | int | Random seed for reproducible generation. Use -1 for random. | 42 |
| High Bitrate | boolean | Enable high bitrate mode for better visual fidelity. Produces larger files. | false |