ServicesWhisper ServerOn this pageWhisper Server Transcription API using faster-whisper. Overview Whisper Server provides speech-to-text transcription using the faster-whisper implementation for improved performance. URL API: https://whisper.meetrhea.com Usage curl -X POST https://whisper.meetrhea.com/v1/audio/transcriptions \ -F file=@audio.mp3 \ -F model=base