Veo2 (Image-to-Video)
Last updated
Was this helpful?
Last updated
Was this helpful?
An advanced AI model that transforms static images into high-quality, dynamic video content. It builds upon the success of Google's model, offering unprecedented control and realism in video generation from still images.
Key Features:
Faithful content preservation from source images.
Intuitive motion generation with physics-aware movement.
High-resolution output up to 4K.
Multimodal input processing (image + text).
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 examples for both endpoint calls.
You can generate a video using this API.
No Content
The text prompt describing how the image should be animated
URL of the input image to animate. Should be 720p or higher resolution
The aspect ratio of the generated video
The duration of the generated video in seconds. Possible values: 5, 6, 7, 8
5
No Content