POST
/
api
/
v1
/
client
/
aud2video
/
price-calculation
Audio to Video Price Calculation
curl --request POST \
  --url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/aud2video/price-calculation \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>",
  "model": "Ltx2_19B_Dist_FP8",
  "width": 123,
  "height": 123,
  "seed": 123,
  "frames": 123,
  "guidance": 123,
  "steps": 123,
  "fps": 123
}
'
{
  "data": {
    "price": 0.0056
  }
}

Body

application/json
prompt
string
required
model
string
required
Example:

"Ltx2_19B_Dist_FP8"

width
integer
required
height
integer
required
seed
integer
required
frames
integer
required
guidance
number
steps
integer
fps
integer

Response

Price calculated

data
object