Skip to main content

audio models

F5 TTS API & Playground

PiAPI経由でF5 TTS(正式名称F5-TTS)APIを使用して、参照オーディオサンプルから音声をクローンし、テキストから自然で高品質な音声オーディオを生成します。

今すぐ始める!

F5 TTS API料金

Pay-as-you-go access through PiAPI.

Text-to-Speechper 1k characters

$0.025

    F5 TTS APIの機能

    Capabilities from the production model page.

    シームレスな統合

    モデルと入力用の標準JSONフィールドを使用したシンプルなPOSTリクエストでF5 TTS AI APIを呼び出し、既存のバックエンドやワークフローに数分で統合できます。

    バッチ処理

    複数のF5-TTSタスクをキューに入れて、多くのテキストスニペットを並列処理します。オーディオブック、サポート対応、ローカリゼーション、または大量のテキスト読み上げワークロードに最適です。

    高品質な結果

    F5テキストAPIによるゼロショット音声クローニングは、本番環境対応のオーディオのために、参照音声サンプルに近い自然で表現力豊かな音声を生成します。

    Get started

    Create your API key

    Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.

    Top up credits

    Add credits on the billing page when you are ready to scale beyond the free tier.

    Call the API

    POST your first task following the API docs, then poll the task until the result is ready.

    Iterate in the playground

    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" }

    F5 TTS AI APIよくある質問

    F5-TTS AI APIとは何ですか?

    The F5-TTS AI APIは、 PiAPI 経由で利用可能なゼロショットテキスト読み上げサービスです。参照オーディオサンプルから音声をクローンし、Qubico/ttsモデルを使用してテキストから自然な音声を生成できます。

    F5-TTS APIドキュメントはどこで見つけられますか?

    仕様、リクエスト例、レスポンス形式は F5-TTS APIドキュメント でご確認いただけます。今すぐアクセスして、F5 TTS APIでテキスト読み上げを生成しましょう!

    PiAPIでのF5-TTSの料金体系は?

    F5-TTSテキスト読み上げは、生成された 1000文字あたり$0.025 で課金されます。合成した文字数分のみお支払いいただきます。

    返金はありますか?

    いいえ、返金は行っておりません。PiAPI Workspaceアカウントに初めてサインアップすると、お支払い前にF5-TTSプレイグラウンドとAPIを試すための無料クレジットが付与されます。

    チームへの連絡方法は?

    Please email us at support@piapi.ai までメールでお問い合わせください。フィードバックをお待ちしており、コラボレーションの可能性を探りたいと思います!

    More questions? See the API docs.

    Our blog

    F5-TTS API