resemble-chatterbox
Installation
SKILL.md
Resemble Chatterbox
Use Chatterbox when the production needs expressive AI speech, zero-shot/reference-voice behavior, local or on-prem deployment, or Resemble-hosted TTS with Chatterbox-family voices. Do not use it as a generic "celebrity impersonation" tool. Treat every reference voice as biometric/personal data and require documented rights before generation.
Volatile facts in this skill were verified on 2026-07-10 from official Resemble AI, GitHub, Hugging Face, and Resemble documentation sources listed at the end.
Choose the route first
Documented facts:
- Local/open route: Resemble publishes Chatterbox-family code and weights through the official
resemble-ai/chatterboxGitHub repository andResembleAI/chatterboxHugging Face model card under MIT license. The local package installs withpip install chatterbox-ttsand exposes Python classes such asChatterboxTTSandChatterboxMultilingualTTS. - Hosted route: Resemble's synthesis API uses
https://f.cluster.resemble.ai/synthesizefor synchronous TTS and a streaming HTTP endpoint for chunked WAV. Requests authenticate withAuthorization: Bearer YOUR_API_KEY. - Hosted Chatterbox model versions documented by Resemble include Chatterbox, Chatterbox-Turbo, and Chatterbox Multilingual. Hosted Turbo is selected with the
modelvaluechatterbox-turbo; Resemble's model-version page also lists version codestts-v4andtts-v4-turbo.
Production decision: