generate
Method
This is a method of the VideoAgent class in the video_agent module.Generate a video from a text prompt.
Signature
Parameters
Text description of the desired video
Video duration (e.g., “8”, “16”). Defaults to config value.
Video dimensions (e.g., “720x1280”). Defaults to config value.
Reference image for image-to-video generation **kwargs: Additional provider-specific parameters
Returns
VideoObject with id, status, and metadata

