H3 Max by fal

Быстрая post-trained версия MiniMax H3 от fal для точного следования промпту и сильной эстетики. Создаёт видео со звуком из текста, первого и опционального последнего кадра; 480P/768P, 5–15 секунд.

Coste

desde 6 tokens/s

VideoProveedor: MiniMax
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":"minimax-h3-max","input":{"prompt":"toma cinematográfica de dron sobre una ciudad nocturna","aspectRatio":"16:9","resolution":"768P","duration":5,"audioEnabled":true}}'

Campos de entrada

* obligatorio
prompt*prompt

Generation prompt describing the scene, action and direction.

Tipo
string
Predeterminado
Permitido
hasta 7000 caracteres
aspectRatioaspectRatio
Tipo
string
Predeterminado
16:9
Permitido
21:9, 16:9, 4:3, 1:1, 3:4, 9:16
resolutionresolution
Tipo
string
Predeterminado
768P
Permitido
480P, 768P
durationduration
Tipo
number
Predeterminado
5
Permitido
5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
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

Coste

desde 6 tokens/s
480P6 tokens/s
768Ppredeterminado9 tokens/s
480P6 tokens/s
768P9 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_video
Slots de assetsstartImage:imageendImage:image

Ejecutar H3 Max by fal

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

H3 Max by fal API - generación de video · Givon AI