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
HappyHorseHappyHorse video-edit model for prompt-guided video transformations with optional references.
Visual demos
Prompt from the Cloudflare Alibaba model docs: A dog running through a field of tall grass, slow motion, golden hour.
Three references choreographed into one video while preserving subject identity.
Reference image animated with a gentle camera push-in and soft ambient lighting.
These are locally hosted copies of public Cloudflare AI example outputs for Alibaba video models, with source links on each card.
Pricing has not been verified. Treat this model as needs_review for production use.
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.0-video-edit/run \
-H 'content-type: application/json' \
-d '{"prompt":"Transform the uploaded video into a premium product demo while preserving the main subject.","resolution":"720p"}'await fetch('/api/models/happyhorse-1.0-video-edit/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"prompt": "Transform the uploaded video into a premium product demo while preserving the main subject.",
"resolution": "720p"
})
});import requests
requests.post('https://nfero.com/api/models/happyhorse-1.0-video-edit/run', json={
"prompt": "Transform the uploaded video into a premium product demo while preserving the main subject.",
"resolution": "720p"
})No runs recorded yet.