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
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| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptGeneration prompt describing the scene, action and direction. | string | — | string |
aspectRatio aspectRatio | string | auto | 16:9, 1:1, 21:9, 2:1, 3:4, 4:3, 9:16, auto |
resolution resolution | string | 720p | 720p, 1080p |
duration duration | number | 5 | 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 |
audioEnabled audioEnabledAdditional model-specific guidance. | boolean | true | boolean |
Start image startImageAsset input for the startImage slot. | string | — | image · asset, https, data |
End image endImageAsset input for the endImage slot. | string | — | image · asset, https, data |
Source video sourceVideoAsset input for the sourceVideo slot. | string | — | video · asset, https, data |
promptGeneration prompt describing the scene, action and direction.
- Type
- string
- Default
- —
- Allowed
- string
aspectRatio- Type
- string
- Default
- auto
- Allowed
- 16:9, 1:1, 21:9, 2:1, 3:4, 4:3, 9:16, auto
resolution- Type
- string
- Default
- 720p
- Allowed
- 720p, 1080p
duration- Type
- number
- Default
- 5
- Allowed
- 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
audioEnabledAdditional model-specific guidance.
- Type
- boolean
- Default
- true
- Allowed
- boolean
startImageAsset input for the startImage slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
endImageAsset input for the endImage slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
sourceVideoAsset input for the sourceVideo slot.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
Cost
from 7 tokens/sThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
text_to_videoimage_to_videofirst_last_frame_to_videovideo_extendkeyframes_to_videostartImage:imageendImage:imagesourceVideo:videoRun FLUX 3
Get an API key and the same request shape will work across every model in the catalog.