Veo 3.1 Lite
Самый доступный тир Veo: до 1080p (без 4K) и нативный звук, который можно включать и выключать. Бери, когда нужен большой объём контента для соцсетей, а 4K ни к чему.
Стоимость
от 3 токенов/с
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"video","model":"veo-3.1-lite","input":{"prompt":"кинематографичный пролёт дрона над ночным городом","aspectRatio":"9:16","resolution":"720p","duration":8,"audioEnabled":true,"referenceAssetUris":["asset://asset_..."]}}'Входные поля
* — обязательное| Поле | Тип | По умолчанию | Допустимо |
|---|---|---|---|
prompt* promptScene / motion description. | string | — | string |
aspectRatio aspectRatio | string | 9:16 | 9:16, 16:9 |
resolution resolution | string | 720p | 720p, 1080p |
duration duration | number | 8 | 8 |
audioEnabled audioEnabledVeo Lite supports request-level native audio control in Givon AI. | 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 |
Reference images referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs. | array | — | image · до 3 · asset, https, data |
promptScene / motion description.
- Тип
- string
- По умолчанию
- —
- Допустимо
- string
aspectRatio- Тип
- string
- По умолчанию
- 9:16
- Допустимо
- 9:16, 16:9
resolution- Тип
- string
- По умолчанию
- 720p
- Допустимо
- 720p, 1080p
duration- Тип
- number
- По умолчанию
- 8
- Допустимо
- 8
audioEnabledVeo Lite supports request-level native audio control in Givon AI.
- Тип
- 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
referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs.
- Тип
- array
- По умолчанию
- —
- Допустимо
- image · до 3 · asset, https, data
Стоимость
от 3 токенов/сВариант подбирается по полям запроса автоматически — указывать его не нужно.
Возможности
text_to_videoimage_to_videoreference_to_videostartImage:imageendImage:imagereferenceAssetUris:image[]<=3Запустить Veo 3.1 Lite
Получи API-ключ — и этот же запрос заработает для любой модели каталога.