You're looking at a specific version of this model. Jump to the model overview.
isaacgv /whisper-subtitles-v3:7f838646
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_path |
string
|
Audio file to generate subtitles for.
|
|
language |
None
|
en
|
Language of the audio.
|
vad_filter |
boolean
|
True
|
Enable the voice activity detection (VAD) to filter out parts of the audio without speech.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'preview': {'title': 'Preview', 'type': 'string'},
'segments': {'title': 'Segments'},
'srt_file': {'format': 'uri',
'title': 'Srt File',
'type': 'string'},
'vtt_file': {'format': 'uri',
'title': 'Vtt File',
'type': 'string'}},
'required': ['preview', 'srt_file', 'vtt_file'],
'title': 'ModelOutput',
'type': 'object'}