Alibaba HappyHorse 1.1 — premium video generation for text, first-frame image, and multi-image reference workflows.
No GPU. No setup. Cancel anytime.
HappyHorse 1.1 is Alibaba's premium video model on Sogni, with separate text-to-video, image-to-video, and reference-to-video model IDs.
It renders 3–15 second videos at fixed 24 fps in 720p or 1080p, across nine aspect ratios, with native synchronized audio always generated.
HappyHorse accepts image references only: no references for text-to-video, one first-frame image for image-to-video, and 1–9 image references for reference-to-video. It does not accept reference videos or reference audio.
HappyHorse 1.1 ships as 3 workflow variants. Pick the input mode that fits, or start with the default.
| Variant | Details | From | |
|---|---|---|---|
Text to Videohappyhorse-1.1-t2v | Workflow: Text → video Duration: 3–15 s · fixed 24 fps Resolution: 720p · 1080p References: none Audio: native synchronized audio | 182 Spark · $0.91 | Create → |
Image to Videohappyhorse-1.1-i2v | Workflow: Image → video from one first-frame image Duration: 3–15 s · fixed 24 fps Resolution: 720p · 1080p References: 1 image Audio: native synchronized audio | 182 Spark · $0.91 | Create → |
Reference to Videohappyhorse-1.1-r2v | Workflow: Reference → video from 1–9 images Duration: 3–15 s · fixed 24 fps Resolution: 720p · 1080p References: 1–9 images Audio: native synchronized audio | 182 Spark · $0.91 | Create → |
HappyHorse performs best when the prompt is compact and explicit about motion, references, camera, and lighting.
HappyHorse 1.1 is a pay-as-you-go Premium Spark vendor model. Every clip uses purchased Spark, including for Sogni Unlimited members. Unlimited saves 5%; Unlimited Pro saves 10%.
| Variant / configuration | Spark | USD |
|---|---|---|
| All variants · 5 s · 720p | 182 Spark | $0.91 |
| All variants · 5 s · 1080p | 234 Spark | $1.17 |
One Sogni API key reaches every model on the Supernet — call HappyHorse 1.1 with the exact model id for the variant you want.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'video',
modelId: 'happyhorse-1.1-t2v',
positivePrompt: 'a slothicorn surfing a wave of liquid paint, slow push-in, cinematic',
numberOfMedia: 1,
duration: 5,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_video",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, slow push-in, cinematic", "videoModel": "happyhorse-1.1-t2v", "duration": 5 }
}]
},
"confirm_cost": true
}' Example uses happyhorse-1.1-t2v. Use any exact model id from the Variants table above. Full reference at docs.sogni.ai.
Real demo clips from Sogni. Play a clip to inspect motion and native audio behavior.
HappyHorse 1.1 is a third-party frontier model. It uses purchased Spark for every clip; Unlimited plans discount those pay-as-you-go rates instead of covering them as fair-use renders.
Vendor-backed renders are billed with Spark even when your account has an active Unlimited subscription.
Unlimited saves 5%; Unlimited Pro saves 10%.
Launch HappyHorse 1.1 from the Sogni app or call the exact model id through the API.
Use premium vendor models alongside Sogni Supernet image, video, music, and language models.
Use T2V when you only have a prompt, I2V when one image should define the first frame, and R2V when 1–9 image references should define characters, products, locations, or style. HappyHorse does not accept reference video or reference audio.
Yes. HappyHorse 1.1 renders native synchronized audio automatically for every workflow, so there is no separate generate-audio toggle.
HappyHorse 1.1 is pay-as-you-go Premium Spark. It is not covered as an Unlimited fair-use render; every clip uses purchased Spark. Unlimited saves 5%; Unlimited Pro saves 10%. Prices start at 182 Spark ($0.91) per clip.
Create in the app, or build with the API. Your call.