fixie-ai/ultravox

A fast multimodal LLM for real-time voice

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 15th, 2026
Created on May 29th, 2024
Open Issues & Pull Requests: 63 (+0)
GitHub issues: Enabled
Number of forks: 381
Total Stargazers: 4,563 (+0)
Total Subscribers: 55 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 days
Mean response time: 25.6 days
90th percentile: 37.3 days
Tracked items: 60

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 64% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 47
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 506 days
Stale 30+ days: 47
Stale 90+ days: 47

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (8)
  • documentation (1)
  • good first issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Ultravox is a multimodal large language model designed for real-time voice interactions that processes audio and text without requiring a separate automatic speech recognition stage.

The tool addresses the latency problem inherent in systems that chain separate ASR and LLM components. Ultravox extends open-weight language models with a multimodal projector that converts audio directly into the high-dimensional embedding space used by the underlying LLM. This direct coupling enables faster response times than traditional pipelines. The model is built on established research in audio understanding and has been trained on multiple base models including Llama, Mistral, and Gemma, with both a 70B default variant and an 8B option available.

Developers building real-time voice AI agents should consider Ultravox if latency is a critical constraint in their application. The tool suits projects requiring direct audio-to-text understanding without intermediate transcription steps. The project provides inference options through a managed API service and through partner platforms, as well as the ability to download model weights for self-hosted deployment. Developers can also train the model against their own open-weight base models.

The project maintains a regular release cadence with multiple versions available. Development activity shows consistent iteration on model capabilities, with the tool evolving from audio-to-text output toward future support for streaming speech token generation. The team actively engages with the community through a public Discord server and accepts contributions to the codebase.