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

m1guelpf /whisper-subtitles:7f686e24

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 transcribe
model_name
None
base
Name of the Whisper model to use.
format
None
vtt
Whether to generate subtitles on the SRT or VTT format.

Output schema

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

Schema
{'properties': {'language': {'title': 'Language', 'type': 'string'},
                'subtitles': {'title': 'Subtitles', 'type': 'string'},
                'text': {'title': 'Text', 'type': 'string'}},
 'required': ['text', 'language', 'subtitles'],
 'title': 'ModelOutput',
 'type': 'object'}