All models
Videov1.0.0

Kling 3.0 Text-to-Video

Text-to-video with Kling 3.0's motion quality, in std and pro tiers

5 inputsVIDEO
Demo coming soon
Demo coming soon

Run the node

TEXT
3 – 15INT
Duration (s)
TEXT
TEXT
Quality
BOOLEAN
Generate audio
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins kling-v3-t2v and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("kling-v3-t2v", {
  prompt: { value: "example" },
  duration: { value: 5 },
  aspectRatio: { value: "16:9" },
  mode: { value: "std" },
  audio: { value: false },
});

Schema

Inputs

prompt*TEXT
durationINT
Duration (s)
5
aspectRatioTEXT
16:9 · 9:16 · 1:1
16:9
modeTEXT
Quality
std · pro
std
audioBOOLEAN
Generate audio
false

Outputs

videoVIDEO