More modelsKwaivgiKling v1.6 t2v standard

Generate video with kwaivgi/kling-v1.6-t2v-standard

Generates a video using the kwaivgi/kling-v1.6-t2v-standard model.

POST
/api/v1/model/generateVideo
AuthorizationBearer <token>

API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.

In: header

modelstring

model name

promptstring

Text prompt for generation; Positive text prompt; Cannot exceed 2500 characters.

Lengthlength <= 2000
duration?string

The duration of the generated media in seconds.

Value in"5" | "10"
guidance_scale?number

The guidance scale to use for the generation.

Default0.5
Range0 <= value <= 1
negative_prompt?string

Negative text prompt; Cannot exceed 2500 characters.

Lengthlength <= 2500

Response Body

curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \  -H "Content-Type: application/json" \  -d '{    "model": "kwaivgi/kling-v1.6-t2v-standard",    "prompt": "An ancient mage in flowing robes walking alone through a vast desert, holding a glowing staff. The sun sets behind him, long shadows, sand swirling around. Magical realism, solemn and mystical tone"  }'
{
  "id": "string",
  "urls": {},
  "model": "string",
  "status": "string",
  "outputs": [
    "string"
  ],
  "created_at": "2019-08-24T14:15:22Z",
  "has_nsfw_contents": [
    true
  ]
}