Real model output
HappyHorse 1.1 R2V output
Three references choreographed into one video while preserving subject identity.
HappyHorse
HappyHorseAlibaba's HappyHorse 1.1 reference-to-video model for subject-consistent video generation.
Visual demos
Three references choreographed into one video while preserving subject identity.
Reference image animated with a gentle camera push-in and soft ambient lighting.
Prompt from the Cloudflare Alibaba model docs: Clouds drifting across a mountain range, time-lapse style.
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-r2v/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-r2v/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-r2v/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.