Overall Score
21.1
#28 of 28
Word Error Rate
57.82%
Character Error Rate
52.44%
Match Error Rate
57.66%
Word Info Lost
61.57%
Avg Latency
11.3s
Benchmarks Run
34
last 30 runs
Word error rate
57.82%
↑ 0.5% · 30d
3 runs ago
latest
Avg latency
11.3s
↓ 6.5% · 30d
3 runs ago
latest
overall WER · 28 models
Google Latest (Short)
field · 27 models
lower-left is better
8 categories
WER
lower is better
Medical
42.2%
Technical
44.7%
Legal
47.5%
Finance
47.8%
General
52.0%
Conversational
56.6%
Noisy Environment
89.5%
Code-Switching
97.3%
5 accents
pay per second
Rate
$0.016
/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.96
10 hours
$9.61
100 hours
$96.12
1,000 hours
$961.20
Billed per second of audio processed.
POST /api/v1/transcriptions
Model ID
google/latest-short
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.
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 referenceSupported Languages
Supported Formats
Features
Google Latest (Short) is a speech-to-text model from Google Cloud. In our standardized benchmarks it reaches 63.82% word error rate, ranking #28 of 28 models tested. It supports 40 languages and runs at $0.016/min — a premium option.
Its nearest benchmarked alternative is Amazon Transcribe. Best suited for multilingual workloads.