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