Run in Apifox 
Open-source video model, characterized by extremely fast generation speed.https://github.com/Lightricks/LTX-Video  Request Body Params   application/json 
{ 
  "prompt" :  "" , 
  "negative_prompt" :  "low quality, worst quality, deformed, distorted, disfigured, motion smear, motion artifacts, fused fingers, bad anatomy, weird hand, ugly" , 
  "num_inference_steps" :  30 , 
  "guidance_scale" :  3 , 
  "image_url" :  "" 
} Request Code Samples 
curl  --location  --request  POST 'https://api.302.ai/302/submit/ltx-video-i2v'  \
--header  'Authorization: Bearer '  \
--header  'Content-Type: application/json'  \
--data-raw  '{
  "prompt": "",
  "negative_prompt": "low quality, worst quality, deformed, distorted, disfigured, motion smear, motion artifacts, fused fingers, bad anatomy, weird hand, ugly",
  "num_inference_steps": 30,
  "guidance_scale": 3,
  "image_url": ""
}' Responses application/json Generate Code 
Modified at  2024-12-11 07:13:52