gen4_turbo
This release brings faster, more scalable AI video generation with higher visual quality. This version allows for 10-second video generation. Gen4 Turbo delivers realistic motion, coherent subjects and styles across frames, and high prompt fidelity, supported by strong world modeling.
How to Make a Call
API Schemas
Video Generation
You can generate a video using this API. In the basic setup, you need only an image URL and the aspect ratio of the desired result. The model can detect and use the aspect ratio from the input image, but for correct operation in this case, the image's width-to-height ratio must be between 0.5 and 2.
Bearer key
The text description of the scene, subject, or action to generate in the video.
A HTTPS URL or data URI containing an encoded image to be used as the first frame of the generated video.
The length of the output video in seconds.
The aspect ratio of the generated video.
16:9Possible 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
The following video was generated by running the code example above. Processing time: ~65 sec. You may also check out the original video in 1280×720 resolution.

Last updated
Was this helpful?