Video Generation

Create stunning and high-quality videos with the anotherjesse/zeroscope-v2-xl powered by Replicate.

Only one model for video generation has been provided. Running this model might be quite expensive. Check replicate for more details

How to use

Navigate to the endpoint api/v1/replicate/videogeneration.

curl
curl -X POST http://localhost:9000/api/v1/replicate/videogeneration?model=anotherjesse/zeroscope-v2-xl \
  -H "Authorization: Bearer MY_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -f prompt: "A serene landscape with a sunset over rolling hills, transitioning to a night sky full of stars."
For details about the parameters, visit the video generation reference page.