cURL
Generation
Text-to-Video Price Calculation
Endpoint for calculating price for text2video 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
Text to video conversion parameters
Width of the generated video in pixels
Example:
512
Height of the generated video in pixels
Example:
512
Number of inference steps
Example:
20
Number of video frames to generate
Example:
20
The model to use for video generation. Available models can be retrieved via the GET /api/v1/client/models endpoint.
Example:
"Ltxv_13B_0_9_8_Distilled_FP8"
FPS of generated video
Example:
30
Response
Calculated price for txt2video inference.