v1
latestOpenAPI 3.0.02026-07-228239173.7 KBClient API
Endpoint for calculating price for text2video inference
post/api/v1/client/txt2video/price-calculation
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
}
}