Veo 3.1 Fast
Та же чёткость до 4K и нативный звук, что у флагмана, но заметно быстрее и дешевле. Рабочая лошадка для итераций и большинства продакшен-задач.
Coste
desde 2 tokens/s
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-fast","input":{"prompt":"toma cinematográfica de dron sobre una ciudad nocturna","aspectRatio":"9:16","resolution":"720p","duration":8,"audioEnabled":true,"referenceAssetUris":["asset://asset_..."]}}'Campos de entrada
* obligatorio| Campo | Tipo | Predeterminado | Permitido |
|---|---|---|---|
prompt* promptScene / motion description. | string | — | string |
aspectRatio aspectRatio | string | 9:16 | 9:16, 16:9 |
resolution resolution | string | 720p | 720p, 1080p, 4k |
duration duration | number | 8 | 8 |
audioEnabled audioEnabledVeo 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 · hasta 3 · asset, https, data |
promptScene / motion description.
- Tipo
- string
- Predeterminado
- —
- Permitido
- string
aspectRatio- Tipo
- string
- Predeterminado
- 9:16
- Permitido
- 9:16, 16:9
resolution- Tipo
- string
- Predeterminado
- 720p
- Permitido
- 720p, 1080p, 4k
duration- Tipo
- number
- Predeterminado
- 8
- Permitido
- 8
audioEnabledVeo supports request-level native audio control in Givon AI.
- Tipo
- boolean
- Predeterminado
- true
- Permitido
- boolean
startImageAsset input for the startImage slot.
- Tipo
- string
- Predeterminado
- —
- Permitido
- image · asset, https, data
endImageAsset input for the endImage slot.
- Tipo
- string
- Predeterminado
- —
- Permitido
- image · asset, https, data
referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs.
- Tipo
- array
- Predeterminado
- —
- Permitido
- image · hasta 3 · asset, https, data
Coste
desde 2 tokens/sLa variante se selecciona automáticamente a partir de los campos de la petición; no necesitas enviarla.
Capacidades
text_to_videoimage_to_videoreference_to_videostartImage:imageendImage:imagereferenceAssetUris:image[]<=3Ejecutar Veo 3.1 Fast
Obtén una clave API y el mismo formato de petición funcionará con cualquier modelo del catálogo.