> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate video from image

> Generate a short, 5 second video from an input image using an AI video generation model.

{/* Tool: generate_video */}

AI video generation on Zo Computer is powered by [OVI](https://fal.ai/models/fal-ai/ovi/image-to-video).

## Parameters

<ParamField path="instruction" type="string" required={true}>
  Description of the desired motion, scene evolution, and audio description.
</ParamField>

<ParamField path="filepath" type="string" required={true}>
  Absolute path to the source image. The output video will be saved alongside it.
</ParamField>

<ParamField path="file_suffix" type="string" default={"_video"}>
  Suffix appended to the source file's stem for the output (e.g., "\_video").
</ParamField>

<ParamField path="orientation" type="string" default={"landscape"}>
  Desired output orientation ("landscape" → 16:9, "portrait" → 9:16). Defaults to "landscape".
</ParamField>
