Model chooser / Transcribe audio, calls and meetings / Recurring
A call-notes pipeline needs accurate transcripts with speaker labels at a price per hour you can scale. Scribe v2 combines one of the lowest error rates on Artificial Analysis's benchmark with a low per-hour price that ElevenLabs cut further in August 2026.
Why ElevenLabs Scribe v2
diarize=true) labels speakers, so the downstream summary knows which words were the prospect's.How to use it
ElevenLabs API, curl
Edit the parts in capitals, then run it.
curl -X POST https://api.elevenlabs.io/v1/speech-to-text \ -H "xi-api-key: $ELEVENLABS_API_KEY" \ -F model_id=scribe_v2 \ -F diarize=true \ -F file=@call-recording.mp3
Alternatives that also work
Pick it when latency matters, such as a live voice agent. It transcribes at 541 times real time on Artificial Analysis's benchmark.
Pick it when audio must stay in your infrastructure. Apache 2.0, best open WER on the Open ASR leaderboard.
Pick it when you self-host at very high volume. Its throughput is about seven times Qwen3-ASR's on the same leaderboard.
Watch out for
Sources
Checked . Models change monthly; we re-check this page when they do.
Wiring it into a workflow that runs every week, with evals, fallbacks and a cost you can predict, is the work. Fifteen minutes, no deck.