HappyHorse 1.0 (Video Edit)

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

All models
Parameters

Editing instruction.

Optional public HTTP(S) reference image URLs. Base64 is not supported. JPEG/JPG/PNG/WEBP, width and height >=300px, aspect ratio 1:2.5-2.5:1, max 20MB.

Public HTTP(S) video URL to edit. MP4/MOV, 3-60s, long side <=2160px, short side >=320px, aspect ratio 1:2.5-2.5:1, max 100MB, frame rate >8fps. Billing uses input duration + output duration.

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-video-edit",
  "input": {
    "watermark": true,
    "resolution": "720p",
    "audio_setting": "auto"
  }
}'