What Muse Voice Transcribe Does — and What Sets It Apart
Meta Superintelligence Labs released Muse Voice Transcribe on September 1, 2026, describing it as “the first real-time audio perception model” from their research division. Unlike traditional speech-to-text systems that transcribe first and diarize later, Muse handles ASR, speaker identification, and endpointing in a single streaming pass — no post-processing step required.
The model processes audio in 80ms chunks at 12.5 Hz and uses adaptive delay: rather than applying a fixed latency buffer, it adjusts word-by-word based on acoustic confidence. The practical result is a median latency of about 0.16 seconds after speech ends — fast enough to feel interactive.
Speaker diarization supports 20 or more simultaneous speakers and is embedded directly in the output stream via special tokens (<|speaker_A|>, <|speech_endpoint|>). For meeting transcription use cases, this matters: you get a single stream with attribution rather than a separate diarization model you bolt on after the fact.
Language coverage is broad — trained on 70+ languages, with 25 extensively validated for the initial release. Code-switching works within and between sentences, which is the feature most competing models still handle poorly in production.
Benchmark Results: First on the Streaming Leaderboard
As of September 1, 2026, Muse Voice Transcribe ranked first on the Artificial Analysis streaming speech-to-text benchmark with a 3.1% word error rate. Here’s where it sits against the field:
| Provider | WER (Streaming) | Latency |
|---|---|---|
| Meta Muse Voice Transcribe | 3.1% | 0.16s |
| Cartesia Ink-2 | 3.4% | 0.43s |
| ElevenLabs Scribe v2 | 3.6% | 0.14s |
| Qwen3 ASR Flash | 3.7% | 0.48s |
| OpenAI GPT Live | 3.9% | 0.81s |
| Google Gemini 3.5 | 4.0% | 0.40s |
| AssemblyAI U3.5 Pro | 4.0% | 0.19s |
On diarization, Meta reports a 17.5% diarization error rate across AMI-IHM, AMI-SDM, and VoxConverse datasets — compared to 21.1% for AssemblyAI’s offline model and 25.4% for Deepgram Nova-3 offline. That gap is meaningful for meeting intelligence products where speaker attribution accuracy directly affects usefulness.
One caveat worth flagging: an independent test by Kingy.ai on 25 minutes of English public audio measured an 11.93% WER against 15.34% for local Whisper large-v3-turbo. That’s still a 22% relative improvement over Whisper, but meaningfully different from the 3.1% headline figure on the Artificial Analysis benchmark. Meta hasn’t fully disclosed its benchmark methodology, so treating the leaderboard number as the final word would be premature. Real-world accuracy on domain-specific audio — accents, background noise, technical vocabulary — is always messier than curated benchmarks suggest.
How the Pricing Stacks Up
At $0.003 per processed minute ($0.18/hour), Muse is among the lowest-cost streaming ASR options currently available via API. For context:
| Provider | $/hour (approx) |
|---|---|
| AssemblyAI (transcription only) | $0.15 |
| Meta Muse Voice Transcribe | $0.18 |
| Deepgram Nova-3 | ~$0.29 |
| Google Chirp V2 | $0.96 |
For a product transcribing 1,000 hours per year, that’s roughly a 40% cost reduction versus Deepgram and an 81% reduction versus Google Chirp at comparable accuracy levels. If you’re building a voice agent or meeting product at scale, the economics are hard to ignore — provided the accuracy holds up on your audio.
The Limitations That Matter in Production
Muse Voice Transcribe is a day-one launch, not a battle-hardened API. Several constraints are worth knowing before you start migrating.
No word-level timestamps. The model returns speaker-turn timestamps, not word-level timing. For use cases that require word-level synchronization — captioning, audio/text alignment, search indexing — this is a blocker. Deepgram and AssemblyAI both offer word-level timestamps today.
Diarization and endpointing are mutually exclusive. You can run speaker attribution or turn detection in a session, not both simultaneously. Meeting products that need both will need to work around this with session management logic or wait for a future update.
60-minute session limit. Realtime streaming sessions cap at one hour. Longer recordings require stitching sessions together — viable but adds engineering overhead, especially for speaker continuity across session boundaries.
No confidence scores, emotion detection, or sound-event recognition. These aren’t gaps for most use cases, but voice analytics products that depend on them will find Muse underspecified compared to Deepgram’s full feature set.
Closed weights. Unlike Whisper, Muse is not open-source and not available for self-hosting. If your use case requires on-premises deployment — for regulatory, latency, or cost reasons — Muse isn’t an option. Whisper large-v3-turbo running locally still delivers 15-16% WER on general audio, which remains competitive for high-privacy deployments.
No compliance certifications yet. HIPAA, SOC2, and similar compliance frameworks take time to audit. Regulated industries — healthcare, legal, finance — should stay with established providers like Deepgram or Google until Meta publishes its compliance posture.
Who Should Switch — and Who Should Wait
Muse is worth evaluating immediately if you’re building voice agents, real-time meeting transcription, or high-volume multilingual transcription and you’re currently paying Deepgram or Google rates. The accuracy-to-cost ratio is genuinely better on the benchmarks, and the built-in diarization simplifies architecture for conversation products.
For teams at early-stage startups building on voice, Muse’s pricing and accuracy profile make it the default choice to test first. At $0.18/hour, you can run serious volume before the cost becomes a concern.
Wait if: you need word-level timestamps, you’re in a regulated industry, you require self-hosted deployment, or you’re running sessions longer than one hour. The limitations above are real engineering constraints, not minor annoyances. Deepgram Nova-3 remains the more mature choice for complex production requirements.
The broader picture: Meta entering the ASR market with a model that immediately tops the leaderboard is significant. Muse Voice Transcribe is not just another speech model — it’s a signal that Meta Superintelligence Labs is taking on the full audio-AI stack. How quickly the remaining gaps close will determine whether it displaces Deepgram and AssemblyAI the way GPT-4 disrupted the NLP middleware market in 2023.
For AI researchers using transcription in their workflows, this is also worth watching — earlier coverage of AI tools for academic research workflows highlighted transcription accuracy as one of the main friction points in note-taking and literature processing pipelines. Muse’s code-switching support specifically helps multilingual research environments.
Further Reading
- Introducing Muse Voice Transcribe — Meta AI Research’s technical blog post with architecture details and the RL training approach.
- Meta Muse Voice Transcribe: Benchmarks, Pricing, API Limits — Independent evaluation with real-world WER tests and diarization breakdown.
- Best STT Providers 2026: Independent Benchmarks — Broader comparison of the streaming ASR market including providers not covered here.

