Text-to-Speechper 1k characters
$0.025
ใช้ F5 TTS (รู้จักอย่างเป็นทางการในชื่อ F5-TTS) API ผ่าน PiAPI เพื่อโคลนเสียงจากตัวอย่างเสียงอ้างอิงและสร้างเสียงพูดคุณภาพสูงที่เป็นธรรมชาติจากข้อความ
Pay-as-you-go access through PiAPI.
$0.025
Capabilities from the production model page.
เรียกใช้ F5 TTS AI API ด้วยคำขอ POST อย่างง่าย โดยใช้ฟิลด์ JSON มาตรฐานสำหรับโมเดลและอินพุต และเชื่อมต่อกับแบ็กเอนด์หรือเวิร์กโฟลว์ที่มีอยู่ได้ในไม่กี่นาที
ประมวลผลข้อความหลายส่วนพร้อมกันโดยการจัดคิวงาน F5-TTS หลายงาน เหมาะสำหรับหนังสือเสียง การตอบกลับฝ่ายสนับสนุน การแปลภาษา หรืองานแปลงข้อความเป็นเสียงปริมาณมาก
การโคลนเสียงแบบ Zero-shot ด้วย F5 text 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 เป็นบริการแปลงข้อความเป็นเสียงแบบ Zeroshot ที่พร้อมใช้งานผ่าน PiAPI ช่วยให้คุณโคลนเสียงจากตัวอย่างเสียงอ้างอิงและสร้างเสียงพูดที่ฟังดูเป็นธรรมชาติจากข้อความโดยใช้โมเดล Qubico/tts
คุณสามารถดูข้อกำหนด ตัวอย่างคำขอ และรูปแบบการตอบกลับใน เอกสาร F5-TTS API ไปที่นั่นและสร้างการแปลงข้อความเป็นเสียงของคุณด้วย F5 TTS API วันนี้!
F5-TTS แปลงข้อความเป็นเสียงคิดค่าบริการที่ $0.025 ต่อ 1000 ตัวอักษร ที่สร้างขึ้น คุณจ่ายเฉพาะตัวอักษรที่คุณสังเคราะห์
ไม่ เราไม่มีการคืนเงิน เมื่อคุณสมัครบัญชี PiAPI Workspace ครั้งแรก คุณจะได้รับเครดิตฟรีเพื่อทดลองใช้ F5-TTS playground และ API ก่อนชำระเงิน
กรุณาส่งอีเมลถึงเราที่ support@piapi.ai — เรายินดีรับฟังความคิดเห็นของคุณและสำรวจความร่วมมือที่เป็นไปได้!
More questions? See the API docs.
F5-TTS API