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

ibrahimpenekli /depth-pro:8bee17f6

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_path
string
Input image
focal_length
number
Focal length in pixels (optional)

Output schema

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

Schema
{'properties': {'color_map': {'format': 'uri',
                              'title': 'Color Map',
                              'type': 'string'},
                'focal_length': {'title': 'Focal Length', 'type': 'number'},
                'npz': {'format': 'uri', 'title': 'Npz', 'type': 'string'}},
 'required': ['npz', 'color_map', 'focal_length'],
 'title': 'ModelOutput',
 'type': 'object'}