Skip to content

Gemini Omni Flash Preview

POST/v1beta/interactions

Google Gemini Omni Flash Preview is a multimodal video-generation model available through SandBase. Use the Google Gemini Interactions protocol for native video requests.

Request body

Create a native Google Interaction. Use background for video generation that should be polled.

stringmodelrequired

Model identifier. Set to google/gemini-omni-flash-preview.

Default: google/gemini-omni-flash-preview

string | object | arrayinputrequired

Native Google Interaction input.

Optional<boolean>background

Submit durably and return an immediately pollable Interaction.

Default: true

Optional<object | array>response_format

Requested output format.

Default: {"type":"video"}

Response Schema

The response contains an Interaction ID. Poll GET /v1beta/interactions/{id} while status is in_progress.

stringidrequired

Provider Interaction identifier used for polling.

stringmodelrequired

Model that handles the Interaction.

stringobjectrequired

Response object type.

Optional<object>output

Terminal output when the Interaction completes.

stringstatusrequired

Interaction lifecycle status.

Optional<object>usage

Usage details when available.

Model capabilities

array<string>capability_tagsrequired

Capabilities declared by the model registry.

Default: chat

stringexecution_moderequired

Execution mode declared by the model registry.

Default: sync

Official Google resources ​