百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
H

higgs-audio

> 编程语言
开源

来自 Boson AI 的文本-音频基础模型

8.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

来自 Boson AI 的文本-音频基础模型


Use Higgs Audio v3

Option 1 — Boson AI API (no setup, no GPU)

Free, rate-limited public preview. Get a key at boson.ai/workspace.

export BOSON_API_KEY=bai-xxxx

curl https://api.boson.ai/v1/audio/speech \
  -H "Authorization: Bearer $BOSON_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "higgs-audio-v3-tts", "input": "Hello, this is a test."}' \
  --output out.mp3

OpenAI-compatible; supports preset voices, zero-shot cloning, and streaming. Full reference: API docs.

Option 2 — Self-host the open weights

Weights: bosonai/higgs-audio-v3-tts-4b. We recommend serving with SGLang-Omni:

export HF_TOKEN=hf_xxxxxxxxxxxxxxxx
hf download bosonai/higgs-audio-v3-tts-4b

sgl-omni serve --model-path bosonai/higgs-audio-v3-tts-4b --port 8000

Serving, voice-cloning, and streaming recipes are in the model card and the SGLang-Omni cookbook.

[!NOTE] Higgs Audio v3 is released under the Boson Higgs Audio v3 Research and Non-Commercial License. Production / hosted / revenue-generating use requires a separate commercial license.


Looking for Higgs Audio v2 / v2.5?

The full v2 / v2.5 documentation — installation, examples, technical details, and benchmarks — has moved to README_V2.md. Those models remain available on Hugging Face: v2 (3B base) and the v2.5 blog.

Contribution and Support

For contribution and support guidelines, please see SUPPORT_GUIDELINES.md.

We Are Hiring!

If you are passionate about multimodal AI, speech/audio models, or large-scale systems, check out our open positions at Boson AI Careers.

Citation

@misc{bosonai_higgs_audio_tts_v3_2026,
  title  = {Higgs Audio v3 TTS: Conversational Speech for Voice AI from Boson AI},
  author = {Boson AI},
  year   = {2026},
  howpublished = {https://huggingface.co/bosonai/higgs-audio-v3-tts-4b},
}

Third-Party Licenses

The boson_multimodal/audio_processing/ directory contains code derived from third-party repositories, primarily from xcodec. See the LICENSE in that directory for attribution and licensing.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言