HappyHorse 1.0 (Reference-to-Video)

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

All models
Parameters

Use [Image 1], [Image 2], etc. to refer to reference images.

Public HTTP(S) reference image URLs only. Base64 is not supported. JPEG/JPG/PNG/WEBP, short side >=400px, 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-reference-to-video",
  "input": {
    "duration": 5,
    "watermark": true,
    "resolution": "720p",
    "aspect_ratio": "16:9"
  }
}'