Video Audio Sync Price Calculation
Estimate the price of an audio-to-video sync request.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
application/json Body
Audio to video price calculation parameters
Width of the generated video in pixels
512
Height of the generated video in pixels
512
Number of video frames to generate. The accepted range is model-specific - read info.limits.min_frames / info.limits.max_frames for your model from the Model Selection endpoint before sending the request; a value outside that range is rejected with 422. For the example model Ltx2_3_22B_Dist_INT8 the allowed range is 49-241 (default 120).
x >= 197
FPS of generated video. The accepted range is model-specific - read info.limits.min_fps / info.limits.max_fps for your model from the Model Selection endpoint before sending the request; a value outside that range is rejected with 422. For the example model Ltx2_3_22B_Dist_INT8 the only accepted value is 24.
x >= 124
The model to use for video generation. Available models can be retrieved via the GET /api/v2/models endpoint.
"Ltx2_3_22B_Dist_INT8"
Number of inference steps. The accepted range is model-specific - read info.limits.min_steps / info.limits.max_steps for your model from the Model Selection endpoint before sending the request; a value outside that range is rejected with 422.
x >= 120
Response
Calculated price for audio2video inference.