v1
latestOpenAPI 3.0.02026-07-228239173.7 KBClient API v2
Estimate the price of a text-to-video generation request.
post/api/v2/videos/generations/price
Headers
Accept'application/json' required
Request body
Example request
{
"width": 512,
"height": 512,
"steps": 20,
"frames": 20,
"fps": 30,
"model": "Ltxv_13B_0_9_8_Distilled_FP8"
}Response
Calculated price for txt2video inference.
Example response
{
"data": {
"price": 0.15
}
}