#47 · Primary category: Foundation Models
ultravox
A fast multimodal LLM for real-time voice
Project last updated:12/12/25
GitHub Stars
4.6K
Forks
387
Contributors
16
License
MIT
Why we included this project
Ultravox skips the usual speech-to-text detour: instead of feeding a transcription into a chatbot, it maps audio straight into the model's own representation space. That direct path is what keeps latency low enough for real back-and-forth conversation, which matters for voice agents, phone bots, and similar real-time interfaces. The repo ships trained weights for a Llama-based model and an 8B variant, plus the training code, so you can run it as-is or retrain the projector against a different open-weight backbone. If you want to host your own speech model instead of renting one, or just want to see how a speech-capable LLM is actually built, this is a good place to start.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities