Skip to main content
Fish Audio빠름높음

Fish Speech

자연스러운 운율과 음성 클론 기능을 갖춘 고품질 다국어 텍스트-음성 변환 모델입니다.

5 크레딧
1000자당
자연스러운 운율
다국어 지원
음성 클론
감정 제어
빠른 합성

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "fish-speech",
  "input": {
    "text": "Welcome to our product introduction. Today, we'll explore the features that make our solution stand out.",
    "language": "en"
  }
}'

파라미터

파라미터타입필수기본값설명
textstringYes-음성으로 변환할 텍스트
reference_audiostringNo-음성 클론을 위한 참조 오디오 URL
languagestringNoauto대상 언어
autoenkojazhesfrde

예제

나레이션

자연스러운 나레이션 생성

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "fish-speech",
  "input": {
    "text": "Welcome to our product introduction. Today, we'll explore the features that make our solution stand out.",
    "language": "en"
  }
}'

팁 & 모범 사례

1일관된 목소리를 위해 참조 오디오 사용
2자연스러운 멈춤을 위해 구두점 포함
3한국어와 영어에 탁월

사용 사례

팟캐스트 생성
오디오북 나레이션
비디오 보이스오버
가상 어시스턴트
콘텐츠 로컬라이제이션

모델 정보

제공자Fish Audio
버전1.5
카테고리오디오 & TTS
가격5 크레딧

API Endpoint

POST /v1/predictions
Playground에서 테스트문서로 돌아가기