model releaseMicrosoft

Microsoft Releases VibeVoice-ASR-Streaming-7B, an Open-Weight Streaming Speech Recognition Model with Speaker Attributio

TL;DR

Microsoft Research has released VibeVoice-ASR-Streaming-7B, an open-weight streaming automatic speech recognition model that transcribes both who is speaking and what they say in real time. The model, listed at 9B parameters despite its name, supports 10 languages and custom hotwords under an MIT license.

2 min read
0

Microsoft Research has released VibeVoice-ASR-Streaming-7B, an open-weight streaming automatic speech recognition (ASR) model designed to transcribe both speaker identity and spoken content in real time. The model is available now on Hugging Face under the MIT License.

What It Does

VibeVoice-ASR-Streaming is built as a unified streaming ASR system that continuously answers two questions as audio arrives: who is speaking and what they are saying. According to Microsoft, the model supports three core capabilities:

  • Streaming speaker-attributed transcription — continuous transcription with speaker labels as speech streams in, rather than requiring a full audio clip upfront.
  • Customized hotwords — users can supply domain-specific terms, names, or technical vocabulary to improve recognition accuracy on specialized content.
  • Multilingual support — the model covers 10 languages: Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, and Spanish.

Specs and Availability

The Hugging Face model card lists the model at 9B parameters with BF16 tensor precision and a chat template, despite the "7B" designation in its name — a discrepancy Microsoft has not addressed in the model card. The repository has logged 889 downloads over the past month. As of publication, no inference provider has deployed the model for hosted API access, meaning developers must run it themselves via the accompanying GitHub repository.

Microsoft has published an accompanying technical report (arXiv 2609.02812) alongside the release, though the model card does not list specific benchmark scores such as word error rate (WER) figures, leaving accuracy claims to be verified through the linked evaluation materials and technical report rather than confirmed numbers on the model page itself.

The model is part of Microsoft's broader VibeVoice collection, described as "Frontier Text-to-Speech Models," suggesting the ASR-Streaming variant is a complementary speech-understanding counterpart to Microsoft's text-to-speech work in the same family. A live demo and full usage instructions are available through Microsoft's VibeVoice GitHub repository.

Pricing is not applicable in the traditional sense — the model is open-weight and self-hostable, with no per-token API pricing disclosed since no inference provider currently offers it as a hosted endpoint.

What This Means

Streaming ASR with built-in speaker diarization has typically required stitching together separate transcription and diarization pipelines, adding latency and complexity for use cases like live meeting transcription, call center analytics, or multilingual customer support. By unifying both tasks in a single streaming model with hotword customization, Microsoft is targeting production speech applications where domain vocabulary (product names, technical jargon) and speaker tracking matter simultaneously.

The lack of published benchmark numbers on the model card and the absence of hosted inference access are notable gaps — teams evaluating this model will need to run their own tests to confirm accuracy claims and will need to self-host for now. The 7B/9B parameter naming inconsistency is a minor but real red flag worth clarifying before production adoption. Still, an MIT-licensed, multilingual streaming ASR model from a major lab lowers the barrier for teams building real-time transcription products without relying on closed API providers.

Related Articles

model release

Google's WeatherNext 3 Drops Physics Simulations, Learns Weather Forecasting Directly From Satellite Data

Google and DeepMind released WeatherNext 3, an AI weather model that trains directly on live geostationary satellite data instead of physics-based simulations. The model produces hourly forecasts at up to 5-kilometer resolution and now powers weather features in Google Search, Maps, and Gemini.

model release

Google Launches Lyria 3.5 AI Music Model Directly Inside the Gemini App

Google has released Lyria 3.5, a new AI music generation model, directly inside the Gemini app alongside availability in AI Studio, Flow Music, and Vids. Google claims the model was trained exclusively on licensed content and produces more expressive vocals than its predecessor.

model release

OpenAI Launches GPT-6 Astra With Half the Message Allowance of GPT-5.6 Sol

OpenAI has begun rolling out GPT-6 Astra to top-tier ChatGPT plans, the API, Azure, and AWS Bedrock. The model delivers roughly half the usage allowance of GPT-5.6 Sol across comparable plans, with Plus and Business users gaining access in the coming days.

model release

Alibaba Releases Qwen3.8 Max (0902), a 2.4-Trillion-Parameter MoE Model With 1M-Token Context

Alibaba's Qwen team released Qwen3.8 Max (0902), a 2.4-trillion-parameter mixture-of-experts model with a 1M-token context window that accepts text, image, and video input. The snapshot is post-trained for coding, agentic workflows, and long-horizon task execution, priced at $2/$6 per 1M input/output tokens.

Comments

Loading...