You're looking at a specific version of this model. Jump to the model overview.
runwayml /gen4-image:132f4799
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Text prompt for image generation
|
|
| seed |
integer
|
Random seed. Set for reproducible generation
|
|
| aspect_ratio |
None
|
16:9
|
Image aspect ratio
|
| resolution |
None
|
1080p
|
Image resolution
|
| reference_images |
array
|
Up to 3 reference images
|
|
| reference_tags |
array
|
An optional tag for each of your reference images. Tags must be alphanumeric and start with a letter. You can reference them in your prompt using @tag_name
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}