stable-audio-2 通常消耗在20-23 credits,即0.4-0.46ptc
stable-audio-2.5 消耗固定在20 credits,即0.4ptc
{
"prompt": "string",
"audio": "string",
"output_format": "string",
"seed": 0,
"steps": 0,
"duration": 0,
"cfg_scale": 0,
"model": "string"
}
curl --location --request POST 'https://api.302.ai/sd/v2beta/audio/stable-audio-2/audio-to-audio?response_format=url' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"audio": "string",
"output_format": "string",
"seed": 0,
"steps": 0,
"duration": 0,
"cfg_scale": 0,
"model": "string"
}'
{}