FLUX 3
Overview
One model trained across image, video, and audio. Video with synchronized sound, live now.
One model, multiple modalities
FLUX 3 generates video with synchronized audio from a text prompt, pinned keyframes, or an existing clip to continue. FLUX Video Edit [fast] applies an edit instruction to a source clip through a separate FLUX Tools endpoint.- Up to 20 seconds at FHD (1920 × 1088 for 16:9), 24 fps, in a single request.
- Multilingual speech with strong lipsync, plus effects and ambience, generated with the frames.
- Multiple scenes and camera angles in one generation. Shots hold together across cuts.
- Stylistic range beyond cinematic: animation, motion design, stylized artistic looks.
- Accurate text and typography rendered inside the scene.
FLUX 3 is a preview model. Omni Reference with images and videos will
be available soon.
Modes
Every/v1/flux-3-video request names a mode. The mode is how you tell FLUX 3 what you’re
starting from, and it decides what the model does with your media: start a
clip from words alone, build one around images you pin, carry an existing clip
forward, or enhance a draft.The video modes are:- Text to Video (
t2v) starts from nothing but your prompt. - Image to Video (
i2v) starts from your images. They become frames of the clip itself. - Video Continuation (
v2v) starts from a clip you already have and keeps it going.
/v1/flux-tools/video-edit-v1,
documented on its own page. It takes video and
prompt, with no mode field.The public flux-3-video endpoint
documents t2v, i2v, and v2v, with different media fields and limits. The first
three tabs are one scene passed through the API: the first request
generates a clip, and the two after it run on that clip’s own frames. Each of
those tabs shows the request we sent and the video that came back.- Text to Video
- Image to Video
- Video Continuation
- FLUX Video Edit
Describe the shot.
t2v turns the prompt into a clip, sound included.
This is the request that started the scene:The clip this request returned. The next two tabs build on it.
t2v, i2v, and v2v, the following optional fields have defaults. Check
the API reference for each mode’s accepted values:aspect_ratioanddurationdefault toautoand fit themselves to the content.resolutiondefaults tohd;fhdfinishes the result at a higher resolution via the video upsampler.generate_audiodefaults totrue.
Draft mode
Iterate in draft, commit once. Drafts generate faster and cost about a third of a full render, so you can explore variants freely and only pay full price for the shot you keep.draft: truereturns a fast preview instead of a full render, plus adraft_cachebundle in the result.mode: "draft_enhance"renders the preview you picked at full quality: send its bundle asdraft_cacheand the original generation is reproduced. Same shot, same seed, nothing re-interpreted.
Draft preview
Enhanced: the draft’s shot, full quality
Direct full render: its own take
- 1 — Draft
- 2 — Enhance the one you picked
Specifications
Every mode outputs 24 fps at
hd or fhd, in aspect ratios 21:9, 2:1, 16:9,
4:3, 1:1, 3:4, and 9:16. Drafts render at hd.What it can do
Start in ten seconds
FLUX 3 is asynchronous. You submit a request and get back anid and a
polling_url; then you poll that URL until the job turns Ready and returns
your result. Here is the full round trip, text to video with audio.Getting started
Quickstart
Create an account, add credits, and make your first FLUX 3 call.
Try in Playground
Test FLUX 3 in your browser. No setup required.
Video
Generate from text, animate stills, pin keyframes, continue clips, all with audio.
API reference
The full flux-3-video request contract: modes, fields, constraints.

