H3 Max by fal
fal's fast post-trained MiniMax H3 variant for stronger prompt adherence and aesthetics. It creates video with synchronized sound from text or a first and optional last frame at 480P/768P for 5–15 seconds.
Cost
from 6 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":"minimax-h3-max","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"16:9","resolution":"768P","duration":5,"audioEnabled":true}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptGeneration prompt describing the scene, action and direction. | string | — | up to 7000 chars |
aspectRatio aspectRatio | string | 16:9 | 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 |
resolution resolution | string | 768P | 480P, 768P |
duration duration | number | 5 | 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 |
audioEnabled audioEnabledAudio is created automatically and cannot be turned off separately. | 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 |
promptGeneration prompt describing the scene, action and direction.
- Type
- string
- Default
- —
- Allowed
- up to 7000 chars
aspectRatio- Type
- string
- Default
- 16:9
- Allowed
- 21:9, 16:9, 4:3, 1:1, 3:4, 9:16
resolution- Type
- string
- Default
- 768P
- Allowed
- 480P, 768P
duration- Type
- number
- Default
- 5
- Allowed
- 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
audioEnabledAudio is created automatically and cannot be turned off separately.
- 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
Cost
from 6 tokens/sThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
text_to_videoimage_to_videostartImage:imageendImage:imageRun H3 Max by fal
Get an API key and the same request shape will work across every model in the catalog.