skyreels-v4-image-to-video animates a first-frame image into high-definition 1080p video with text-guided motion and optional sound effects.Requests are sent through the request-queue API and results are fetched by polling.
curl -X POST "https://console.gmicloud.ai/api/v1/ie/requestqueue/apikey/requests" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "skyreels-v4-image-to-video", "payload": { "prompt": "A cat slowly turns its head and looks at the camera with curious eyes", "first_frame_image": "https://example.com/cat-photo.jpg", "duration": 5, "sound": false, "mode": "std" } }'