Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt

Use this file to discover all available pages before exploring further.

Generates video purely from text prompt. Model
Kling V3 Text-to-Video

Inputs

  • prompt (STRING)
    Primary text prompt describing video content.
  • negative_prompt (STRING)
    Elements to exclude from video.
  • duration (STRING)
    Video length in seconds. Range: 3–15.
  • aspect_ratio (STRING)
    Output video shape. Options: 16:9, 9:16, 1:1
  • sound (STRING)
    Audio generation toggle. Options: on, off

Outputs

  • VIDEO (VIDEO)
    Generated video tensor output.
  • VIDEO_URL (STRING)
    Public video URL.
  • FILE_PATH (STRING)
    Local saved file path.