You're looking at a specific version of this model. Jump to the model overview.
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
|
A text description of the desired image
|
|
| size |
None
|
1024x1024
|
The size of the generated image, in pixels
|
| quality |
None
|
standard
|
The quality of the image that will be generated.
`hd` creates images with finer details and greater
consistency across the image.
|
| style |
None
|
vivid
|
Style preset for the generated image.
`vivid` causes the model to lean towards generating
hyper-real and dramatic images.
`natural` causes the model to produce more natural,
less hyper-real looking images.
|
| n |
integer
|
1
Min: 1 Max: 1 |
Number of images to generate.
Currently, only one image can be generated at a time.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}