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

littletry /media-metadata:29e09b55

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
media
string
Video, audio, or image file to inspect.

Output schema

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

Schema
{'properties': {'duration': {'nullable': True,
                             'title': 'Duration',
                             'type': 'number'},
                'file_size': {'title': 'File Size', 'type': 'integer'},
                'format': {'title': 'Format', 'type': 'string'},
                'frame_count': {'nullable': True,
                                'title': 'Frame Count',
                                'type': 'integer'},
                'height': {'nullable': True,
                           'title': 'Height',
                           'type': 'integer'},
                'is_animated': {'nullable': True,
                                'title': 'Is Animated',
                                'type': 'boolean'},
                'media_type': {'title': 'Media Type', 'type': 'string'},
                'mime_type': {'title': 'Mime Type', 'type': 'string'},
                'width': {'nullable': True,
                          'title': 'Width',
                          'type': 'integer'}},
 'required': ['media_type', 'mime_type', 'format', 'file_size'],
 'title': 'Output',
 'type': 'object'}