자연스러운 운율과 음성 클론 기능을 갖춘 고품질 다국어 텍스트-음성 변환 모델입니다.
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"
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
text | string | Yes | - | 음성으로 변환할 텍스트 |
reference_audio | string | No | - | 음성 클론을 위한 참조 오디오 URL |
language | string | No | auto | 대상 언어 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"
}
}'