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.

    無縫整合

    使用簡單的 POST 請求呼叫 F5 TTS AI API,使用標準 JSON 欄位設定模型和輸入,幾分鐘內即可整合到您現有的後端或工作流程中。

    批次處理

    透過排列多個 F5-TTS 任務來並行處理多個文字片段,非常適合有聲書、客服回應、在地化或任何大量文字轉語音工作負載。

    高品質結果

    F5 text 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 playground 和 API。

    如何聯繫您的團隊?

    請透過電子郵件聯繫我們: support@piapi.ai ——我們很樂意聽取您的反饋並探索潛在的合作機會!

    More questions? See the API docs.

    Our blog

    F5-TTS API