Model type
Text
Trial status
Trial ready
API routes
2 routes
Catalog created
Jun 29, 2026
happyhorse-1.1-t2v/v1/video/generations/v1/video/generations/{task_id}second rate
720p · standard
$0.0980 / second
second rate
1080p · 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-t2v",
"input": {
"prompt": "A miniature city built from cardboard and bottle caps comes alive at night. A cardboard train rolls slowly by, dotted with tiny lights that illuminate the path ahead."
},
"parameters": {
"resolution": "720P",
"ratio": "16:9",
"duration": 5
}
}'
# Use the returned task_id with the video-generation-fetch endpoint to check status.Start using happyhorse-1.1-t2v through AIsa's Model Gateway today.
Get API Key