Microsoft MAI-Transcribe-2: 10x Faster, $0.10/hr Microsoft released MAI-Transcribe-2 on September 3rd, a speech-to-text model priced at $0.10 per audio hour, claiming a 5.2% average word error rate on the FLEURS benchmark across 60 languages and processing at roughly 410x real-time, making it 10x faster than OpenAI's GPT-Transcribe, 7x faster than ElevenLabs ScribeV2, and 5x faster than Gemini 3.5 Transcribe. The model is in public preview without a service-level agreement, and the promotional price is valid through end of 2026. Microsoft just beat OpenAI, Google, and ElevenLabs on speech-to-text simultaneously — on price, speed, and accuracy. MAI-Transcribe-2 https://microsoft.ai/news/mai-transcribe-2-is-the-fastest-most-accurate-and-cheapest-speech-recognition-model-in-the-world/ , which dropped September 3rd, is priced at $0.10 per audio hour. That’s 72% cheaper than the API rate Microsoft charged for its own previous model, and less than a third of what OpenAI’s hosted Whisper costs. If you’re routing production transcription through any of the major providers right now, this is worth a look before your next billing cycle. The Numbers That Matter MAI-Transcribe-2 claims first place on the FLEURS benchmark https://huggingface.co/datasets/google/fleurs across 60 languages with a 5.2% average word error rate. On speed, Microsoft says the model processes at roughly 410x real-time — one hour of audio in about 10 seconds. That’s 10x faster than GPT-Transcribe, 7x faster than ElevenLabs ScribeV2, and 5x faster than Gemini 3.5 Transcribe. The pricing comparison is where things get stark: | Provider | Price/hr | Speed vs MAI-T2 | |---|---|---| | MAI-Transcribe-2 | $0.10 | — | | OpenAI GPT-Transcribe | $0.36 | 10x slower | | ElevenLabs ScribeV2 | ~$3.67 | 7x slower | | Gemini 3.5 Transcribe | N/A public | 5x slower | | Groq Whisper v3 Turbo | $0.04 | Faster, no diarization | For teams running call center workloads, the math is blunt: 100,000 hours annually drops from $36,000 to $10,000. The Developer Feature Set Raw price and benchmark numbers are only half the story. MAI-Transcribe-2 ships with four features that cover the most common production transcription needs. Speaker diarization segments a recording by speaker and returns labeled segments with timing metadata. Enable it with diarization.enabled: true . Word-level timestamps give you offset and duration for every word — useful for video editors, search indexing, and transcript navigation. Keyword biasing via phraseList.phrases boosts recognition accuracy for domain-specific terms, product names, and abbreviations that trip up generic models. And the transcription style toggle — "clean" vs "verbatim" — handles whether you want readable output fillers removed or a full compliance record every “um” and false start preserved . Code-switching between Hinglish, Spanglish, and other common blended pairs is handled automatically with no extra configuration. Quick Integration You need an Azure subscription and a Microsoft Foundry resource for Speech https://learn.microsoft.com/en-us/azure/ai-services/speech-service/mai-transcribe . Once that’s in place, you’re one API call away: curl --location 'https://YourResourceName.cognitiveservices.azure.com/speechtotext/transcriptions:transcribe?api-version=2025-10-15' --header 'Content-Type: multipart/form-data' --header 'Ocp-Apim-Subscription-Key: