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

rafaelgalle /whisper-diarization-advanced:a910390c

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
file_string
string
Base64 audio
file_url
string
Direct URL
file_path
string
Audio file
num_speakers
integer

Min: 1

Max: 50

Leave empty to autodetect
translate
boolean
False
Translate to English
language
string
Language code like 'en', 'pt'
prompt
string
Names/acronyms, separated by punctuation
preprocess
integer
0

Max: 4

0=None, 1=Sanitize, 2=+Filter, 3=+ReduceNoise, 4=+Normalize
highpass_freq
integer
45
None
lowpass_freq
integer
8000
None
prop_decrease
number
0.3
None
stationary
boolean
True
None
target_dBFS
number
-18
None

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'},
                'num_speakers': {'title': 'Num Speakers', 'type': 'integer'},
                'segments': {'items': {},
                             'title': 'Segments',
                             'type': 'array'}},
 'required': ['segments'],
 'title': 'Output',
 'type': 'object'}