back

Whisper large-v3

OpenAI, open modelwhisper-large-v3Model source: Hugging Face

Turns audio into text: meetings, calls, interviews and videos.

What it does

Speech to text

stt

How it is charged

Each minute of audio

0.0015 €

Where it runs

Spain (EU)

MIG B200

Brain size

Small and fast

Transcription

What it is good at

  • Transcription. Turns what is said in an audio or a video into text.

Pricing

€ per minute of audio, VAT included

Each minute of audio (use)0.0015 €
try it with 50 € freeNo card, and you only pay for what you use.

For your technical team

Upload the audio file. With response_format=verbose_json it also returns the duration.

curl https://api.gpuflow.ai/v1/audio/transcriptions \
  -H "Authorization: Bearer $GPUFLOW_API_KEY" \
  -F model=whisper-large-v3 \
  -F [email protected] \
  -F response_format=verbose_json