Endpoint for requesting text2video inference
slug, check specific limits and features, and verify LoRA availability.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
application/json Text to video conversion parameters
The main prompt for video generation
"A beautiful sunset over mountains"
Width of the generated video in pixels
512
Height of the generated video in pixels
512
Guidance scale for the generation
7.5
Number of inference steps
20
Number of video frames to generate
20
Random seed for generation
42
The model to use for video generation. Available models can be retrieved via the GET /api/v1/client/models endpoint.
"Ltxv_13B_0_9_8_Distilled_FP8"
Elements to avoid in the generated video
"blur, darkness, noise"
FPS of generated video
30
ID of the inference request.
Information from success endpoint