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

isaacgv /vec2:e0b2e1e9

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 file
model
string (enum)
large-v2

Options:

large-v2

Choose a Whisper model.
temperature
number
0
temperature to use for sampling

Output schema

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

Schema
{'properties': {'detected_language': {'title': 'Detected Language',
                                      'type': 'string'},
                'segments': {'title': 'Segments'},
                'srt_file': {'format': 'uri',
                             'title': 'Srt File',
                             'type': 'string'},
                'txt_file': {'format': 'uri',
                             'title': 'Txt File',
                             'type': 'string'}},
 'required': ['detected_language'],
 'title': 'ModelOutput',
 'type': 'object'}