v1
latestOpenAPI 3.0.02026-07-228239173.7 KBClient API v2
Estimate the price of an audio-to-video sync request.
post/api/v2/videos/audio-syncs/price
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
}
}