runway_generate_video
Create a video from a text prompt or an image using Runway ML. Returns a task ID to poll for completion.
Instructions
Generate a video from text or an image using Runway ML. Supports text-to-video and image-to-video. Returns a task_id to poll for completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Runway API key | |
| prompt | No | Text description of the video to generate | |
| image_url | No | URL of an image to animate (image-to-video mode) | |
| model | No | Model name: gen3a_turbo (fast) or gen3a (quality). Default: gen3a_turbo | |
| duration | No | Video duration in seconds (default: 5) | |
| ratio | No | Aspect ratio e.g. 1280:768 or 768:1280 (default: 1280:768) | |
| seed | No | Random seed for reproducibility |