gen3a_turbo
Description of the gen3a_turbo model: Pricing, API Reference, Examples.
An advanced AI model designed for converting images into high-quality videos. It allows users to generate dynamic video content with smooth motion and detailed textures from still images or text prompts, significantly enhancing creative workflows in multimedia production.
Setup your API Key
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
How to Make a Call
API Schemas
Now, all of our API schemas for video models use our new universal short URL — https://api.aimlapi.com/v2/video/generations.
However, you can still call this model using the legacy URL that includes the vendor name.
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.
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.
A HTTPS URL or data URI containing an encoded image to be used as the last frame of the generated video.
The aspect ratio of the generated video.
16:9Possible values: The length of the output video in seconds.
5Possible 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.
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.
Successfully 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: ~25 sec. You may also check out the original video in 1280×720 resolution.

Last updated
Was this helpful?