
Open-source speech recognition cuts transcription costs to fractions of a cent
AWS and NVIDIA have published a guide for cost-effective multilingual audio transcription using the open-source Parakeet-TDT-0.6B-v3 model deployed on AWS Batch with GPU acceleration. The approach achieves transcription costs of fractions of a cent per hour of audio by leveraging the model's Token-and-Duration Transducer architecture, which predicts text tokens and their duration to skip silence and redundant processing, enabling inference speeds orders of magnitude faster than real-time. The solution supports 25 European languages with automatic language detection and integrates with S3, EventBridge, and EC2 Spot Instances to create a fully automated, event-driven pipeline that scales to zero when idle.