Real model output
HappyHorse 1.1 I2V output
Reference image animated with a gentle camera push-in and soft ambient lighting.
HappyHorse
HappyHorseAlibaba's HappyHorse 1.1 image-to-video model for turning source imagery into generated motion.
Visual demos
Reference image animated with a gentle camera push-in and soft ambient lighting.
Three references choreographed into one video while preserving subject identity.
Prompt from the Cloudflare Alibaba model docs: A dog running through a field of tall grass, slow motion, golden hour.
These are locally hosted copies of public Cloudflare AI example outputs for Alibaba video models, with source links on each card.
No run output yet.
Provider terms Commercial status: unknown.
Disabled for public runs until the Singapore media payload and safety settings are adapter-verified.
curl -X POST https://nfero.com/api/models/happyhorse-1.1-i2v/run \
-H 'content-type: application/json' \
-d '{"prompt":"A cinematic product shot of the Nfero Model Hub interface running on a workstation.","duration":5,"resolution":"720p"}'await fetch('/api/models/happyhorse-1.1-i2v/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"prompt": "A cinematic product shot of the Nfero Model Hub interface running on a workstation.",
"duration": 5,
"resolution": "720p"
})
});import requests
requests.post('https://nfero.com/api/models/happyhorse-1.1-i2v/run', json={
"prompt": "A cinematic product shot of the Nfero Model Hub interface running on a workstation.",
"duration": 5,
"resolution": "720p"
})No runs recorded yet.