Text-to-Speechper 1k characters
$0.025
PiAPI를 통해 F5 TTS(공식 명칭 F5-TTS) API를 사용하여 참조 오디오 샘플에서 음성을 복제하고 텍스트에서 자연스럽고 고품질의 음성 오디오를 생성하세요.
Pay-as-you-go access through PiAPI.
$0.025
Capabilities from the production model page.
모델과 입력에 대한 표준 JSON 필드를 사용한 간단한 POST 요청으로 F5 TTS AI API를 호출하고, 몇 분 안에 기존 백엔드나 워크플로우에 연결하세요.
여러 F5-TTS 작업을 대기열에 넣어 많은 텍스트 스니펫을 병렬로 처리합니다. 오디오북, 지원 응답, 현지화 또는 대용량 텍스트 음성 변환 작업에 이상적입니다.
F5 텍스트 API를 사용한 제로샷 음성 복제는 프로덕션 준비 오디오를 위해 참조 음성 샘플과 밀접하게 일치하는 자연스럽고 표현력 있는 음성을 생성합니다.
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/tts",
"task_type": "zero-shot",
"input": {
"gen_text": "Hi there, this is a sample generated with the F5-TTS API.",
"ref_text": "",
"ref_audio": "YOUR_AUDIO_URL"
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"audio_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run f5-tts-api \ gen_text="Hi there, this is a sample generated with the F5-TTS API." \ ref_text= \ ref_audio=YOUR_AUDIO_URL ✓ Task completed! https://img.theapi.app/ephemeral/…
The F5-TTS AI API는 PiAPI 를 통해 이용 가능한 제로샷 텍스트 음성 변환 서비스입니다. 참조 오디오 샘플에서 음성을 복제하고 Qubico/tts 모델을 사용하여 텍스트에서 자연스러운 음성을 생성할 수 있습니다.
사양, 요청 예시 및 응답 형식은 F5-TTS API 문서 에서 확인할 수 있습니다. 지금 바로 방문하여 F5 TTS API로 텍스트 음성 변환을 생성해 보세요!
F5-TTS 텍스트 음성 변환은 생성된 1000자당 $0.025 로 청구됩니다. 합성한 문자에 대해서만 비용을 지불합니다.
아니요, 환불은 제공하지 않습니다. PiAPI Workspace 계정에 처음 가입하면 결제 전에 F5-TTS 플레이그라운드와 API를 사용해 볼 수 있는 무료 크레딧을 받습니다.
Please email us at support@piapi.ai 로 이메일을 보내주세요. 여러분의 피드백을 듣고 잠재적인 협업을 탐색하고 싶습니다!
More questions? See the API docs.
F5-TTS API