HappyHorse 1.0 (Text-to-Video)

Alibaba HappyHorse 1.0 cinematic video generation. Smooth camera motion and strong prompt fidelity. 720p / 1080p, 3-15s. · alibaba

All models
Parameters

Random seed for reproducibility.

Text prompt describing the desired video.

Video length in seconds.

Pricing
170credits
5s
Per second34 credits/s
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "happyhorse-1.0-text-to-video",
  "input": {
    "duration": 5,
    "resolution": "720p",
    "aspect_ratio": "16:9"
  }
}'