Skip to main content
POST
Gen 4.5 — Image to Video
Generate high-quality videos from a source image and text prompt with Runway’s Gen 4.5 model. Supports flexible duration options up to 10 seconds and multiple aspect ratios.

Request Body

string
required
Model slug. Use runway/gen-4.5/image-to-video for image-to-video generation.
object
required
Input parameters for image-to-video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 120,000 micro-cents per second ($0.12/sec)
Default cost: 5 seconds = 120,000 × 5 = 600,000 micro-cents ($0.60)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples