Real T2V output
HappyHorse T2V vertical output
Prompt from the Cloudflare Alibaba model docs: A dog running through a field of tall grass, slow motion, golden hour.
HappyHorse
HappyHorseAlibaba's HappyHorse 1.1 text-to-video model for high-end video generation.
Visual demos
Prompt from the Cloudflare Alibaba model docs: A dog running through a field of tall grass, slow motion, golden hour.
Prompt from the Cloudflare Alibaba model docs: A little girl walking on the road.
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-t2v/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-t2v/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-t2v/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.