Model IDDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Kling I2V (v3.0) API Documentation
Kling v3.0 is a professional-grade image-to-video foundation model. It specializes in cinematic 720p generation with native audio-visual synchronization and precise “start-to-end” frame guidance.1. API Endpoint & Authentication
Base URL: https://console.gmicloud.ai Endpoint: POST /api/v1/ie/requestqueue/apikey/requests Header: Authorization: Bearer YOUR_API_KEY Content-Type: application/json2. Model Specifications
- Duration: 3-15 seconds
- Resolution: Cinematic 720p
- Features: Native Audio, Start/End Frame Guidance
3. Motion & Guidance Logic
Start & End Frame Guidance
You can provide both a starting image (image) and an ending image (image_tail) to dictate the exact transition of the video. The model intelligently interpolates the motion between these two specific visual states.Native Audio Generation
When ‘sound’ is enabled, the model generates synchronized ambient sound or dialogue based on the prompt. This increases the per-second rate to $0.252.4. Parameter Reference
| Parameter | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | Describe the motion and action (up to 2500 chars). |
| image | string | Yes | The starting frame image (Base64 string or URL). |
| image_tail | string | No | Optional end frame image to guide the video’s conclusion. |
| negative_prompt | string | No | Elements to exclude (e.g., ‘blurry, distorted’). |
| duration | enum | No | Total duration in seconds (3-15). Default: “5”. |
| sound | enum | No | Generate synchronized audio. Options: “on”, “off”. |