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

onesoltech /whisper-video:8307229f

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
audio
string
Audio or video file (mp4, mov, mp3, wav, m4a, webm, ...)
language
string
Language code (e.g. en, hi, ta). Empty string = automatic detection
task
None
transcribe
Transcribe in the source language, or translate to English
timestamp
None
word
Word-level or chunk-level (segment) timestamps
batch_size
integer
16

Min: 1

Max: 64

Number of 30-second chunks to batch on the GPU

Output schema

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

Schema
{'properties': {'chunks': {'items': {'properties': {'text': {'title': 'Text',
                                                             'type': 'string'},
                                                    'timestamp': {'items': {'type': 'number'},
                                                                  'title': 'Timestamp',
                                                                  'type': 'array'}},
                                     'required': ['text', 'timestamp'],
                                     'type': 'object'},
                           'title': 'Chunks',
                           'type': 'array'},
                'text': {'title': 'Text', 'type': 'string'}},
 'required': ['text', 'chunks'],
 'title': 'Output',
 'type': 'object'}