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

thomasmol/whisper-diarization:aeb0ceae

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
filestring
string
Base64 encoded audio file
filepath
string
An audio file path
file
string
An audio file
num_speakers
integer
2

Min: 1

Max: 25

Number of speakers
webook_id
string
Webhook ID
filename
string
Filename
prompt
string
some people speaking
Prompt, to be used as context

Output schema

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

Schema
{'properties': {'segments': {'title': 'Segments'},
                'webook_id': {'title': 'Webook Id', 'type': 'string'}},
 'required': ['webook_id'],
 'title': 'ModelOutput',
 'type': 'object'}