curl --request POST \
--url http://localhost:8000/api/v1/client/img2video/price-calculation \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"model": "Ltx2_3_22B_Dist_INT8",
"width": 123,
"height": 123,
"guidance": 123,
"steps": 123,
"seed": 123,
"frames": 123,
"fps": 123
}
'