Happy Horse: Alibaba AI Video Model Family Guide

Featured

Complete guide to Alibaba's Happy Horse AI video model family: Transfusion architecture, joint audio-video generation, and version comparison for 1.0 and 1.1.

By VioEvo EditorialPublished July 20, 2026Reading time 9 min

Before reading, try Happy Horse 1.1, the current generation.

Developer: Alibaba Taotian Group · Future Life Lab · Architecture: Transfusion (Unified Multimodal) · Current versions: 1.0, 1.1 · Leaderboard debut: April 7, 2026


What Is Happy Horse?

Happy Horse is Alibaba's family of AI video generation models, built by the Future Life Lab inside the company's Taotian Group — the division that runs Taobao and Tmall. Unlike most competitors that developed video generation as a research extension of existing large language model work, Happy Horse was purpose-built from a clean architectural design: a unified multimodal Transformer that generates video and audio together in a single forward pass rather than as separate sequential steps.

The model family is published under an Apache 2.0 license, making it one of the few production-quality video generation lineages with open commercial licensing.

The Origin Story

Happy Horse 1.0 debuted anonymously on April 7, 2026, immediately claiming #1 across text-to-video and image-to-video on the Artificial Analysis Video Arena leaderboard, with no press release, no product page, and no identified creator. Alibaba confirmed the model three days later on April 10, 2026; BABA stock jumped more than 4% intraday. The lab is led by Zhang Di, technical architect behind Kling AI, building from a full architectural reset of his previous approach. The complete debut story is on the Happy Horse 1.0 page.


Architecture: Transfusion Unified Multimodal

The entire Happy Horse family is built on a single stable architecture that has not changed between versions: Transfusion — a unified multimodal architecture that combines discrete text modeling (autoregressive prediction) with continuous visual signal processing (diffusion) within one framework.

Most AI video models are built on one of two foundations: diffusion architectures that start from noise and progressively denoise toward an output, or autoregressive architectures that generate tokens sequentially. Both have documented trade-offs. Happy Horse uses neither exclusively.

The 40-Layer Sandwich Structure

The implementation is a 40-layer self-attention Transformer with a "sandwich" structure:

  • 4 modality-specific layers at the input end: encoding each input type (text, image, video, audio) into the unified token space
  • 32 shared-parameter layers in the middle: processing all modalities together through the same weights, allowing the model to reason about text, visual content, and audio as a single unified problem
  • 4 modality-specific layers at the output end: decoding the unified representation back into video frames and audio tokens

There are no cross-attention modules between modalities. Everything passes through the same layers. This is architecturally distinct from models that use cross-attention to condition one modality on another; in Happy Horse, the modalities are processed together as a single unified sequence.

DMD-2 Distillation: Why It's Fast

The 8-step denoising inference — compared with approximately 25 steps in most diffusion-based competitors — is made possible by DMD-2 (Distribution Matching Distillation) applied to the diffusion component.

DMD-2 trains the model to match the output distribution of a full many-step diffusion process in significantly fewer steps. Additionally, the architecture eliminates the need for classifier-free guidance (CFG), which requires running the model twice per step in standard diffusion inference. Together, these two optimizations produce 1080p output in approximately 38 seconds on a single NVIDIA H100.

Why Joint Audio-Video Generation Matters

The Transfusion architecture's unified treatment of video and audio tokens means audio is not generated after the video and synchronized in post-processing; it is generated alongside the video in the same forward pass, with the model reasoning about both simultaneously.

The practical consequence is measurable. Word Error Rate (WER) for lip sync — the percentage of words where the generated mouth movement does not accurately match the audio — is 14.60% for the Happy Horse family. This is the lowest documented WER of any publicly available model in 2026. The lip sync is inherent in the generation, not applied afterward.


Shared Capabilities Across Versions

All versions in the Happy Horse family share the following core capabilities.

Text-to-Video (T2V)

Video generation from text prompts with native 1080p output and synchronized audio. The model responds to specific cinematographic language ("slow dolly push-in," "overhead crane shot," "shallow depth of field," "handheld drift") with recognizable output that reflects genuine understanding of camera behavior.

Clip duration: 3–15 seconds, configurable per generation.

Image-to-Video (I2V)

The source image acts as a visual anchor. Character, environment, and visual style present in the source image carry into the video with strong consistency. The I2V mode is where Happy Horse holds its strongest benchmark positions.

Reference-to-Video (R2V)

Multiple reference inputs can accompany the text prompt: images for character or style anchoring, and audio references for voice tone. Up to nine reference images are supported, enabling consistent character identity and style control across multiple generated clips.

Lip Sync: Seven Languages

Native phoneme-level lip sync across English, Mandarin, Cantonese, Japanese, Korean, German, and French. The inclusion of Cantonese as a distinct supported language (separate from Mandarin) reflects the Taotian Group's commercial context: Taobao and Tmall serve a significant Cantonese-speaking user base across Hong Kong, Guangdong, and diaspora communities.

50+ Visual Styles

