video-o1-video-to-video-reference
Model Overview
The model that performs video-to-video editing by applying a reference style or identity to source footage, enabling appearance transfer across clips while preserving motion and structure from the original video. The model is well-suited for maintaining consistent characters, branding elements, or artistic style over multiple outputs derived from related source videos.
How to Make a Call
API Schema
The text description of the scene, subject, or action to generate in the video.
A HTTPS URL pointing to a video or a data URI containing a video. This video will be used as a reference during generation.
Array of image URLs for multi-image-to-video generation.
The aspect ratio of the generated video.
16:9Possible values: The length of the output video in seconds.
5Possible values: Whether to keep the original audio from the video.
falseRetrieve 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 generation_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
Code Example
The code below creates a video generation task, then automatically polls the server every 15 seconds until it finally receives the video URL.
Processing time: ~ 3 min 23 sec.
Generated video (1920x1080, without sound):
Last updated
Was this helpful?