HappyHorse

HappyHorse 1.1 Reference-to-Video

Alibaba's HappyHorse 1.1 reference-to-video model for subject-consistent video generation.

Alibaba CloudImage to videoneeds review

Visual demos

Demo videos

Real model output

HappyHorse 1.1 I2V output

Reference image animated with a gentle camera push-in and soft ambient lighting.

Real T2V output

HappyHorse T2V mountain output

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.

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

Recent Runs

No runs recorded yet.