You're looking at a specific version of this model. Jump to the model overview.
thomasmol /whisper-diarization:7e5dafea
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
|
Either provide: Base64 encoded audio file,
|
|
file_url |
string
|
Or provide: A direct audio file URL
|
|
group_segments |
boolean
|
True
|
Group segments of same speaker shorter apart than 2 seconds
|
num_speakers |
integer
|
2
Min: 1 Max: 50 |
Number of speakers
|
prompt |
string
|
Some people speaking.
|
Prompt, to be used as context
|
offset_seconds |
integer
|
0
|
Offset in seconds, used for chunked inputs
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'segments': {'title': 'Segments'}},
'title': 'ModelOutput',
'type': 'object'}