Video GenerationActive
tencent / HunyuanVideo-1.5-t2v
HunyuanVideo-1.5-t2v
Tencent’s HunyuanVideo 1.5 T2V turns detailed prompts into MP4 video clips with coherent motion. Control resolution, aspect ratio, frames, steps, and seed.
Text to VideoH200
Model ID
HunyuanVideo-1.5-t2v
Provider
tencent
Updated
1783941038
wiro playground—tencent/HunyuanVideo-1.5-t2v
Updated 1783941038
Overview
HunyuanVideo-1.5-t2v is Tencent’s text-to-video model for generating short, high-quality video clips from written prompts. It uses a diffusion transformer backbone with a 3D causal VAE, so it can model motion across frames and keep details stable. Many deployments add an extra super-resolution stage, which can refine edges and textures at higher output presets. It’s useful when you need a fresh clip from scratch without filming, storyboarding, or stock footage hunting.
What you can build
- Product b-roll clips for ads, landing pages, and app store videos
- Cinematic establishing shots for concept trailers and pitch decks
- Stylized loops for music visuals and social posts
- Animated scenes for pre-visualization and story tests
- Background plates for motion design and compositing
- Bilingual content concepts, including in-video text attempts (results vary)
Inputs
- A text description of the scene you want, written in English or Chinese. Longer prompts with clear subjects and actions work best.
- An optional “avoid list” description in plain text to reduce unwanted traits (for example: blur, shaky camera, extra limbs).
- A resolution preset selection (commonly 480p, 720p, or 1080p). Higher presets may run a super-resolution pass.
- An aspect ratio preset that sets the frame shape (for example: 16:9, 9:16, 1:1, 4:3, 3:4, and other supported ratios).
- A step count for the diffusion sampling process. More steps usually improve detail and prompt match.
- A target clip length given as a total frame count. The frame count must follow a 4n+1 pattern (1, 5, 9, 13, 17, and so on).
- An optional numeric seed for repeatable results. Use the same seed to re-run a similar generation.
Outputs
- An MP4 video file of the generated clip at the chosen resolution and aspect ratio.
- The seed used for the run, which helps you reproduce or iterate on the same result.
Recommended settings
- Fast previews: pick 480p, keep the clip short, and use a moderate step count.
- Higher fidelity: pick 720p or 1080p and use the maximum step count allowed by the run.
- Cleaner motion: describe one main subject and one main action. Avoid conflicting camera moves.
- Reproducible iteration: set a fixed seed while you tune the prompt.
Limitations
- The frame count must follow the 4n+1 rule. Other values can fail or produce broken clips.
- Longer clips need more frames, which raises the chance of drift and identity changes.
- Fine text rendering inside the video is not guaranteed, even with explicit instructions.
- Very short, vague, or contradictory prompts often cause weak motion or unstable objects.
- High-resolution presets may rely on upscaling stages, which can amplify artifacts.
- Seeds improve repeatability, but exact matching can vary across deployments and updates.
Safety & compliance
- This model is released under the Tencent Hunyuan Community License Agreement, with territory limits that exclude the EU, the UK, and South Korea.
- Don’t use the model to bypass safety guardrails or to harm people.
- Don’t generate content that exploits or harms minors.
- Don’t create election manipulation content, targeted harassment, malware, or harmful personal data disclosure.
- If you post generated content in public contexts, you must clearly label it as machine-generated.
- Don’t use the model, its outputs, or results to improve a separate AI model outside permitted derivative terms.
Example prompts
Great starting points for HunyuanVideo-1.5-t2v.
A red Ferrari 488 Spider drives along a winding coastal road at sunset, low-angle tracking shot from the side, ocean waves crashing against rocks in the background, golden hour cinematic lighting, smooth camera follow, 24fps, ultra-detailed.Video Generation
A majestic snow leopard prowls stealthily through deep, powdery snow along a steep Himalayan mountain ridge. Extreme telephoto panning shot from a distance, following the animal's slow, deliberate movements. A light blizzard blows snow across the lens, soft overcast natural lighting, stark white and grey tones, shallow depth of field, 120fps slow-motion, National Geographic style, highly textured fur.Video Generation
A cloaked figure holding a crystalline staff stands in the center of an ancient, overgrown ruined temple, summoning a swirling vortex of golden embers. Smooth orbital camera tracking shot, circling the character. The glowing magic from the staff brightly illuminates the mossy stone walls and bioluminescent flora, deep dramatic shadows, mystical cinematic atmosphere, 24fps, ultra-detailed fantasy aesthetic.Video Generation
A perfectly seared, thick-cut Wagyu steak sizzles loudly on a smoking hot cast-iron grill, with bright orange flames briefly flaring up as juices hit the coals. Macro close-up tracking shot gliding slowly over the crust of the meat. Dark, moody background kitchen environment, dramatic chiaroscuro lighting with a warm rim light, razor-sharp focus, 60fps, mouth-watering commercial style, 8k resolution.Video Generation
API quick start
Run HunyuanVideo-1.5-t2v with a single API call.
POST https://api.wiro.ai/v1/Run/tencent/HunyuanVideo-1.5-t2v
{
"prompt": "A red Ferrari 488 Spider drives along a w…",
"negativePrompt": "...",
"resolution": "480p",
"aspectRatio": "16:9"
}