You're looking at a specific version of this model. Jump to the model overview.

borisdayma/dalle-mini:2e3975b1

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
sunset over a lake in the mountains
Prompt for generating image.
n_predictions
integer
9

Min: 1

Max: 9

Number of images to generate.
show_clip_score
boolean
False
CLIP score will be displayed for each generated image if set to True.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'properties': {'clip_score': {'title': 'Clip Score',
                                         'type': 'number'},
                          'image': {'format': 'uri',
                                    'title': 'Image',
                                    'type': 'string'}},
           'title': 'ModelOutput',
           'type': 'object'},
 'title': 'Output',
 'type': 'array'}