Street Interviews · "Pure Wholesome Content"
Family-Friendly
Kids or elders answering sweet questions that restore faith in humanity. Replace the {{highlighted}} variables below with your own twist — suggestions included — then copy the JSON for your model.
{
"scene": {
"location": "safe, family-friendly public space",
"mood": "wholesome content that makes people smile",
"environment": "safe public space with positive energy"
},
"action": "gentle interviewing, capturing authentic sweet moments",
"camera": {
"angle": "respectful, flattering shots",
"distance": "comfortable distance respecting personal space",
"movement": "steady, non-threatening camera work"
},
"lighting": {
"type": "soft, flattering natural light"
},
"style": {
"tone": "warm and encouraging",
"color_palette": "warm, inviting colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "light, uplifting background music"
}
} - 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.
{
"action": "gentle interviewing, capturing authentic sweet moments",
"scene": {
"location": "safe, family-friendly public space",
"mood": "wholesome content that makes people smile",
"environment": "safe public space with positive energy"
},
"camera": {
"angle": "respectful, flattering shots",
"distance": "comfortable distance respecting personal space",
"movement": "steady, non-threatening camera work"
},
"lighting": {
"type": "soft, flattering natural light"
},
"style": {
"tone": "warm and encouraging",
"color_palette": "warm, inviting colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "light, uplifting background music"
}
} - 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.
{
"camera": {
"angle": "respectful, flattering shots",
"distance": "comfortable distance respecting personal space",
"movement": "steady, non-threatening camera work"
},
"action": "gentle interviewing, capturing authentic sweet moments",
"scene": {
"location": "safe, family-friendly public space",
"mood": "wholesome content that makes people smile",
"environment": "safe public space with positive energy"
},
"lighting": {
"type": "soft, flattering natural light"
},
"style": {
"tone": "warm and encouraging",
"color_palette": "warm, inviting colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "light, uplifting background music"
}
} - 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.
{
"action": "gentle interviewing, capturing authentic sweet moments",
"scene": {
"location": "safe, family-friendly public space",
"mood": "wholesome content that makes people smile",
"environment": "safe public space with positive energy"
},
"camera": {
"angle": "respectful, flattering shots",
"distance": "comfortable distance respecting personal space",
"movement": "steady, non-threatening camera work"
},
"style": {
"tone": "warm and encouraging",
"color_palette": "warm, inviting colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"lighting": {
"type": "soft, flattering natural light"
}
} - 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.
{
"action": "gentle interviewing, capturing authentic sweet moments",
"camera": {
"angle": "respectful, flattering shots",
"distance": "comfortable distance respecting personal space",
"movement": "steady, non-threatening camera work"
},
"scene": {
"location": "safe, family-friendly public space",
"mood": "wholesome content that makes people smile",
"environment": "safe public space with positive energy"
},
"lighting": {
"type": "soft, flattering natural light"
},
"style": {
"tone": "warm and encouraging",
"color_palette": "warm, inviting colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
}
} - 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.
Fill in the variables
Type here (or click a suggestion) and every model tab above updates live.
{{location}} — Family-Friendly Spot
Outside elementary school during pickup (with permission)Senior center outdoor areaFamily-friendly farmers marketPublic library during story timeCommunity center during family eventsIce cream shop with outdoor seating
{{interview_question}} — Wholesome Question
What's the best advice your grandparents ever gave you?If you could give every person in the world one thing, what would it be?What makes you feel most proud of yourself?What's something you learned recently that surprised you?Who's your hero and why?What would make the world a better place?
{{sample_answers}} — Expected Heartwarming Responses
Children's innocent but surprisingly deep insights about lifeElderly people sharing hard-earned wisdom with gentle humorUnexpected connections between different generationsSimple acts of kindness that had profound impactsPure, unfiltered optimism that reminds you why life is beautifulMoments where innocence and experience create perfect understanding
{{tone_style}} — Interview Approach
gentleencouragingrespectfulwarmuplifting
Run this prompt
Copy the JSON above, then paste it as your prompt in any of these tools. Veo 3.1 is free to try inside Gemini (daily limit applies).