FLUX 3

Универсальная видео-модель Black Forest Labs: создаёт ролик из текста, первого кадра, пары первого и последнего кадров или до 10 ключевых кадров, а также продлевает готовое MP4-видео. 720p/1080p, 5–20 секунд, звук по желанию.

Coste

desde 7 tokens/s

VideoProveedor: Black-forest-labs
Ejecutar generación
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":"toma cinematográfica de dron sobre una ciudad nocturna","aspectRatio":"auto","resolution":"720p","duration":5,"audioEnabled":true}}'

Campos de entrada

* obligatorio
prompt*prompt

Generation prompt describing the scene, action and direction.

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

Звук создаётся по умолчанию; его можно выключить.

Tipo
boolean
Predeterminado
true
Permitido
boolean
Start imagestartImage

Asset input for the startImage slot.

Tipo
string
Predeterminado
Permitido
image · asset, https, data
End imageendImage

Asset input for the endImage slot.

Tipo
string
Predeterminado
Permitido
image · asset, https, data
Source videosourceVideo

Asset input for the sourceVideo slot.

Tipo
string
Predeterminado
Permitido
video · asset, https, data

Coste

desde 7 tokens/s
720ppredeterminado7 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

La variante se selecciona automáticamente a partir de los campos de la petición; no necesitas enviarla.

Capacidades

Modostext_to_videoimage_to_videofirst_last_frame_to_videovideo_extendkeyframes_to_video
Slots de assetsstartImage:imageendImage:imagesourceVideo:video

Ejecutar FLUX 3

Obtén una clave API y el mismo formato de petición funcionará con cualquier modelo del catálogo.

FLUX 3 API - generación de video · Givon AI