Model | Price (USD) |
---|---|
Qubico/mmaudio | $0.0005/second, rounded up if less than 1 second and up to a maximum of 30 seconds. |
{
"model": "Qubico/mmaudio",
"task_type": "video2audio",
"input": {
"prompt": "",
"negative_prompt": "",
"video": "",
"steps": 20,
"seed": 48511119825268
},
"config": {
"webhook_config": {
"endpoint": "",
"secret": ""
}
}
}
curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qubico/mmaudio",
"task_type": "video2audio",
"input": {
"prompt": "",
"negative_prompt": "",
"video": "",
"steps": 20,
"seed": 48511119825268
},
"config": {
"webhook_config": {
"endpoint": "",
"secret": ""
}
}
}'
{
"model": "Qubico/mmaudio",
"task_type": "video2audio",
"input": {
"prompt": "",
"negative_prompt": "",
"video": "",
"steps": 20,
"seed": 48511119825268
},
"config": {
"webhook_config": {
"endpoint": "",
"secret": ""
}
}
}