{ jsonpromptstudio }

Kuaishou · updated july 2026

Kling 3.0 JSON prompting guide

Durationprovider-dependent, commonly up to 15s
Resolution1080p HD; native 4K modes advertised by Kling
FPSprovider-dependent
Audionative sound generation
Multi-shotyes

Last verified 2026-07-10. Sources: Kling official homepage , Kling 3 product page , Higgsfield Kling 3.0 access notes

multi-shot sequenceslip-sync (multilingual)motion controlprice/performance

Kling 3.0 is the value-per-clip leader and the only mainstream model with genuinely native multi-shot generation: describe a three-shot sequence in one prompt and it renders the cuts. Clips run up to 15 seconds at up to 4K/60fps, with multilingual lip-sync that makes it the default for talking-head and dialogue formats.

How to prompt Kling 3.0 with JSON

Kling was built on a scene-aware architecture — it reasons about subjects, spatial relationships and camera position, so write the action block like a director's shot note rather than a keyword list. For multi-shot, structure the action as "Shot 1: … Shot 2: … Shot 3: …" and keep the style block identical across shots; Kling holds character identity across the cuts surprisingly well.

Turbo vs. standard

Kling 3.0 Turbo renders the same prompts faster and cheaper at slightly lower fidelity. Iterate on Turbo, do the final render on standard. Both accept identical JSON.

Where to run it

The official Kling app has the full feature set including Motion Control. Higgsfield and fal.ai both host Kling 3.0 alongside Seedance and Wan, which is convenient for cross-model testing — your prompts here cross-work with Seedance 2.0 with little translation.

Prompting rules for Kling 3.0

Example template, Kling 3.0-shaped

The Kling 3.0 tab shows this site's block order for the model. Browse all 422 templates.

Google · duration 8s · 720p, 1080p, or 4K · audio native · verified 2026-07-10 · click any value to edit
{
  "scene": "Downtown street at golden hour, soft haze",
  "subject": "Young woman with brown hair and denim jacket",
  "action": "Walks toward camera through light traffic",
  "camera": {
    "lens_mm": 35,
    "movement": "dolly_in",
    "movement_speed": "slow"
  },
  "style": "Cinematic, natural light, gentle contrast",
  "audio": "Soft indie guitar",
  "technical": {
    "aspect_ratio": "16:9",
    "seed": 137421,
    "lock_identity": true,
    "lock_style": true,
    "negative_prompt": "extra people, text overlays, hands",
    "duration_seconds": 8,
    "fps": 24,
    "creativity": 0.4
  }
}
  • Veo 3.1 follows structured prompts unusually well — lock camera, lighting and audio as separate JSON fields and it respects each one.
  • Native audio: describe dialogue, ambient sound and music directly in the audio field.
Kuaishou · duration provider-dependent, commonly up to 15s · 1080p HD; native 4K modes advertised by Kling · audio native sound generation · verified 2026-07-10 · click any value to edit
{
  "subject": "Young woman with brown hair and denim jacket",
  "action": "Walks toward camera through light traffic",
  "scene": "Downtown street at golden hour, soft haze",
  "camera": {
    "lens_mm": 35,
    "movement": "dolly_in",
    "movement_speed": "slow"
  },
  "style": "Cinematic, natural light, gentle contrast",
  "audio": "Soft indie guitar",
  "technical": {
    "aspect_ratio": "16:9",
    "seed": 137421,
    "lock_identity": true,
    "lock_style": true,
    "negative_prompt": "extra people, text overlays, hands",
    "duration_seconds": 8,
    "fps": 24,
    "creativity": 0.4
  }
}
  • Kling 3.0 reasons about the scene like a director — write the action field as a shot note, not a keyword list.
  • Multi-shot is the signature feature: split the action into "Shot 1: … Shot 2: …" inside the action field for cuts within one generation.
ByteDance · duration provider-dependent · 720p/1080p; some hosts expose 4K tiers · audio native synchronized audio on supported hosts · verified 2026-07-10 · click any value to edit
{
  "camera": {
    "lens_mm": 35,
    "movement": "dolly_in",
    "movement_speed": "slow"
  },
  "subject": "Young woman with brown hair and denim jacket",
  "action": "Walks toward camera through light traffic",
  "scene": "Downtown street at golden hour, soft haze",
  "style": "Cinematic, natural light, gentle contrast",
  "audio": "Soft indie guitar",
  "technical": {
    "aspect_ratio": "16:9",
    "seed": 137421,
    "lock_identity": true,
    "lock_style": true,
    "negative_prompt": "extra people, text overlays, hands",
    "duration_seconds": 8,
    "fps": 24,
    "creativity": 0.4
  }
}
  • Seedance responds best to a strict block order: CAMERA → SUBJECT → ACTION → ENVIRONMENT → LIGHTING → STYLE. The JSON below is ordered to match.
  • Keep the camera block to a shot type plus one movement — stacking movements degrades output.
Alibaba · duration workflow-dependent · 720p open-weights TI2V · audio none in base text/image-to-video pipeline · verified 2026-07-10 · click any value to edit
{
  "subject": "Young woman with brown hair and denim jacket",
  "action": "Walks toward camera through light traffic",
  "scene": "Downtown street at golden hour, soft haze",
  "camera": {
    "lens_mm": 35,
    "movement": "dolly_in",
    "movement_speed": "slow"
  },
  "style": "Cinematic, natural light, gentle contrast",
  "technical": {
    "aspect_ratio": "16:9",
    "seed": 137421,
    "lock_identity": true,
    "lock_style": true,
    "negative_prompt": "extra people, text overlays, hands",
    "duration_seconds": 8,
    "fps": 24,
    "creativity": 0.4
  }
}
  • Wan 2.2 is the latest version with genuinely open, downloadable weights. "Wan 2.5/2.6/2.7" are hosted API-only versions on commercial platforms.
  • Open-weights Wan 2.2 has no audio track — drop the audio field or move sound design to post.
Runway · duration 2-10s · 720p; aspect-ratio-specific pixel sizes · audio none in video generation · verified 2026-07-10 · click any value to edit
{
  "subject": "Young woman with brown hair and denim jacket",
  "action": "Walks toward camera through light traffic",
  "camera": {
    "lens_mm": 35,
    "movement": "dolly_in",
    "movement_speed": "slow"
  },
  "scene": "Downtown street at golden hour, soft haze",
  "style": "Cinematic, natural light, gentle contrast",
  "technical": {
    "aspect_ratio": "16:9",
    "seed": 137421,
    "lock_identity": true,
    "lock_style": true,
    "negative_prompt": "extra people, text overlays, hands",
    "duration_seconds": 8,
    "fps": 24,
    "creativity": 0.4
  }
}
  • Runway exposes camera controls in the UI — use the camera block here as your settings checklist rather than prompt text.
  • Gen-4.5 excels with reference images: the subject field doubles as your reference-tagging description.

Run Kling 3.0

Other model guides