Skip to content
Docs menu

Video models

Kling 2.5 Turbo

On this page

Kling 2.5 Turbo — high-quality AI video generation.

modelIdkling-v2-5-turbo-text-to-video-pro
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Poll taskGET /api/v1/task/{id}?model=kling-v2-5-turbo-text-to-video-proRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredDescribe the video you want to generate...
durationselectoptional5, 10
aspect_ratioselectoptional16:9, 9:16, 1:1
negative_prompttextoptionalEnter things to avoid in the video...
cfg_scalenumberoptional
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"kling-v2-5-turbo-text-to-video-pro","input":{"prompt":"A copper teakettle on a stovetop begins to steam, wisps curling upward and catching warm morning light as the camera slowly drifts closer, condensation glinting across the polished metal.","duration":"5","aspect_ratio":"16:9","negative_prompt":"blur, distort, and low quality","cfg_scale":0.5,"nsfw_checker":"true"}}'