More than 50 distinct visual styles, configurable per generation:

  • Photorealistic: naturalistic rendering with physical accuracy
  • Cinematic: film-grade color grading, lens characteristics, and lighting
  • Anime: multiple subgenres (shonen, shojo, seinen aesthetic registers)
  • Clay / Stop-motion: tactile material rendering
  • Cyberpunk / Neon: high-contrast, saturated urban aesthetic
  • Watercolor and illustration: painterly rendering with visible texture
  • 3D animation: rendered three-dimensional style
  • Vintage / Film grain: period aesthetic with analog film characteristics

Styles are specified in natural language, not as discrete parameter selections, allowing hybrid treatments a style picker would not support.


Version Comparison

SpecificationHappy Horse 1.0Happy Horse 1.1
ReleasedApril 7, 2026June 23, 2026
Parameters15 billion15 billion
ArchitectureTransfusion / 40-layerTransfusion / 40-layer (unchanged)
Denoising steps8 (DMD-2)8 (DMD-2, unchanged)
Native resolution720p / 1080p720p / 1080p
Clip duration3–15 seconds3–15 seconds
Generation speed~38s (single H100)~38s (single H100)
WorkflowsT2V · I2V · R2VT2V · I2V · R2V
Reference imagesUp to 9Up to 9
Lip sync languages77
Lip sync WER14.60%14.60%
Motion fidelityStrongImproved: rebuilt motion model
Temporal consistencyStrongImproved: reduced subject drift
Visual detailStrongImproved: sharper facial textures
Prompt adherenceStrongImproved: tighter instruction following
LicenseApache 2.0Apache 2.0

Source: Artificial Analysis Video Arena · Alibaba Taotian Group release notes · as of July 2026

What Changed in 1.1

Version 1.1 (June 23, 2026) is a refinement release built on the same Transfusion architecture. The core changes address the most common pain points reported in 1.0 usage:

  • Motion expressiveness: rebuilt motion modeling reduces the sluggish or floating quality occasionally observed in 1.0 at complex movements; high-speed action, camera tracking, and character interactions are more physically grounded
  • Temporal consistency: character, scene, and style identity hold more reliably across a clip; the subject drift (faces, logos, or objects gradually changing appearance during generation) documented in 1.0 is significantly reduced
  • Visual fidelity: facial textures and fine detail are sharper, giving close-up performances a more cinematic finish
  • Instruction following: stronger adherence to complex multi-element prompts, with better control over camera language, lighting, and pacing

The architecture, parameter count, generation speed, and output specifications are unchanged between versions.


Which Version Should You Use?

Use Happy Horse 1.1 for all new work. It is the current default on every platform offering the Happy Horse family and addresses the most frequently reported limitations of 1.0 (motion quality and subject consistency) without any trade-off in generation speed or output specifications.

Use Happy Horse 1.0 only if you have an existing pipeline that was calibrated to 1.0's specific motion characteristics and you have not yet validated 1.1 output for your use case.

Happy Horse 1.0 remains available for reference and testing. It is not deprecated.


Benchmarks: Family Overview

Happy Horse's leaderboard presence on Artificial Analysis Video Arena began with 1.0's anonymous debut on April 7, 2026, where it immediately claimed #1 across multiple categories. Version 1.1 maintains top-tier positioning as of July 2026.

The current Elo scores reflect a more competitive field than existed at 1.0's launch (new models have entered the arena since April) rather than any quality regression between versions. See the version-specific pages for detailed benchmark data.

Note: Elo scores on the Artificial Analysis Video Arena are live and shift as new votes are collected. Always verify current rankings directly at artificialanalysis.ai.


Platform Availability

Happy Horse 1.1 is available across multiple platforms for T2V, I2V, and R2V workflows. The Apache 2.0 license permits commercial use. Full model weights and the public GitHub repository are available as of mid-2026 for teams requiring self-hosted inference.


Frequently Asked Questions

Who built Happy Horse?

Happy Horse was built by the Future Life Lab inside Alibaba's Taotian Group, under the ATH AI Innovation Unit established in March 2026. The lab is led by Zhang Di, formerly VP at Kuaishou and technical architect behind Kling AI. Alibaba officially confirmed the model on April 10, 2026, following three days of industry speculation after its anonymous leaderboard debut.

What is the Transfusion architecture?

Transfusion is a unified multimodal architecture combining discrete text modeling (autoregressive) with continuous visual signal processing (diffusion) in a single model. Text, image, video, and audio tokens pass through the same 32 shared-parameter middle layers; there are no cross-attention bridges between modalities. This is the architectural foundation for the joint audio-video generation that distinguishes Happy Horse from models that produce audio and video separately.

Is Happy Horse open source?

The model is published under an Apache 2.0 license, which permits commercial use, modification, and redistribution. Full model weights are publicly available as of mid-2026.

What is the difference between Happy Horse 1.0 and 1.1?

Version 1.1 improves motion expressiveness, temporal consistency, visual detail, and prompt adherence on the same Transfusion architecture. The generation speed, parameter count, output specifications, and supported workflows are unchanged. See Happy Horse 1.0 and Happy Horse 1.1 for version-specific details.


Explore version-specific details: Happy Horse 1.0 · Happy Horse 1.1