Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Body

application/json

Audio to video price calculation parameters

width
integer
required

Width of the generated video in pixels

Example:

512

height
integer
required

Height of the generated video in pixels

Example:

512

frames
integer
required

Number of video frames to generate

Example:

97

model
string
required

The model to use for video generation. Available models can be retrieved via the GET /api/v1/client/models endpoint.

Example:

"Ltx2_19B_Dist_FP8"

steps
integer

Number of inference steps

Example:

20

fps
integer

FPS of generated video

Example:

24

Response

Calculated price for audio2video inference.

data
object