You're looking at a specific version of this model. Jump to the model overview.
irulkenzei /faster-whisper-transcribe:f8a6ca00
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 |
|---|---|---|---|
| text |
string
|
Teks yang akan disintesis menjadi ucapan
|
|
| speaker_wav |
string
|
File audio referensi suara (untuk voice cloning)
|
|
| language |
string
|
en
|
Kode bahasa (mis. 'en', 'id', 'es')
|
| speed |
number
|
1
Min: 0.5 Max: 2 |
Kecepatan bicara (0.5 - 2.0)
|
| temperature |
number
|
0.7
Min: 0.1 Max: 1 |
Temperature sampling XTTS (0.1 - 1.0)
|
| output_format |
None
|
wav
|
Format file audio output
|
| chunk_by_punctuation |
boolean
|
True
|
Pecah teks otomatis per '.'/',' dengan silence manual (mengurangi drift/halusinasi pada teks panjang)
|
| comma_pause_ms |
integer
|
300
Max: 3000 |
Durasi jeda (ms) setelah koma
|
| period_pause_ms |
integer
|
600
Max: 3000 |
Durasi jeda (ms) setelah titik
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}