Generates cinematic video from a text prompt using SkyReels V4. ModelDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Inputs
- prompt (required)
Type: STRING
Description: Text prompt describing the video content. - duration (optional)
Type: INT
Default: 5
Range: 3–15
Description: Duration of the generated video in seconds. - aspect_ratio (optional)
Type: ENUM
Options: 16:9, 4:3, 1:1, 9:16, 3:4
Default: 16:9
Description: Controls the aspect ratio of the output video. - sound (optional)
Type: BOOLEAN
Default: False
Description: Enables audio generation for the video. - mode (optional)
Type: ENUM
Options: std, fast, pro
Default: std
Description: Controls generation quality vs speed.
Outputs
- video (VIDEO)
Generated video tensor. - video_url (STRING)
Public URL of generated video. - file_path (STRING)
Local saved video path.