Model type
Text
Trial status
Trial ready
API routes
2 routes
Catalog created
Jun 29, 2026
happyhorse-1.1-i2v/v1/video/generations/v1/video/generations/{task_id}second rate
720p · standard
$0.0980 / second
second rate
720p · standard
$0.1260 / second
Duration Estimate
curl https://api.aisa.one/v1/video/generations \
-H "Content-Type: application/json" \
-H 'Authorization: Bearer $AISA_API_KEY' \
-d '{
"model": "happyhorse-1.1-i2v",
"input": {
"prompt": "A cat dashes through the grass.",
"media": [
{
"type": "first_frame",
"url": "https://cdn.translate.alibaba.com/r/wanx-demo-1.png"
}
]
},
"parameters": {
"resolution": "720P",
"duration": 5
}
}'
# Use the returned task_id with the video-generation-fetch endpoint to check status.Start using happyhorse-1.1-i2v through AIsa's Model Gateway today.
Get API Key