Video-to-Audioper second
$0.00005 /秒,不足 1 秒則向上進位,最長 30 秒。
MMAudio 分析影片內容,在幾分鐘內創建完美同步的專業音軌。立即使用 PiAPI 的 MMAudio API 為您的影片生成音訊!
Pay-as-you-go access through PiAPI.
$0.00005 /秒,不足 1 秒則向上進位,最長 30 秒。
Capabilities from the production model page.
透過簡單的 POST 請求呼叫 MMAudio AI API,使用標準 JSON 欄位設定模型和輸入,並在幾分鐘內將其整合到您現有的後端或工作流程中。
透過排隊多個 MMAudio 任務來並行處理多個影片,非常適合內容創作、影片編輯工作流程或任何大量的影片轉音訊工作負載。
我們的 MMAudio AI API 支援文字和影片輸入模態,以實現有效的資料擴展和跨模態語義對齊。
MMAudio 在公開模型中達到了最先進的效能,並在以下基準上取得了可比的效能 Movie Gen Audio Bench
MMAudio 內建同步模組,可將音訊與影片幀對齊,實現緊密耦合、節拍同步的音訊生成。
MMAudio 在廣泛的視聽和音訊文字資料集上進行訓練,以在各種內容類型上獲得更強健和全面的結果。
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/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" }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 mmaudio-api \ video=YOUR_VIDEO_URL \ prompt="Generate background music and sound effects that match the video content." \ negative_prompt= \ steps=20 \ seed=48511119825268 ✓ Task completed! https://img.theapi.app/ephemeral/…
MMAudio 是一個用於高品質影片轉音訊合成的框架。MMAudio AI API 是透過 PiAPI 提供的影片轉音訊服務。它透過分析影片內容並生成完美匹配的專業配樂,將無聲影片轉換為沉浸式音訊體驗。
您可以在 MMAudio API 文件 中查看規格、請求範例和回應格式。立即前往使用 MMAudio API 生成您的 Audio AI!
MM Audio API 影片轉音訊按處理的影片每秒 $0.00005 計費。您只需為處理的影片時長付費。
沒有,我們不提供退款。當您首次註冊 PiAPI Workspace 帳戶時,您會收到免費點數,可以在付款前試用 MMAudio playground 和 API。
請發送電子郵件至 support@piapi.ai ——我們很樂意聽取您的回饋並探索潛在的合作機會!
More questions? See the API docs.