Gemini Omni 1.1 Flash
Gemini Omni 1.1 Flash is a video generation model from google available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.
Cost
from 28 tokens
Try Gemini Omni 1.1 Flash in Givon AI
Open a working project for regular creation, or use Playground to inspect the model parameters.
Use through API
Request fields, constraints, and ready-to-use examples for developers. The user workflow starts above.
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":"cinematic drone shot over a city at night","aspectRatio":"9:16","resolution":"360p","duration":4,"referenceAssetUris":["asset://asset_..."]}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptGeneration prompt describing the scene, action and direction. | string | — | up to 20000 chars |
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 · up to 7 · asset, https, data |
promptGeneration prompt describing the scene, action and direction.
- Type
- string
- Default
- —
- Allowed
- up to 20000 chars
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 16:9, 9:16
resolution- Type
- string
- Default
- 360p
- Allowed
- 360p, 720p, 1080p, 4k
duration- Type
- number
- Default
- 4
- Allowed
- 4, 6, 8, 10
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
referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs.
- Type
- array
- Default
- —
- Allowed
- image · up to 7 · asset, https, data
Cost
from 28 tokensThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
text_to_videoimage_to_videofirst_last_frame_to_videotext_image_to_videostartImage:imageendImage:imagereferenceAssetUris:image[]<=7