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

vufinder /dino-v3-7b-depther:1d2a8281

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
image
string
Input image, accepts JPG, JPEG, PNG, WEBP files. The image will be downsampled to 4K resolution if it's too large.
return_depth
boolean
True
Whether to return depth image or not.

Output schema

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

Schema
{'description': 'Class defining structure of the output.\n'
                '\n'
                'Attributes:\n'
                '    depth_image (Path): Path to the depth image.\n'
                '    data (Path): Path to the JSON file containing the raw '
                'depth map data.',
 'properties': {'data': {'format': 'uri', 'title': 'Data', 'type': 'string'},
                'depth_image': {'format': 'uri',
                                'nullable': True,
                                'title': 'Depth Image',
                                'type': 'string'}},
 'required': ['data'],
 'title': 'PredictorOutput',
 'type': 'object'}