FLUX 3

FLUX 3 is a video generation model from black-forest-labs available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

from 7 tokens/s

VideoProvider: Black-forest-labs
Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Idempotency-Key: $IDEMPOTENCY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"video","model":"flux-3","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"auto","resolution":"720p","duration":5,"audioEnabled":true}}'

Input fields

* required
prompt*prompt

Generation prompt describing the scene, action and direction.

Type
string
Default
Allowed
string
aspectRatioaspectRatio
Type
string
Default
auto
Allowed
16:9, 1:1, 21:9, 2:1, 3:4, 4:3, 9:16, auto
resolutionresolution
Type
string
Default
720p
Allowed
720p, 1080p
durationduration
Type
number
Default
5
Allowed
5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
audioEnabledaudioEnabled

Additional model-specific guidance.

Type
boolean
Default
true
Allowed
boolean
Start imagestartImage

Asset input for the startImage slot.

Type
string
Default
Allowed
image · asset, https, data
End imageendImage

Asset input for the endImage slot.

Type
string
Default
Allowed
image · asset, https, data
Source videosourceVideo

Asset input for the sourceVideo slot.

Type
string
Default
Allowed
video · asset, https, data

Cost

from 7 tokens/s
720pdefault7 tokens/s
1080p12 tokens/s
720p7 tokens/s
1080p12 tokens/s
720p7 tokens/s
1080p12 tokens/s
720p7 tokens/s
1080p12 tokens/s
720p15 tokens/s
1080p20 tokens/s

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modestext_to_videoimage_to_videofirst_last_frame_to_videovideo_extendkeyframes_to_video
Asset slotsstartImage:imageendImage:imagesourceVideo:video

Run FLUX 3

Get an API key and the same request shape will work across every model in the catalog.

Where to use this model

FLUX 3 API - video generation · Givon AI