H3 Max by fal
Быстрая post-trained версия MiniMax H3 от fal для точного следования промпту и сильной эстетики. Создаёт видео со звуком из текста, первого и опционального последнего кадра; 480P/768P, 5–15 секунд.
Стоимость
от 6 токенов/с
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":"кинематографичный пролёт дрона над ночным городом","aspectRatio":"16:9","resolution":"768P","duration":5,"audioEnabled":true}}'Входные поля
* — обязательное| Поле | Тип | По умолчанию | Допустимо |
|---|---|---|---|
prompt* promptGeneration prompt describing the scene, action and direction. | string | — | до 7000 симв. |
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 audioEnabledЗвук создаётся автоматически; выключить его отдельно нельзя. | 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.
- Тип
- string
- По умолчанию
- —
- Допустимо
- до 7000 симв.
aspectRatio- Тип
- string
- По умолчанию
- 16:9
- Допустимо
- 21:9, 16:9, 4:3, 1:1, 3:4, 9:16
resolution- Тип
- string
- По умолчанию
- 768P
- Допустимо
- 480P, 768P
duration- Тип
- number
- По умолчанию
- 5
- Допустимо
- 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
audioEnabledЗвук создаётся автоматически; выключить его отдельно нельзя.
- Тип
- boolean
- По умолчанию
- true
- Допустимо
- boolean
startImageAsset input for the startImage slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- image · asset, https, data
endImageAsset input for the endImage slot.
- Тип
- string
- По умолчанию
- —
- Допустимо
- image · asset, https, data
Стоимость
от 6 токенов/сВариант подбирается по полям запроса автоматически — указывать его не нужно.
Возможности
text_to_videoimage_to_videostartImage:imageendImage:imageЗапустить H3 Max by fal
Получи API-ключ — и этот же запрос заработает для любой модели каталога.