HappyHorse-T2V

Copied!
Try AIAdd to Compare
Video Generation

Overview

Video Generation

HappyHorse-1.1-T2V supports Text-to-Video generation with improved semantic understanding, cinematic shot control, and dynamic motion rendering. It more accurately captures creative intent, producing high-quality videos with smoother motion, richer details, stronger visual consistency, and more natural character actions, scene atmosphere, and physical dynamics.

Input

Text

Output

Video

Features

Prefix Completion

Function Calling

Cache

Structured Outputs

Batches

Web Search

Pricing

  • Video Generation(720P)40% off
    $0.14$0.084
    Per second
  • Video Generation(1080P)40% off
    $0.18$0.108
    Per second

Rate Limits

  • RPMRequests Per Minute
    300
  • Concurrency
    5concurrent
  • Async Queue Limit
    500tasks

API Reference

Get API Key
Copied!
123456789101112131415
curl --location 'https://dashscope-intl.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis' \
    -H 'X-DashScope-Async: enable' \
    -H "Authorization: Bearer $DASHSCOPE_API_KEY" \
    -H 'Content-Type: application/json' \
    -d '{
    "model": "happyhorse-1.1-t2v",
    "input": {
        "prompt": "A miniature city built from cardboard and bottle caps comes alive at night. A cardboard train rolls slowly by, dotted with tiny lights that illuminate the path ahead."
    },
    "parameters": {
        "resolution": "720P",
        "ratio": "16:9",
        "duration": 5
    }
}'