Text → video · Image → video · Reference images
VideoPremiumPartner APINew

HappyHorse 1.1

Alibaba HappyHorse 1.1 — premium video generation for text, first-frame image, and multi-image reference workflows.

No GPU. No setup. Cancel anytime.

About

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.

Variants

HappyHorse 1.1 ships as 3 workflow variants. Pick the input mode that fits, or start with the default.

Variant Details From
Text to Video
happyhorse-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 Video
happyhorse-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 Video
happyhorse-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 →

Prompting tips

HappyHorse performs best when the prompt is compact and explicit about motion, references, camera, and lighting.

  • Text to video — Describe one complete scene, including the subject, action, environment, camera move, and lighting cue.
  • Image to video — Treat the source image as the fixed first frame and describe only the movement, lighting shift, and camera change.
  • Reference to video — Assign roles to references as [Image 1] through [Image 9], then describe the composition, action, and camera or lighting cue.

Pricing

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

API

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.

Why run it on Sogni

Premium Spark pay-as-you-go

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.

Premium Spark required

Vendor-backed renders are billed with Spark even when your account has an active Unlimited subscription.

%

Subscriber discounts

Unlimited saves 5%; Unlimited Pro saves 10%.

App and API

Launch HappyHorse 1.1 from the Sogni app or call the exact model id through the API.

One workspace

Use premium vendor models alongside Sogni Supernet image, video, music, and language models.

FAQ

HappyHorse 1.1 on Sogni

Which HappyHorse 1.1 variant should I use?

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.

Does HappyHorse generate audio?

Yes. HappyHorse 1.1 renders native synchronized audio automatically for every workflow, so there is no separate generate-audio toggle.

How much does HappyHorse 1.1 cost on Sogni?

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.

Start with HappyHorse 1.1 today

Create in the app, or build with the API. Your call.