FLUX 3 Video
black-forest-labs/flux-3-video
Estimated
$0.50 / 5s @ 720p
Generates video from a text prompt (t2v), animates one or more reference images (i2v) or continues an existing clip (v2v). Synchronized audio, up to FHD, 5–20s.
Video URLs are signed and expire after ~2 hours.
Input schema
The exact fields accepted by this model. Values are validated before a generation starts.
modestringrequireddefault: "t2v"Generation mode.
t2v · Text → Videoi2v · Image → Videov2v · Video → VideopromptstringrequiredFree-form prompt describing the video.
keyframesimageFor i2v: one or more reference images (HTTPS URL or base64). Optional timed pairs like [0, image], [3.5, image].
start_videostringFor v2v: the video clip to continue (URL or base64 mp4, ≤50MB, ≤15s).
aspect_ratiostringdefault: "auto"'auto' picks the best ratio from the prompt or references.
auto · Auto21:92:116:94:31:13:49:16durationintegerdefault: 5Clip length in seconds, or 'auto'.
Range: 5 — 20
resolutionstringdefault: "hd"Output resolution.
hd · HDfhd · FHDgenerate_audiobooleandefault: trueSynchronized audio.
draftbooleandefault: falseFast, low-cost preview (HD only).
safety_toleranceintegerdefault: 2Harm moderation tolerance (0–4).
Range: 0 — 4
Default values
{
"mode": "t2v",
"aspect_ratio": "auto",
"duration": 5,
"resolution": "hd",
"generate_audio": true,
"draft": false,
"safety_tolerance": 2
}