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

chenxwh /depth-anything-v2:b239ea33

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
model_size
string (enum)
Large

Options:

Small, Base, Large

Choose a model

Output schema

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

Schema
{'properties': {'color_depth': {'format': 'uri',
                                'title': 'Color Depth',
                                'type': 'string'},
                'grey_depth': {'format': 'uri',
                               'title': 'Grey Depth',
                               'type': 'string'}},
 'required': ['color_depth', 'grey_depth'],
 'title': 'ModelOutput',
 'type': 'object'}