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

prakhar-bhartiya /meta-tribev2-social-media-content-signal:4f956643

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
video
string
Video file (≤60s, MP4/MOV/WebM)

Output schema

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

Schema
{'properties': {'frame_count': {'title': 'Frame Count', 'type': 'integer'},
                'headline_score': {'title': 'Headline Score',
                                   'type': 'integer'},
                'model_version': {'title': 'Model Version', 'type': 'string'},
                'scoring_version': {'title': 'Scoring Version',
                                    'type': 'string'},
                'sub_scores': {'additionalProperties': {'type': 'integer'},
                               'title': 'Sub Scores',
                               'type': 'object'},
                'timeline': {'items': {'additionalProperties': {'type': 'number'},
                                       'type': 'object'},
                             'title': 'Timeline',
                             'type': 'array'},
                'video_duration_s': {'title': 'Video Duration S',
                                     'type': 'number'}},
 'required': ['headline_score',
              'sub_scores',
              'timeline',
              'video_duration_s',
              'frame_count',
              'model_version',
              'scoring_version'],
 'title': 'Output',
 'type': 'object'}