HappyHorse-1.0

HappyHorse-1.0

Provider: Alibaba Cloud
Category: Video Generation
Endpoint: POST /v1/videos/generations
Context window:
Served from: Singapore

Video model offering Text-to-Video, Image-to-Video, Reference-to-Video, and Video Edit modes with high-fidelity, motion-smooth output.

At a glance

FieldValue
Model idhappyhorse-1-0
Input modalitiestext
Output modalitiesvideo
Context window
RegionSingapore
Featuresaudio_sync, editing
NewYes
Native inferenceNo

Pricing

ChargeSpecRate
All Modes 720Pper second$0.10
All Modes 1080Pper second$0.150

Example request

$curl https://api.empiriolabs.ai/v1/videos/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "happyhorse-1-0", "prompt": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyesScene description.
modeenumno"t2v"t2v: text-to-video. i2v: animate the attached image. videoedit: edit the attached video. r2v: reference-to-video. · Allowed: t2v, i2v, videoedit, r2v
resolutionenumno"1080p"Allowed: 720p, 1080p
durationnumberno5Clip length in seconds. · Range: 3 – 15
aspect_ratioenumno"16:9"Allowed: 16:9, 9:16, 1:1, 4:3, 3:4
imagestringnoReference image URL. Required for i2v / r2v / videoedit.
videostringnoReference video URL. Required for videoedit / r2v.
negative_promptstringno""What to avoid.
seednumbernoReproducibility seed.
audio_settingenumno"auto"auto: generate native audio. origin: keep audio from the reference video. · Allowed: auto, origin
watermarkbooleannofalseAdd a HappyHorse watermark to the output.

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/happyhorse-1-0.