Transparent credits
All model calls show USD pricing and equivalent credits before generation.
HappyHorse 1.0 is a video generation model ranked for flexible production workflows. Run text-to-video, image-to-video, reference-to-video, and video edit jobs through APIAny.
Run a request with your API key to create a tracked async task, consume credits, and receive the final media result.
All model calls show USD pricing and equivalent credits before generation.
Every async request is recorded with status, callback, result, and cost metadata.
Use a familiar authorization pattern and consistent JSON request bodies.
API Reference
Model details map directly to the framework's `/api/v1/video/generate`, task status, callback, and credit accounting endpoints.
curl https://devnextapiany.mexxxxai.win/api/v1/video/generate \
-H "Authorization: Bearer $APIANY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "happy-horse",
"prompt": "A premium AI platform product video",
"duration": 5,
"aspect_ratio": "16:9"
}'