cURL
curl --request POST \ --url http://localhost:8000/api/v1/client/txt2video/price-calculation \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>", "model": "Ltxv_13B_0_9_8_Distilled_FP8", "width": 768, "height": 768, "guidance": 10, "steps": 25, "seed": 123, "frames": 60, "fps": 123 } '
{ "data": { "price": 0.0056 } }
Calculate the cost of a text-to-video generation.
"Ltxv_13B_0_9_8_Distilled_FP8"
256 <= x <= 1280
0 <= x <= 20
1 <= x <= 50
1 <= x <= 120
Price calculated
Show child attributes