Models
zen-video-i2v
Image-to-video animation model that brings still images to life.
zen-video-i2v
Image-to-Video
An image-to-video model that animates still images into coherent video clips. Provide a source image and a motion description to generate fluid, natural animation.
This model is coming soon. Join the waitlist at hanzo.chat.
Specifications
| Property | Value |
|---|---|
| Model ID | zen-video-i2v |
| Architecture | Conditional Video Diffusion |
| Input | Image + text prompt |
| Output | Up to 1080p, 3--15s clips |
| Status | Coming Soon |
| HuggingFace | -- |
Capabilities
- Animate still images into video
- Motion control via text description
- Camera movement specification
- Character and object animation
- Scene dynamics (wind, water, fire)
- Style-consistent frame generation
Usage
from hanzoai import Hanzo
client = Hanzo(api_key="hk-your-api-key")
# Coming soon
response = client.videos.generate(
model="zen-video-i2v",
image=open("scene.png", "rb"),
prompt="Camera slowly pans right, leaves rustle in the wind, clouds drift across the sky",
duration=5,
)See Also
- zen-director -- Text-to-video generation
- zen-video -- Video understanding
- zen-artist -- Image generation