---
name: "hf-space-resembleai-chatterbox-multilingual-tts"
description: "Use the Hugging Face Space ResembleAI/Chatterbox-Multilingual-TTS."
metadata:
  source: huggingface-space
  spaceId: "ResembleAI/Chatterbox-Multilingual-TTS"
  hubUrl: https://huggingface.co/spaces/ResembleAI/Chatterbox-Multilingual-TTS
  agentsMdUrl: https://huggingface.co/spaces/ResembleAI/Chatterbox-Multilingual-TTS/agents.md
  appUrl: https://resembleai-chatterbox-multilingual-tts.hf.space
---

# Hugging Face Space: ResembleAI/Chatterbox-Multilingual-TTS

Use this skill when the user wants to use the Hugging Face Space `ResembleAI/Chatterbox-Multilingual-TTS`.

- Space page: https://huggingface.co/spaces/ResembleAI/Chatterbox-Multilingual-TTS
- App URL: https://resembleai-chatterbox-multilingual-tts.hf.space
- Source instructions: https://huggingface.co/spaces/ResembleAI/Chatterbox-Multilingual-TTS/agents.md

## Space agent instructions

To use this application (ResembleAI/Chatterbox-Multilingual-TTS: Generate multilingual speech from text with optional voice style):
API schema: GET https://resembleai-chatterbox-multilingual-tts.hf.space/gradio_api/info
Config (find fn_index): GET https://resembleai-chatterbox-multilingual-tts.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://resembleai-chatterbox-multilingual-tts.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://resembleai-chatterbox-multilingual-tts.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://resembleai-chatterbox-multilingual-tts.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
