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

subhash25rawat /morphix3d:472873eb

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 water drop falling down
Prompt for generating 3d Modal
InputImage
string
Image for generating 3d Modal

Output schema

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

Schema
{'properties': {'coloredGlb': {'format': 'uri',
                               'title': 'Coloredglb',
                               'type': 'string'},
                'error': {'title': 'Error', 'type': 'string'},
                'meshGlb': {'format': 'uri',
                            'title': 'Meshglb',
                            'type': 'string'},
                'status': {'title': 'Status', 'type': 'string'},
                'thumbnail': {'format': 'uri',
                              'title': 'Thumbnail',
                              'type': 'string'},
                'video': {'format': 'uri', 'title': 'Video', 'type': 'string'}},
 'required': ['status'],
 'title': 'Output',
 'type': 'object'}