generate_video
Create videos from text prompts or animate static images, with control over duration, aspect ratio, and quality.
Instructions
Generate videos from text prompts or animate static images
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Frames per second | |
| seed | No | Seed for reproducible generation | |
| image | No | Input image for image-to-video generation (base64 or URL) | |
| model | No | Model ID to use for video generation | |
| prompt | Yes | Text prompt or motion description for video generation | |
| quality | No | Video quality preset | high |
| duration | No | Video duration in seconds | |
| aspect_ratio | No | Video aspect ratio | 16:9 |
| save_location | No | Directory path to save the video. Overrides default save location. |