Skip to main content
POST
Gen 4 Image — Text to Image
Generate images from text descriptions with Runway’s Gen 4 Image model. Supports multiple aspect ratios, resolution tiers, style presets, and diversity control.

Request Body

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

Pricing

Base cost: 50,000 micro-cents per request ($0.05)
Default cost: 720p resolution = 50,000 × 1 = 50,000 micro-cents ($0.05)1080p cost: 50,000 × 1.6 = 80,000 micro-cents ($0.08)

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