gen3a_turbo
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Each generation costs 525 000 AI/ML Tokens.
If you don’t have an API key for the AI/ML API yet, feel free to use our .
Generating a video using this model involves sequentially calling two endpoints:
The first one is for creating and sending a video generation task to the server (returns a generation ID).
The second one is for requesting the generated video from the server using the generation ID received from the first endpoint.
Below, you can find two corresponding API schemas and an example that combines both endpoint calls.
You can generate a video using this API. In the basic setup, you need only a prompt and the aspect ratio of the desired result.
Generation ID
a12b3456-7c89-0de1-23f4-g567d584f98d
A non-empty string up to 512 UTF-16 code points in length. This should describe in detail what should appear in the output.
A HTTPS URL or data URI containing an encoded image to be used as the first frame of the generated
A HTTPS URL or data URI containing an encoded image to be used as the last frame of the generated
The number of seconds of duration for the output video
10
The aspect ratio of the generated video
If unspecified, a random number is chosen. Varying the seed integer is a way to get different results for the same other request parameters. Using the same seed integer for an identical request will produce similar results
A boolean indicating whether or not the output video will contain a Runway watermark.