Free to read. Sign up to save tools and get alerts when they change. Plus 900+ more AI tool profiles.

Sign up free
5 min readΒ·Updated September 4, 2026

MAI-Transcribe-2 is Microsoft's in-house speech-to-text model, released September 3, 2026 as the successor to MAI-Transcribe-1.5. Microsoft reports coverage of 60 languages at a 5.2 percent average word error rate on the FLEURS benchmark, and claims it runs 10 times faster than OpenAI's GPT-Transcribe, 7 times faster than ElevenLabs Scribe version 2 and 5 times faster than Gemini 3.5 Transcribe. It is available through Microsoft Foundry, the MAI Playground and OpenRouter at 10 cents per hour of audio, a limited-time rate through the end of 2026.

Share

Listen to this overview

Free preview Β· first 0:30
0:00 / 0:30

Unlock audio and more

Audio streaming, downloadable PDFs and certificates come with Plus and Pro.

Learning Objectives

  • Understand what MAI-Transcribe-2 is and how speech-to-text fits into AI products
  • Read its accuracy and speed claims with the right context
  • Know where it fits β€” and where a different transcription model might serve better

πŸ“Note

Benchmark claims are Microsoft's own. Microsoft released MAI-Transcribe-2 on September 3, 2026, succeeding MAI-Transcribe-1.5 from Build 2026. It powers Microsoft speech features and is available in Microsoft Foundry, the MAI Playground and OpenRouter, but the accuracy, speed, and pricing figures below are Microsoft-reported β€” confirm them on your own audio before standardizing on it.

What Is MAI-Transcribe-2?

MAI-Transcribe-2 is Microsoft's first-party speech-to-text model β€” software that turns spoken audio into written text β€” part of the in-house MAI (Microsoft AI) family unveiled at Build 2026. It is built for accurate, fast, multilingual transcription: meeting notes, call-center logs, captions, and the transcription layer inside voice assistants.

A strong first-party transcription model lets Microsoft power speech features across Copilot, Teams, Dynamics 365 Contact Center, and Azure Speech without leaning on a partner β€” the same first-party logic behind the rest of the MAI family. It is the speech-to-text counterpart to MAI-Voice-2, which does the reverse job (text-to-speech).

πŸ’‘Key Concept

Word error rate, in one line. Transcription accuracy is usually measured as word error rate (WER) β€” the percentage of words the model gets wrong (insertions, deletions, or substitutions). Lower is better, so a WER of about 5% means roughly 5 words wrong per hundred. WER varies a lot with audio quality, accents, and jargon β€” and with which languages the average covers β€” so treat any single number as a starting point rather than a ranking.

What Microsoft Reports

By Microsoft's account, MAI-Transcribe-2 is both accurate and fast:

  • 60 languages, with automatic language detection so it identifies the spoken language without being told
  • A 5.2 percent average word error rate across those 60 languages on the FLEURS benchmark, which Microsoft says holds consistently across every language tested
  • Speed: 10 times faster than OpenAI's GPT-Transcribe, 7 times faster than ElevenLabs Scribe version 2 and 5 times faster than Gemini 3.5 Transcribe, at higher reported accuracy than all three
  • 10 cents per hour of audio β€” a limited-time rate through the end of 2026, down from about 36 cents for version 1.5
  • A mixture-of-experts architecture (only part of the model runs per request, keeping it efficient) plus content biasing to better recognize domain-specific terms and names
AttributeMAI-Transcribe-2 (Microsoft-reported)
TypeSpeech-to-text (transcription)
Languages60, with automatic language detection
Accuracy5.2% average word error rate across 60 languages on FLEURS
Speed10 times faster than GPT-Transcribe; 7 times faster than Scribe version 2; 5 times faster than Gemini 3.5 Transcribe
Price10 cents per hour of audio (limited-time through end of 2026)
AvailabilityMicrosoft Foundry, the MAI Playground, and OpenRouter

⚠️Warning

Do not read 5.2 percent as worse than version 1.5's 2.4 percent β€” the two numbers cover different language sets. MAI-Transcribe-1.5 reported roughly 2.4 percent across 43 languages; version 2 reports 5.2 percent across 60. The seventeen added languages are, by definition, the ones with less training data, and adding them raises an average even when performance on the original 43 is unchanged or better. Microsoft has not published a like-for-like 43-language comparison, so the two figures cannot be subtracted from one another. If your workload is in a widely-spoken language, the version 1.5 figure is closer to what you should expect; if it is in a lower-resource language, version 2 is the first of the two that covers you at all.

Why Speed and Price Matter

Transcription is a high-volume job β€” call centers, meeting archives, media libraries, and live captioning generate enormous amounts of audio. At that scale, cost per hour and throughput often matter as much as raw accuracy. Microsoft's pitch is that MAI-Transcribe-2 is competitive on accuracy while being markedly faster and cheaper per hour, which is the combination that wins large transcription workloads. Content biasing β€” feeding the model a list of expected terms, product names, or jargon β€” is the practical lever that pushes accuracy up on domain-specific audio.

