Skip to main content

audio models

MMAudio API & 演練場

MMAudio 分析影片內容,在幾分鐘內創建完美同步的專業音軌。立即使用 PiAPI 的 MMAudio API 為您的影片生成音訊!

立即開始!

MMAudio API 定價

Pay-as-you-go access through PiAPI.

Video-to-Audioper second

$0.00005 /秒,不足 1 秒則向上進位,最長 30 秒。

    MMAudio API 功能

    Capabilities from the production model page.

    無縫整合

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

    批次處理

    透過排隊多個 MMAudio 任務來並行處理多個影片,非常適合內容創作、影片編輯工作流程或任何大量的影片轉音訊工作負載。

    多模態支援

    我們的 MMAudio AI API 支援文字和影片輸入模態,以實現有效的資料擴展和跨模態語義對齊。

    SOTA 效能

    MMAudio 在公開模型中達到了最先進的效能,並在以下基準上取得了可比的效能 Movie Gen Audio Bench

    同步模組

    MMAudio 內建同步模組,可將音訊與影片幀對齊,實現緊密耦合、節拍同步的音訊生成。

    多模態聯合訓練

    MMAudio 在廣泛的視聽和音訊文字資料集上進行訓練,以在各種內容類型上獲得更強健和全面的結果。

    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/mmaudio",
        "task_type": "video2audio",
        "input": {
          "video": "YOUR_VIDEO_URL",
          "prompt": "Generate background music and sound effects that match the video content.",
          "negative_prompt": "",
          "steps": 20,
          "seed": 48511119825268
        }
      }'
    
    # → { "task_id": "9d5a…", "status": "pending" }

    MMAudio AI API 常見問題

    什麼是 MMAudio AI API?

    MMAudio 是一個用於高品質影片轉音訊合成的框架。MMAudio AI API 是透過 PiAPI 提供的影片轉音訊服務。它透過分析影片內容並生成完美匹配的專業配樂,將無聲影片轉換為沉浸式音訊體驗。

    我在哪裡可以找到 MMAudio API 文件?

    您可以在 MMAudio API 文件 中查看規格、請求範例和回應格式。立即前往使用 MMAudio API 生成您的 Audio AI!

    MMAudio 在 PiAPI 上如何定價?

    MM Audio API 影片轉音訊按處理的影片每秒 $0.00005 計費。您只需為處理的影片時長付費。

    有退款嗎?

    沒有,我們不提供退款。當您首次註冊 PiAPI Workspace 帳戶時,您會收到免費點數,可以在付款前試用 MMAudio playground 和 API。

    我如何聯繫您的團隊?

    請發送電子郵件至 support@piapi.ai ——我們很樂意聽取您的回饋並探索潛在的合作機會!

    More questions? See the API docs.