Overall Score
51.5
#1 of 28
Word Error Rate
13.02%
Character Error Rate
9.17%
Match Error Rate
12.13%
Word Info Lost
16.67%
Avg Latency
12.4s
Benchmarks Run
35
last 30 runs
Word error rate
13.02%
↓ 36.9% · 30d
3 runs ago
latest
Avg latency
12.4s
↑ 4.1% · 30d
3 runs ago
latest
overall WER · 28 models
Amazon Transcribe
field · 27 models
lower-left is better
8 categories
WER
lower is better
Technical
3.2%
Medical
3.7%
Legal
6.2%
Finance
6.3%
General
6.6%
Conversational
6.9%
Noisy Environment
41.7%
Code-Switching
55.8%
5 accents
pay per second
Rate
$0.006
/min
Per-second billing. Bring your own provider key and pay your provider directly — a 5% routing fee applies (first 100 min/mo free).
Set up BYOKCost estimator
1 hour
$0.36
10 hours
$3.60
100 hours
$36
1,000 hours
$360
Billed per second of audio processed.
POST /api/v1/transcriptions
Model ID
aws/transcribe
Authenticate every request with your secret API key as a Bearer token. Issue a key from your dashboard.
Quickstart
Upload your audio, create a job with this model, then poll the job or set a webhook_url to be notified when it completes.
Key parameters
file_path
string
required
Storage path returned by the upload step.
model
string
required
The model to run this job on.
language
string
ISO 639-1 language code. Omit to auto-detect.
diarization
boolean
Label speakers (A, B, …) in the output.
webhook_url
string
HTTPS URL notified with the result when the job completes. Delivered events are signed (X-OT-Signature).
Response
A completed job returns the transcript in the OpenTranscription Unified Schema (OTUS).
Webhooks — skip polling
We POST a signed event to your webhook_url when a job completes or fails; verify the X-OT-Signature (HMAC-SHA256, reject if older than 300 s) and dedupe on the event id, then fetch the full transcript via GET /api/v1/transcriptions/{id}.
Rate-limited per tier — see the X-RateLimit-* response headers.
Full API referencerolling 30 days
Uptime · 30d
100.00%
Error rate
0.00%
Avg latency
25.2s
Last incident
None in 30d
from the same field
Supported Languages
Supported Formats
Features
Amazon Transcribe is a speech-to-text model from Amazon Web Services. In our standardized benchmarks it reaches 4.71% word error rate, ranking #1 of 28 models tested. It supports 77 languages and runs at $0.006/min — mid-range on price.
Its nearest benchmarked alternative is Whisper Large V3 Turbo. Best suited for multi-speaker conversations, multilingual workloads, and accuracy-critical work.