boson-ai/higgs-audio

Text-audio foundation model from Boson AI

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 7th, 2026
Created on July 20th, 2025
Open Issues & Pull Requests: 103 (+0)
GitHub issues: Enabled
Number of forks: 640
Total Stargazers: 8,346 (+0)
Total Subscribers: 60 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.3 hours
Mean response time: 8.8 days
90th percentile: 22.1 days
Tracked items: 117

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 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 94
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 342 days
Stale 30+ days: 93
Stale 90+ days: 86

Recent activity

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

Top labels

  • prompting (4)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Higgs Audio is a text-to-speech foundation model that converts text into spoken audio across more than 100 languages with support for zero-shot voice cloning and inline control over emotion, style, and prosody.

The tool addresses the need for multilingual, expressive speech synthesis by using a foundation model approach trained on diverse audio and text data. Users can generate natural-sounding speech with fine-grained control over delivery characteristics without requiring speaker-specific training data. The model handles conversational speech patterns and supports streaming output for real-time applications.

Developers can adopt Higgs Audio through two paths: calling a hosted API managed by Boson AI, which requires no local setup or GPU and offers rate-limited free access, or self-hosting the open weights using SGLang-Omni as the serving framework. The hosted API provides OpenAI-compatible endpoints with preset voices and streaming capabilities. Self-hosting requires GPU resources but offers full control and is suitable for production deployments. The model weights are available on Hugging Face. Note that non-commercial use is covered under the research license, while production and revenue-generating applications require a separate commercial license.

The repository itself is now primarily a pointer to the latest model release, with the full codebase and documentation for earlier versions preserved in separate files. The project maintains active support guidelines and contribution documentation. Development appears focused on advancing the model architecture itself rather than expanding the reference implementation in this repository.