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

VideoProvider: Google

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.

Run generation
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
prompt*prompt

Generation prompt describing the scene, action and direction.

Type
string
Default
Allowed
up to 20000 chars
aspectRatioaspectRatio
Type
string
Default
9:16
Allowed
16:9, 9:16
resolutionresolution
Type
string
Default
360p
Allowed
360p, 720p, 1080p, 4k
durationduration
Type
number
Default
4
Allowed
4, 6, 8, 10
Start imagestartImage

Asset input for the startImage slot.

Type
string
Default
Allowed
image · asset, https, data
End imageendImage

Asset input for the endImage slot.

Type
string
Default
Allowed
image · asset, https, data
Reference imagesreferenceAssetUris

Optional reference assets as asset:// URIs, HTTPS URLs, or data URIs.

Type
array
Default
Allowed
image · up to 7 · asset, https, data

Cost

from 28 tokens
360p- 4sdefault28 tokens
360p- 6s35 tokens
360p- 8s44 tokens
360p- 10s52 tokens
720p- 4s28 tokens
720p- 6s35 tokens
720p- 8s44 tokens
720p- 10s52 tokens
1080p- 4s28 tokens
1080p- 6s35 tokens
1080p- 8s44 tokens
1080p- 10s52 tokens
4k- 4s62 tokens
4k- 6s72 tokens
4k- 8s90 tokens
4k- 10s100 tokens

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modestext_to_videoimage_to_videofirst_last_frame_to_videotext_image_to_video
Asset slotsstartImage:imageendImage:imagereferenceAssetUris:image[]<=7
Get API key

Where to use this model