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

stayallive /whisper-subtitles:1c79f59c

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
string (enum)
small.en

Options:

tiny.en, tiny, base.en, base, small.en, small, medium.en, medium

Name of the Whisper model to use.
language
string (enum)
en

Options:

en, zh, de, es, ru, ko, fr, ja, pt, tr, pl, ca, nl, ar, sv, it, id, hi, fi, vi, he, uk, el, ms, cs, ro, da, hu, ta, no, th, ur, hr, bg, lt, la, mi, ml, cy, sk, te, fa, lv, bn, sr, az, sl, kn, et, mk, br, eu, is, hy, ne, mn, bs, kk, sq, sw, gl, mr, pa, si, km, sn, yo, so, af, oc, ka, be, tg, sd, gu, am, yi, lo, uz, fo, ht, ps, tk, nn, mt, sa, lb, my, bo, tl, mg, as, tt, haw, ln, ha, ba, jw, su

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'},
                'vtt_file': {'format': 'uri',
                             'title': 'Vtt File',
                             'type': 'string'}},
 'required': ['srt_file', 'vtt_file'],
 'title': 'ModelOutput',
 'type': 'object'}