Zen Video
Zen LM by Hanzo AI — High-quality text-to-video generation at 720p resolution.
Specs
| Property | Value |
|---|---|
| Parameters | 13B |
| Architecture | Zen MoDE (Mixture of Distilled Experts) |
| Task | Text-to-Video |
| Resolution | 720p |
API Access
from openai import OpenAI
client = OpenAI(
base_url='https://api.hanzo.ai/v1',
api_key='your-api-key',
)
response = client.images.generate(
model='zen-video',
prompt='A drone flying over a tropical coastline at golden hour',
size='1280x720',
)
print(response.data[0].url)
License
Community License
- Downloads last month
- -