Skip to main content
Resemble AI빠름높음

Chatterbox

고유한 감정 과장(exaggeration) 제어와 짧은 레퍼런스 오디오 기반 즉시 음성 복제를 갖춘 Resemble AI의 프로덕션급 오픈소스 TTS입니다. MIT 라이선스로 주요 상용 시스템과 비교 벤치마크된 모델입니다.

59 크레딧
1000자당 (0.057 크레딧/자, 글자 단위 과금)
고유한 감정 과장(exaggeration) 제어
짧은 오디오로 즉시 음성 복제
프로덕션급 오픈소스 품질
CFG/페이스로 전달 속도 제어
매우 저렴한 글자당 가격

지금 바로 실행해보세요

콘솔의 Playground에서 별도 코드 없이 이 모델을 즉시 테스트할 수 있어요

로그인 후 사용해보기

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "resemble-ai/chatterbox",
  "input": {
    "prompt": "We're excited to introduce Chatterbox, our first production-grade open source TTS model!",
    "exaggeration": 0.8,
    "cfg_weight": 0.5
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-합성할 텍스트
audio_promptstringNo-음성 복제용 레퍼런스 오디오 파일 (선택)
exaggerationnumberNo0.5감정 과장 정도 (0.25-2.0). 0.5가 중립, 극단값은 불안정할 수 있음
cfg_weightnumberNo0.5CFG/페이스 가중치 (0.2-1.0)
temperaturenumberNo0.8무작위성 제어 (0.05-5.0)
seedintegerNo0시드 (0이면 랜덤)

파일 입력 방법

이 모델의 audio_prompt 파라미터에 파일을 전달하는 방법은 3가지입니다.

추천

간편 업로드 (Multipart)

POST /v1/predictions/upload에 파일을 직접 첨부합니다. 별도 업로드 과정이 필요 없습니다.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=resemble-ai/chatterbox" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:audio_prompt=@your_file.png"

이미지 URL 전달

공개 접근 가능한 URL을 직접 전달합니다. Storage API로 업로드한 파일의 file_url도 사용 가능합니다.

{
  "model": "resemble-ai/chatterbox",
  "input": {
    "prompt": "your prompt here",
    "audio_prompt": "https://example.com/image.jpg"
  }
}
File Upload 문서에서 Presigned URL 방식 등 더 자세한 업로드 방법을 확인하세요.

공통 파라미터

POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.

파라미터타입필수기본값설명
modelstringYes-모델 식별자
inputobjectYes-위 테이블의 모델별 파라미터를 포함하는 객체
output_folderstringNo-결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가)
webhook_urlstringNo-완료 시 호출할 Webhook URL
is_publicbooleanNofalsetrue 시 결과물을 영구 공개 URL로도 제공

예제

감정이 담긴 안내

감정 과장을 높인 표현적 전달

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "resemble-ai/chatterbox",
  "input": {
    "prompt": "We're excited to introduce Chatterbox, our first production-grade open source TTS model!",
    "exaggeration": 0.8,
    "cfg_weight": 0.5
  }
}'

팁 & 모범 사례

1exaggeration 0.5가 중립입니다 — 극적인 전달은 1.0까지, 안정성을 위해 1.5 이하 유지
2cfg_weight를 낮추면 페이스가 느리고 여유로워지고, 높이면 타이트해집니다
3audio_prompt에 깨끗한 레퍼런스 오디오를 넣으면 즉시 음성이 복제됩니다
423개 언어가 필요하면 Chatterbox Multilingual, 속도가 중요하면 Chatterbox Turbo를 사용하세요

사용 사례

감정이 담긴 캐릭터 음성
음성 복제 실험
비용 효율적인 나레이션
게임 대사 프로토타이핑
개인화 오디오 콘텐츠