Resemble AI
resemble-aiAll 5 Resemble AI models in the ModelRunner catalog are Sound endpoints — re-voice or dub an existing recording into a different target voice.
5 public models — every one runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.
Resemble AI models & pricing
Chatterbox HD Voice Conversion
resemble-ai
Convert a spoken recording into a different target voice while keeping the original words and delivery, with nine named HD voices and an optional 48kHz upscale for higher-fidelity output.
Chatterbox HD TTS
resemble-ai
Turn text into high-definition speech with nine named voices or a cloned voice, plus an optional 48kHz upscale toggle for higher-fidelity audio.
Chatterbox Multilingual TTS
resemble-ai
Turn text into natural speech across 23 languages with a language selector and emotion-intensity control.
Chatterbox Voice Conversion
resemble-ai
Convert a spoken recording into a different target voice while keeping the original words, timing, and delivery — a speech-to-speech voice changer.
Chatterbox TTS
resemble-ai
Turn text into expressive speech and clone any voice from a short reference recording, with fine control over emotional intensity.
What you can build with Resemble AI models
- Re-voice or dub an existing recording into a different target voice Chatterbox HD Voice Conversion
- Change the voice of a finished voice-over without re-recording the script Chatterbox HD Voice Conversion
- Convert speech into a specific voice from a short reference sample Chatterbox HD Voice Conversion
- Anonymize a speaker by swapping their voice while keeping the words Chatterbox HD Voice Conversion
- Produce high-fidelity 48kHz re-voiced narration from an existing clip Chatterbox HD Voice Conversion
- Generate high-fidelity 48kHz voice-overs and narration Chatterbox HD TTS
- Clone a voice from a short recording and speak any text Chatterbox HD TTS
- Pick a ready-made named voice for consistent character dialogue Chatterbox HD TTS
Browse by capability
Call a Resemble AI model in one request
Every endpoint shares the same lifecycle: submit to the queue, poll the status URL, fetch the result. Swap the endpoint to switch models — nothing else changes.
cURL
curl -X POST https://queue.modelrunner.run/resemble-ai/chatterboxhd/speech-to-speech \
-H "Authorization: Key $MRUN_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "prompt": "..." }'
# → { "request_id": "...", "status_url": "...", "response_url": "..." }Use Resemble AI models from Claude & Cursor
Connect the ModelRunner MCP server once and your AI assistant can run every Resemble AI model on this page as a tool — authorized via OAuth, results returned as hosted URLs in the conversation.
Claude Code
claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcpFrequently asked questions
What Resemble AI models can I run on ModelRunner?
The catalog has 5 public Resemble AI models: Chatterbox HD Voice Conversion, Chatterbox HD TTS, Chatterbox Multilingual TTS and 2 more. They cover sound. Each one has its own page with a free playground, the full input schema, and copy-paste code.
How much do Resemble AI models cost?
Pay-per-use, with no subscription: the 5 Resemble AI models billed per second of audio start at $0.00025, and every page publishes its own rate — some are tiered, so a lower resolution or a shorter clip costs less per run. You buy credits and pay only for what you generate.
How do I call a Resemble AI model from the API?
POST to https://queue.modelrunner.run/resemble-ai/chatterboxhd/speech-to-speech with an Authorization: Key header and the input fields as the top-level JSON body (no wrapper object), then poll the returned status_url and fetch the result from response_url. The JavaScript SDK (@modelrunner/client) wraps that in a single subscribe() call, which is the one place an { input } object is used.
Can I run Resemble AI models from Claude or Cursor?
Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and all 5 Resemble AI models become tools your assistant can call with run_model — authorized over OAuth 2.1, so no API key goes into a config file. Results come back as hosted URLs in the conversation.
More on ModelRunner
Browse the full model catalog, compare live per-configuration rates on the pricing page, see curated sets on explore, or view every model creator.
Other creators in sound
- elevenlabs (2)
- google (1)
- hexgrad (1)
- lightricks (1)
- Meta (1)
- minimax (1)
