You're looking at a specific version of this model. Jump to the model overview.
stayallive /whisper-subtitles:5f87f445
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.
|
|
model_name |
None
|
small.en
|
Name of the Whisper model to use.
|
language |
None
|
en
|
Language of the audio.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'srt_file': {'format': 'uri',
'title': 'Srt File',
'type': 'string'},
'text': {'title': 'Text', 'type': 'string'},
'vtt_file': {'format': 'uri',
'title': 'Vtt File',
'type': 'string'}},
'required': ['text', 'srt_file', 'vtt_file'],
'title': 'ModelOutput',
'type': 'object'}