HappyHorse 1.0 (Image-to-Video)

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

All models
Parameters

Text prompt guiding the animation.

Public HTTP(S) first-frame image URL only. Base64 is not supported. JPEG/JPG/PNG/WEBP, width and height >=300px, aspect ratio 1:2.5-2.5:1, max 20MB.

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-image-to-video",
  "input": {
    "duration": 5,
    "watermark": true,
    "resolution": "720p"
  }
}'