gen4_aleph
This is a video-to-video model capable of either modifying the input video or generating the next shot in a story that begins in the input and continues based on your prompt. You can define camera angles and movements, alter the plot, change character appearances, or adjust the environment.
How to Make a Call
API Schemas
Video Generation
You can generate a video using this API. In the basic setup, you need only a video URL and a prompt.
Bearer key
A HTTPS URL pointing to a video or a data URI containing a video. This video will be used as a reference during generation.
The text description of the scene, subject, or action to generate in the video.
The length of the output video in seconds.
5Possible values: The width and height of the video.
1280:720Possible values: Varying the seed integer is a way to get different results for the same other request parameters. Using the same value for an identical request will produce similar results. If unspecified, a random number is chosen.
Successfully generated video
Successfully generated video
Retrieve the generated video from the server
After sending a request for video generation, this task is added to the queue. This endpoint lets you check the status of a video generation task using its id, obtained from the endpoint described above.
If the video generation task status is complete, the response will include the final result — with the generated video URL and additional metadata.
Bearer key
Generation ID
a12b3456-7c89-0de1-23f4-g567d584f98dSuccessfully generated video
Successfully generated video
Full Example: Generating and Retrieving the Video From the Server
Processing time: ~3 min 30 sec. Original: 1280Ă—720 Low-res GIF preview:


Last updated
Was this helpful?