Skip to main content

Whisper Server

Transcription API using faster-whisper.

Overview

Whisper Server provides speech-to-text transcription using the faster-whisper implementation for improved performance.

URL

Usage

curl -X POST https://whisper.meetrhea.com/v1/audio/transcriptions \
-F file=@audio.mp3 \
-F model=base