Gemini Omni 1.1 Flash
Модель Google для роликов из текста, стартового кадра, набора изображений-референсов или пары первого и последнего кадров. Создаёт синхронный звук и поддерживает разрешения от быстрых 360p-черновиков до 4K; редактирование исходного видео в этот запуск не входит.
Coste
desde 28 tokens
Probar Gemini Omni 1.1 Flash en Givon AI
Abre un proyecto para crear de forma habitual o usa Playground para revisar los parámetros del modelo.
Usar mediante API
Campos, límites y ejemplos listos para desarrolladores. El flujo de usuario empieza arriba.
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":"gemini-omni-1.1-flash","input":{"prompt":"toma cinematográfica de dron sobre una ciudad nocturna","aspectRatio":"9:16","resolution":"360p","duration":4,"referenceAssetUris":["asset://asset_..."]}}'Campos de entrada
* obligatorio| Campo | Tipo | Predeterminado | Permitido |
|---|---|---|---|
prompt* promptGeneration prompt describing the scene, action and direction. | string | — | hasta 20000 caracteres |
aspectRatio aspectRatio | string | 9:16 | 16:9, 9:16 |
resolution resolution | string | 360p | 360p, 720p, 1080p, 4k |
duration duration | number | 4 | 4, 6, 8, 10 |
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 7 · asset, https, data |
promptGeneration prompt describing the scene, action and direction.
- Tipo
- string
- Predeterminado
- —
- Permitido
- hasta 20000 caracteres
aspectRatio- Tipo
- string
- Predeterminado
- 9:16
- Permitido
- 16:9, 9:16
resolution- Tipo
- string
- Predeterminado
- 360p
- Permitido
- 360p, 720p, 1080p, 4k
duration- Tipo
- number
- Predeterminado
- 4
- Permitido
- 4, 6, 8, 10
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 7 · asset, https, data
Coste
desde 28 tokensLa variante se selecciona automáticamente a partir de los campos de la petición; no necesitas enviarla.
Capacidades
text_to_videoimage_to_videofirst_last_frame_to_videotext_image_to_videostartImage:imageendImage:imagereferenceAssetUris:image[]<=7