HappyHorse 1.0 (Text-to-Video)

Alibaba HappyHorse 1.0 video generation and editing via Bailian/DashScope. · alibaba

All models
Parameters

Text prompt describing the desired video.

Pricing
137.5credits
5s
Per second27.5 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,
    "watermark": true,
    "resolution": "720p",
    "aspect_ratio": "16:9"
  }
}'