HappyHorse

HappyHorse 1.1 Image-to-Video

Alibaba's HappyHorse 1.1 image-to-video model for turning source imagery into generated motion.

Alibaba CloudImage to videoneeds review

Visual demos

Demo videos

Real model output

HappyHorse 1.1 R2V output

Three references choreographed into one video while preserving subject identity.

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.

These are locally hosted copies of public Cloudflare AI example outputs for Alibaba video models, with source links on each card.

Inputs

Advanced settings

Cost

$0.70
Video seconds$0.70

Output

video
No run output yet.

License

Provider terms Commercial status: unknown.

Deployment

Disabled for public runs until the Singapore media payload and safety settings are adapter-verified.

Limits

maxDurationSeconds10
maxResolution1080P
rpm10
concurrentRequests5

API Examples

curl
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"}'
JavaScript
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"
})
});
Python
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"
})

Recent Runs

No runs recorded yet.