cURL
curl --request POST \ --url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/txt2img/price-calculation \ --header 'Content-Type: application/json' \ --data ' { "prompt": "a sunset over mountains", "model": "Flux1schnell", "width": 1024, "height": 1024, "steps": 4, "guidance": 1, "seed": -1 } '
{ "data": { "price": 0.00306 } }
Calculate the cost of a text-to-image generation before execution.
1
"a sunset over mountains"
"Flux1schnell"
256 <= x <= 2048
1024
1 <= x <= 50
4
0 <= x <= 20
Price calculated
Show child attributes