cURL
Generation
Audio-to-Video Price Calculation
Endpoint for calculating price for audio2video inference
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
application/json Body
application/json
Audio to video price calculation parameters
Width of the generated video in pixels
Example:
512
Height of the generated video in pixels
Example:
512
Number of video frames to generate
Example:
97
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"
Number of inference steps
Example:
20
FPS of generated video
Example:
24
Response
Calculated price for audio2video inference.