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

thomasmol/whisper-diarization:b83e89b5

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 encoded audio file
file_url
string
An audio file URL
file
string
An audio file
offset_seconds
integer
0
Offset in seconds, used for chunked inputs
num_speakers
integer
2

Min: 1

Max: 25

Number of speakers
webhook_id
string
Webhook ID
filename
string
Filename, only needed if file_string is provided
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': {'file_url': {'title': 'File Url', 'type': 'string'},
                'segments': {'title': 'Segments'},
                'webhook_id': {'title': 'Webhook Id', 'type': 'string'}},
 'required': ['webhook_id', 'file_url'],
 'title': 'ModelOutput',
 'type': 'object'}