Infery.ai
← All models

Flux 3 Text to Video

flux-3

Video generationby blackforestlabs

FLUX.3 is Black Forest Labs' frontier video model. This endpoint generates video directly from a text prompt, translating a written description into motion, composition, and scene.

Example

Details

Accepts
text + image

Pricing

Price
10.63 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
promptrequiredstringThe text prompt describing the video you want to generate.
durationenum: auto, 5, 6, 7, 8, 9Duration of the generated video in seconds. `auto` lets the model choose.
resolutionstringenum: 720p, 1080pResolution of the generated video.
aspect_ratiostringenum: auto, 21:9, 2:1, 16:9, 4:3, 1:1Aspect ratio of the generated video. `auto` lets the model choose.
generate_audiobooleanWhether to generate audio for the video.
safety_toleranceintegerThe safety tolerance level for the generated video. 0 is the strictest and 4 is the most permissive.
image_urlstringURL of the image the video starts from (PNG, JPEG, or WebP).

Output

FieldTypeDescription
seedintegerThe seed used for the generation.
videoThe generated video.