generate_video
Create videos from text prompts or combine an image with a prompt to generate video. Supports customizable duration, aspect ratio, and output directory.
Instructions
Generate a video from a text prompt (text-to-video) or from an image + prompt (image-to-video, ark/veo). Available providers: none configured. Default: none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model ID to use (optional, uses provider default if omitted). Check 'providers://models' resource for available models. | |
| prompt | Yes | Text prompt describing the video to generate | |
| duration | No | Video duration in seconds (5 or 10). Default: 5 | |
| provider | No | Provider to use: . Default: None | |
| image_url | No | Reference image for image-to-video generation (ark/veo). Accepts: local file path, HTTP URL, or gs:// URI. Optional. | |
| aspect_ratio | No | Aspect ratio: 16:9, 9:16, or 1:1. Default: 16:9 | 16:9 |
| output_directory | No | Directory to save video. Optional. |