Runway
Runway Gen-4.5
Create asynchronous video tasks with gen4.5 via POST /v1/predictions (function video).
POST
Overview
Runway Gen-4.5 (gen4.5) supports:
- Text-to-video —
promptonly - Image-to-video — optional
first_frame_urlas the initial frame
Input parameters
| Field | Required | Default | Notes |
|---|---|---|---|
prompt | Yes | — | Text prompt for video generation |
aspect_ratio | No | 1:1 | 16:9, 9:16, 4:3, 3:4, 1:1, 21:9 |
duration | No | 5 | 5 or 10 seconds |
first_frame_url | No | — | Optional first-frame image URL |
Authorizations
Authorization: Bearer YOUR_API_KEY
Body
application/json
Model ID. Use gen4.5 for this endpoint.
Available options:
gen4.5 Example:
"gen4.5"
Task type. Must be video for video generation.
Available options:
video Example:
"video"
Optional HTTPS callback URL when the task completes, fails, or is cancelled.
Response
Async task created