HappyHorse

HappyHorse 1.0 Video Edit

HappyHorse video-edit model for prompt-guided video transformations with optional references.

Alibaba CloudCustomImage 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 model output

HappyHorse 1.1 I2V output

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.

Inputs

Advanced settings

Cost

Unknown

Pricing has not been verified. Treat this model as needs_review for production use.

Unpriced usageNeeds review

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

maxResolutionneeds_review
concurrentRequests5

API Examples

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

Recent Runs

No runs recorded yet.

Related Models