More modelsKwaivgiKling v2.5 turbo pro text to video
Generate video with kwaivgi/kling-v2.5-turbo-pro/text-to-video
Generates a video using the kwaivgi/kling-v2.5-turbo-pro/text-to-video model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
aspect_ratio?string
The aspect ratio of the generated media.
Value in
"1:1" | "9:16" | "16:9"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.
Default
0.5Range
0 <= value <= 1negative_prompt?string
Negative text prompt; Cannot exceed 2500 characters.
Length
length <= 2500promptstring
Text prompt for generation; Positive text prompt; Cannot exceed 2500 characters.
Length
length <= 2500Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "kwaivgi/kling-v2.5-turbo-pro/text-to-video", "prompt": "string" }'{
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
],
"id": "string",
"model": "string",
"outputs": [
"string"
],
"status": "string",
"urls": {}
}