Amazon Transcribe
AWS · Ranked #5 of 8 in Speech-to-Text APIs
AWS-native STT with volume tiering, deep IAM/S3 integration and proven hyperscaler reliability; powerful but verbose AWS-style docs and console.
STT integrated into the AWS stack

Overview
Amazon Transcribe is AWS's fully managed automatic speech recognition (ASR) service, launched in 2018 and positioned as the speech-to-text building block of the AWS AI stack. It covers both batch (file-based) and real-time streaming transcription over WebSocket/HTTP-2, supports 100+ languages with automatic language identification, and layers on domain features like custom vocabulary, custom language models, speaker diarization (up to ~10 labeled speakers), automatic PII redaction, toxicity detection, and a purpose-built Call Analytics product for contact centers. Transcribe Medical is a HIPAA-eligible variant tuned for clinical terminology. The service is designed for AWS-native engineering teams who want transcription that drops into existing IAM, S3, Lambda, and Kinesis pipelines rather than a standalone product with its own polished UI.
Where Transcribe wins is enterprise plumbing and price-at-clarity: on the Artificial Analysis index it posts a competitive 4.1% word error rate on clean audio at roughly 19x real-time speed and $24 per 1,000 minutes ($0.024/min equivalent for the standard batch+features bundle), and its deep AWS integration, compliance posture (HIPAA, SOC, PCI via AWS), and per-second billing make it a low-friction default for shops already on AWS. Independent and peer-reviewed comparisons are mixed: it beat Whisper on a psychiatric-interview corpus (8.9% vs 14.8% median WER) but Whisper v3 and Deepgram/Speechmatics tend to edge it on heavy accents, noisy audio, and zero-shot robustness, and the raw-accuracy gap between top providers on clean English has largely collapsed.
The main friction points are product polish and cost stacking rather than core engine quality. Reviewers consistently flag weaker dialect coverage (notably Spanish and Portuguese variants), diarization accuracy degrading with overlapping speakers, and a developer-first experience that lacks the friendly tooling of consumer products like Otter. Add-ons (diarization, PII redaction, Call Analytics, Medical) each carry their own per-minute charges, so real-world bills routinely exceed the headline $0.024/min, and several users report surprise costs after enabling features. Aggregate third-party ratings sit around 8.0/10 (PeerSpot) and "Like" range on G2/TrustRadius, solid, not class-leading.
How this score is derived
The APIbenchmarks Index is a weighted sum of four dimensions, each scored on an absolute 0–100 reference scale. See the methodology for every mapping.
| Dimension | Score | Weight | Contribution |
|---|---|---|---|
| Documentation & DXExtensive official AWS docs, API reference, developer guide, AI Service Cards and code samples covering streaming, diarization, custom vocabulary and toxicity detection, though spread across the broad AWS doc surface. | 74 | 30% | 22.2 |
| ReliabilityCovered by the Amazon ML Language Services SLA with a 99.9% monthly-uptime target and tiered service credits (10% below 99.9%, 25% below 99.0%, 100% below 95.0%), backed by AWS's global regional infrastructure. | 93 | 25% | 23.3 |
| Ecosystem & SDKsNative integration with the full AWS stack (S3, Lambda, Kinesis, Connect, Comprehend) plus official AWS SDKs across Python, Java, JavaScript, .NET, Go, Ruby, PHP, C++ and CLI gives broad reach for AWS-centric teams. | 84 | 25% | 21.0 |
| AccessibilityAPI-and-SDK-first with a 12-month free tier (60 min/month) and a console, but it is built for developers and lacks the polished self-serve UI of consumer transcription tools. | 62 | 20% | 12.4 |
| APIbenchmarks Index (ABI) | 78.9 | ||
Table 1. Derivation of the ABI for Amazon Transcribe. Contribution = score × weight; the index is their sum.
At a glance
- Vendor
- AWS
- Pricing model
- Per minute (volume-tiered)
- Free tier
- 60 min/mo, 12 months
- Official SDKs
- 11 languages
Pricing
| Free Tier | $0 / 60 min per month | 60 audio minutes/month free for the first 12 months across standard, Call Analytics and Medical. |
| Standard Batch Transcription | $0.024/min (tier 1) | Tiered volume pricing: ~$0.024/min for the first 250K min, dropping to ~$0.015, ~$0.0102 and ~$0.0078/min at higher volume tiers (US East). AWS lists base batch at $0.006/min before feature bundling. |
| Streaming Transcription | $0.024/min (tier 1) | Real-time WebSocket/HTTP-2 streaming, same tiered volume discount structure as batch. |
| Transcribe Medical | $0.075/min batch, $0.10/min streaming | HIPAA-eligible clinical ASR, ~3x the standard rate. |
| Call Analytics | $0.0300/min (tier 1) | Post-call and real-time contact-center analytics; falls to $0.0186/min (next 750K) and $0.0138/min (over 1M min). |
| Add-ons (PII Redaction / Custom Language Models / Gen Summarization) | from $0.0024/min | PII redaction $0.0024 → $0.00102/min; generative call summarization $0.0024 → $0.0011/min; custom language models follow the standard tiered schedule. Billed on top of base transcription. |
Key features
- •Batch and real-time streaming transcription (WebSocket / HTTP-2)
- •100+ language support with automatic language identification
- •Speaker diarization (labels multiple speakers)
- •Custom vocabulary and custom language models (CLM)
- •Automatic PII identification and redaction
- •Toxicity detection across seven categories using audio + text cues
- •Vocabulary filtering and profanity masking
- •Word-level confidence scores and automatic punctuation/casing
- •Call Analytics for contact centers (sentiment, categories, summarization)
- •Transcribe Medical (HIPAA-eligible clinical ASR)
Official SDKs
Strengths & trade-offs
- +Deep, native integration with the AWS ecosystem (S3, Lambda, Kinesis, Connect, IAM) makes it a low-friction default for teams already on AWS
- +Competitive accuracy on clean audio (4.1% WER on the Artificial Analysis index) at ~19x real-time speed
- +Strong compliance posture: HIPAA-eligible Medical variant, plus AWS-wide SOC/PCI/ISO coverage
- +Rich enterprise feature set, custom vocabulary, custom language models, PII redaction, toxicity detection, automatic language ID and Call Analytics
- +Per-second billing with a 12-month free tier and volume discounts that scale to fractions of a cent per minute
- +100+ supported languages with automatic language identification for both batch and streaming
- –Weaker accuracy and coverage for non-English dialects, especially Spanish and Portuguese variants
- –Diarization accuracy degrades with overlapping speech, many speakers, or similar voices
- –Feature add-ons (diarization, PII redaction, Call Analytics, Medical) stack extra per-minute charges, leading to surprise bills above the headline rate
- –Developer-first experience lacks the polished, self-serve UI of consumer tools like Otter.ai
- –Often edged out by Whisper v3, Deepgram and Speechmatics on noisy audio and heavy accents
- –No single hard uptime guarantee, SLA is 'commercially reasonable efforts' toward 99.9% with credits only after the fact
What developers say
PeerSpot 8.0/10
Reviewers value the AWS integration, ease of use and accuracy on clear audio, but consistently flag weak non-English dialect support, diarization limits and stacked add-on costs.
“The speech-to-text functionality is the major feature that I find most valuable... over 99% better.”
Key figures
| Word Error Rate (clean audio) | 4.1% | Artificial Analysis Speech-to-Text Index ↗ |
| Speed factor | 19.2x (input audio seconds per second) | Artificial Analysis ↗ |
| Price | $24.00 per 1,000 minutes | Artificial Analysis ↗ |
| Median WER (psychiatric interview corpus, vs Whisper 14.8%) | 8.9% | University Transcription Services (WER review) ↗ |
| SLA monthly uptime target / credits | 99.9% (10% credit 99.0–99.9%, 25% credit 95.0–99.0%, 100% below 95.0%) | Amazon ML Language Services SLA ↗ |
| Standard batch base price | $0.006/min (batch), $0.024/min tier-1 with features | Amazon Transcribe Pricing page ↗ |
| Transcribe Medical price | $0.075/min batch, $0.10/min streaming | Amazon Transcribe Pricing page ↗ |
Compare Amazon Transcribe head to head
Sources
- https://aws.amazon.com/transcribe/pricing/
- https://aws.amazon.com/transcribe/features/
- https://aws.amazon.com/ai/services/language-sla/
- https://artificialanalysis.ai/speech-to-text/models/aws
- https://www.peerspot.com/products/amazon-transcribe-reviews
- https://www.g2.com/products/amazon-transcribe/reviews
- https://universitytranscriptions.co.uk/word-error-rates-wer-for-ai-transcription-what-do-they-tell-us/
- https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html
- https://brasstranscripts.com/blog/aws-transcribe-pricing-per-minute-2025-better-alternative
Figures last verified 2026-06-27. Spotted an error? corrections@apibenchmarks.com
