Video GenerationActive
blackforestlabs / flux-3-i2v
flux-3-i2v
FLUX 3 I2V turns 1–10 images and a prompt into a 5–20s MP4 clip at 720p or 1080p, with optional native audio and keyframe timing.
Text to VideoImage to Video
Model ID
flux-3-i2v
Provider
blackforestlabs
Updated
1785941964
wiro playground—blackforestlabs/flux-3-i2v
Updated 1785941964
## Overview
FLUX 3 I2V generates short videos from still images plus a written scene direction. Black Forest Labs trained FLUX 3 as one multimodal model, so it can plan motion and generate synchronized audio in the same pass. You can animate a single image, interpolate between a first and last frame, or lock a shot to multiple keyframes. This is useful when you need controlled motion from specific visuals, without manual animation or video editing.
## What you can build
- Animate a product photo into a short ad shot with camera motion and sound design cues
- Turn concept art into motion tests for storyboards and pitch decks
- Create first-to-last transformations like outfit changes, aging, or scene transitions
- Make keyframed explainer clips where each slide-like moment must land on time
- Generate social clips from a hero image in vertical, square, or cinematic ratios
## Inputs
- A required written prompt that describes the scene, action, camera behavior, and (if wanted) the sounds you expect to hear
- Optional reference images (PNG, JPEG, or WebP), using 1 to 10 images total
- 1 image: it becomes the starting frame that gets animated
- 2 images: they become the first and last frames, and the model generates the transition
- 3–10 images: they become keyframes that the video must hit during the shot
- Optional keyframe timing for the images between the first and last image, written as comma-separated seconds in increasing order
- These timestamps map onto a 24 fps timeline, so each keyframe must fit inside the full duration
- A required clip duration in whole seconds, from 5 to 20
- An optional aspect ratio choice, including auto, 21:9, 2:1, 16:9, 4:3, 1:1, 3:4, and 9:16
- A required output resolution choice: 720p or 1080p
- An optional toggle to generate audio or return a silent video
- An optional safety strictness level from 0 (strictest) to 4 (most permissive)
## Outputs
- An MP4 video file you can download and use in editing tools
- Video frames rendered at 24 fps
- If audio is enabled, the MP4 includes an audio track generated with the visuals
- A numeric seed value that identifies the specific generation result
## Limitations
- Clip length is limited to 5–20 seconds.
- Output resolution is limited to 720p or 1080p.
- The frame rate is fixed at 24 fps.
- Keyframed workflows support up to 10 images, and each keyframe must map to a valid moment inside the duration.
- If you don’t name the sounds you want, quiet scenes can come back with little audible detail.
- Low-quality inputs can reduce control. Blurry images, heavy compression, tiny subjects, or inconsistent lighting can cause drift between frames.
- Mixed styles across keyframes can produce unstable motion. Keep keyframes visually consistent for best continuity.
## Safety & compliance
- The model applies safety filtering. Higher strictness can block more requests and outputs.
- Don’t upload images you don’t have rights to use, especially faces, brands, or copyrighted characters.
- Avoid requests that involve illegal activity, sexual content featuring minors, or real-person harm.
- Follow your platform’s content rules when generating, sharing, or monetizing outputs.
Example prompts
Great starting points for flux-3-i2v.
Low-angle slow-motion shot of golden hour ocean waves crashing against dark, jagged coastal rocks. Sunset light glints through fine spray and water droplets. Smooth side-panning camera movement, detailed liquid physics, cinematic color grading.Video Generation
Cinematic close-up of a barista pouring steamed milk into a ceramic espresso cup. The white milk slowly swirls into the dark crema, forming a distinct leaf pattern. Rising steam catches warm morning sunlight streaming from an off-screen window. Photorealistic, shallow depth of field, natural lighting.Video Generation
Slow forward tracking shot over a tranquil forest pond. Lush green tree ferns and scattered red foliage reflect clearly on the dark water. A thick, moss-covered log crosses the midground. A gentle breeze lightly rustles the large fern fronds. Soft ripples slowly disturb the water's glassy surface, subtly warping the reflections. Cinematic lighting, photorealistic, nature documentary style.Video Generation
Cinematic forward tracking shot down a bustling, overcast London street. In the foreground, the bright red double-decker bus slowly rolls forward, its headlights glaring slightly and the 'Edmonton Green 149' LED destination sign subtly flickering. Simultaneously, the black taxi on the left accelerates smoothly down the lane, moving toward the yellow truck in the midground. Pedestrians on the sidewalks walk briskly past the colorful, abstract wireframe sculpture on the right. Environmental details include subtle, moving reflections on the glass facade of the office building to the left, and thick morning mist slowly rolling past the iconic Gherkin skyscraper in the distant background. Photorealistic, urban documentary style.Video Generation
API quick start
Run flux-3-i2v with a single API call.
POST https://api.wiro.ai/v1/Run/blackforestlabs/flux-3-i2v
{
"prompt": "Cinematic forward tracking shot down a bu…",
"inputImage": "https://your-cdn.com/input.png",
"imageFrame": "...",
"duration": 5
}