text_to_video
Generate videos from text prompts by creating a Gemini Omni task on RunAPI. Returns task ID, status, and output URLs.
Instructions
Create a Gemini Omni task on RunAPI (text to video). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | ||
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| prompt | Yes | Video generation prompt. | |
| audio_ids | No | ||
| timeout_ms | No | ||
| video_list | No | ||
| aspect_ratio | No | Output aspect ratio. | |
| callback_url | No | Webhook URL for terminal Task delivery. | |
| character_ids | No | ||
| duration_seconds | No | ||
| poll_interval_ms | No | ||
| output_resolution | No | Output resolution. | |
| reference_image_urls | No |