Strengths

  • Consistent multilingual accuracy claim: a 5.2 percent average word error rate that Microsoft says holds across all 60 languages, rather than concentrating quality in a few
  • Very fast: a reported 5 to 10 times faster than the named competing models, which suits large batch jobs and near-real-time captioning
  • Cost-efficient: 10 cents per hour is aggressive for high-volume transcription, though it is a promotional rate
  • Broad language coverage: 60 languages with automatic detection, up from 43
  • Domain tuning: Content biasing improves recognition of names and jargon
  • Deep Microsoft integration: Powers Teams, Contact Center, and Azure Speech, with developer access in Microsoft Foundry

Limitations & Considerations

  • Vendor-reported numbers: the word error rate, the speed multiples, and the competitor comparisons are Microsoft's own; your audio (accents, noise, overlap) is the real test
  • The headline price expires: 10 cents per hour runs only through the end of 2026, and Microsoft has not published the rate that follows β€” do not build a cost model on it without a fallback assumption
  • Benchmark versus reality: A leaderboard win does not guarantee the best result on noisy, multi-speaker, or heavily accented recordings
  • New and evolving: Availability and pricing may shift as it rolls out across products and Foundry
  • Ecosystem-leaning: Most convenient for teams already on Microsoft and Foundry
  • Transcription caveats remain: Speaker separation, punctuation, and sensitive-content handling still need review for production use

Best Use Cases

ScenarioWhy MAI-Transcribe-2
Meeting + call transcriptionFast, accurate, and cheap enough for high volume
Captions and subtitlesSpeed supports near-real-time captioning; 43-language coverage
Voice assistantsProvides the speech-to-text layer, pairing with MAI-Voice-2
Domain-heavy audioContent biasing lifts accuracy on names and jargon
Microsoft-stack appsNative in Teams, Contact Center, Azure Speech, and Foundry

When to choose alternatives:

  • A language or dialect not well covered β†’ test a transcription model with proven support for it
  • Specialized needs (diarization-first, medical, legal) β†’ a domain-specific transcription service
  • Non-Microsoft pipelines β†’ a speech-to-text model offered broadly across clouds and direct API

Getting Started

  1. Access MAI-Transcribe-2 through Microsoft Foundry, or use it where it already powers Teams, Contact Center, and Azure Speech
  2. Test on your audio β€” your accents, noise levels, and number of speakers β€” not just on benchmark clips
  3. Use content biasing to feed in product names and domain terms, and measure the accuracy lift
  4. Compare cost per hour and turnaround against your current transcription stack before switching at scale

🎯Tip

Benchmark on your hardest audio. Transcription models look great on clean speech and stumble on crosstalk, accents, and jargon. Run MAI-Transcribe-2 on your messiest real recordings β€” and try content biasing β€” before trusting the headline accuracy number.

Key Takeaways

  • MAI-Transcribe-2 is Microsoft's first-party speech-to-text model, unveiled at Build 2026 as part of the MAI family
  • Microsoft reports 60 languages at a 5.2 percent average word error rate on FLEURS, and speed of 10 times GPT-Transcribe, 7 times ElevenLabs Scribe version 2 and 5 times Gemini 3.5 Transcribe
  • At 10 cents per hour β€” a limited-time rate through the end of 2026 β€” its pitch is throughput per dollar for high-volume transcription, with content biasing to tune accuracy on domain terms
  • The 5.2 percent figure is not comparable to version 1.5's 2.4 percent, because the newer number averages over 60 languages rather than 43; the added languages are the lower-resource ones
  • It is the speech-to-text counterpart to MAI-Voice-2 and pairs with it in voice apps
  • It powers Microsoft speech features and is available to developers in Microsoft Foundry β€” treat the benchmark figures as vendor-reported until you test your own audio

Keep track of the tools you’re evaluating

  • The AI Hub on a phone: a 12-day AI Skill Streak and an expanded Content updates alert listing the saved items that changed.
  • Recommended for you on a phone: nine personalised suggestions labelled Trending in AI news, On your saved list, and Popular.
  • My AI Tools on a phone: saved tools including GitHub Copilot and OpenAI Codex, each with an Updated badge.

Swipe for Recommended for you and My AI Tools

Your AI Hub β€” sample data.

πŸ“°MAI-Transcribe-2 in the News

Showing the only story where MAI-Transcribe-2 is tagged in Top AI Stories.

Other tools in Voice & Audio (12 of 18)

Show 7 more β†’

Other tools from Microsoft

Show 15 more β†’
🧭Recommended for you

Optional detours β€” these connect to what you just read, and your next lesson will be waiting.