
SAMPLE OUTPUT
━━ MODEL
Whisper v3.
OpenAI
whisper
Speech to text. 99 languages.
━━ RATE
$0.0078
per minute
ALL-IN. NO HIDDEN FEES.
━━ INPUT
8 PARAMS
PLAYGROUND
Prompt to use for generation. Defaults to an empty string.
URL of the audio file to transcribe. Supported formats: mp3, mp4, mpeg, mpga, m4a, wav or webm.
━━ OUTPUT
AWAITING INPUT.
━━ CURL
CALL IT FROM
ANYTHING.
curl https://plumestudios.dev/api/run/whisper \
-H "Authorization: Bearer $PLUME_KEY" \
-H "Content-Type: application/json" \
-d '{
"audio_url": "…"
}'