Skip to content

Gemini Omni 1.1 Flash Preview

POST/v1beta/interactions

Google Gemini Omni 1.1 Flash Preview is available through SandBase native Google Gemini Interactions API. Create an interaction, poll its ID, and read the terminal output.

Request body

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

stringmodelrequired

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

Default: google/gemini-omni-1.1-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.

Official Google resources ​