Whisper.cpp Server

Server listening at http://0.0.0.0:

WebSocket endpoint at ws://0.0.0.0:

Live Transcription

File Upload




API Examples

/inference

curl 127.0.0.1:/inference \
-H "Content-Type: multipart/form-data" \
-F file="@<file-path>" \
-F temperature="0.0" \
-F temperature_inc="0.2" \
-F response_format="json"
    

/load

curl 127.0.0.1:/load \
-H "Content-Type: multipart/form-data" \
-F model="<path-to-model-file>"