Skip to main content
Core.Today
|
Inworld빠름높음

Inworld TTS 1.5 Max

200ms 미만 지연의 Inworld 최고 품질 실시간 TTS입니다. SSML break 태그로 일시정지, [happy] 같은 감정 마크업, 15개 언어를 지원합니다.

24 크레딧
1000자당 (0.023 크레딧/자, 글자 단위 과금)
200ms 미만 중간값 지연
감정 마크업: [happy], [sad], [angry]
SSML break 태그로 정밀한 일시정지
15개 언어 지원
매우 저렴한 글자당 가격

지금 바로 실행해보세요

콘솔의 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": "inworld/tts-1.5-max",
  "input": {
    "text": "[happy] Welcome back! <break time=\"0.5s\" /> Your order shipped this morning and arrives tomorrow.",
    "voice_id": "Ashley"
  }
}'

파라미터

파라미터타입필수기본값설명
textstringYes-변환할 텍스트 (최대 2,000자). SSML break(<break time="1s" />)와 [happy], [sad] 감정 마크업 지원
voice_idstringNoAshley프리셋 음성(Ashley, Dennis, Alex, Darlene) 또는 커스텀 복제 voice ID
speaking_ratenumberNo0말하기 속도 배수 (0-1.5). 0이면 기본 속도(1.0)
temperaturenumberNo0무작위성 제어 (0-2). 0이면 모델 기본값
audio_formatstringNomp3출력 오디오 형식
mp3wavogg_opusflac
sample_rateintegerNo48000오디오 샘플레이트 (Hz)
8000160002205024000320004410048000
text_normalizationstringNoauto숫자·날짜·약어를 합성 전에 풀어 읽기
autoonoff

공통 파라미터

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": "inworld/tts-1.5-max",
  "input": {
    "text": "[happy] Welcome back! <break time=\"0.5s\" /> Your order shipped this morning and arrives tomorrow.",
    "voice_id": "Ashley"
  }
}'

팁 & 모범 사례

1카탈로그에서 가장 저렴한 프리미엄 TTS — 대량 음성 에이전트의 기본값으로 좋습니다
2[happy] 같은 감정 마크업을 문장 앞에 붙여 톤을 설정하세요
3<break time="0.5s" /> SSML 태그로 자연스러운 일시정지를 넣으세요
4자연어 스티어링 지시문이 필요하면 Realtime TTS 2를 사용하세요

사용 사례

대규모 프로덕션 음성 에이전트
실시간 대화형 AI
감정을 반영하는 어시스턴트 음성
저비용 대량 나레이션
스트리밍 콘텐츠 보이스오버