v1
latestOpenAPI 3.0.02026-07-228239173.7 KBClient API
Endpoint for calculating price for audio2video inference
post/api/v1/client/aud2video/price-calculation
Headers
Accept'application/json' required
Request body
Example request
{
"width": 512,
"height": 512,
"steps": 20,
"frames": 97,
"fps": 24,
"model": "Ltx2_19B_Dist_FP8"
}Response
Calculated price for audio2video inference.
Example response
{
"data": {
"price": 0.15
}
}