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

andreasjansson /flash-eval:b6dd3eb5

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
prompts_and_images
string
Newline-separated list of prompt/image URL pairs. Prompt/image URL pairs are formatted as <prompt>:<image1>[,<image2>[,<image3>[,...]]], i.e. a prompt followed by a colon followed by one or more comma-separated image URLs.
models
string
ImageReward,Aesthetic,CLIP,BLIP,PickScore
Comma-separated list of models to use to evaluate. Valid models are ImageReward, Aesthetic, CLIP, BLIP, PickScore

Output schema

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

Schema
{'additionalProperties': {'additionalProperties': {'additionalProperties': {'type': 'number'},
                                                   'type': 'object'},
                          'type': 'object'},
 'title': 'Output',
 'type': 'object'}