You're looking at a specific version of this model. Jump to the model overview.
zeke /haiku-multi-output:7507bdae
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 |
---|---|---|---|
seed |
integer
|
A seed to always return the same result (optional)
|
|
source_image |
string
|
An image from which to derive a background color for the output image (optional)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'image': {'format': 'uri', 'title': 'Image', 'type': 'string'},
'seed': {'title': 'Seed', 'type': 'integer'},
'text': {'title': 'Text', 'type': 'string'}},
'required': ['image', 'text', 'seed'],
'title': 'Output',
'type': 'object'}