Skip to main content
POST
Gen 4
Generate videos from images with Runway’s Gen 4 model. Supports image-to-video generation with multiple aspect ratios and duration options.

Image to Video

Generate videos from a source image and text prompt. Slug: runway/gen-4/image-to-video

Request Body

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

Code Examples


Pricing

Base cost: 100,000 micro-cents per second ($0.10/sec)
Default cost: 5 seconds = 100,000 × 5 = 500,000 micro-cents ($0.50)

Response

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