Skip to content

inference.gemini-omni-flash.txt2vid.v1

View markdown

The inference.gemini-omni-flash.txt2vid.v1 job generates a video from a text prompt using Gemini Omni Flash.

{
"type": "inference.gemini-omni-flash.txt2vid.v1",
"config": {
"prompt": "a red fox trotting through a snowy forest at golden hour"
}
}

Gemini Omni Flash generates video via the google-genai Interactions API (google-genai 2.x). Text-to-video only.

This job type is also available under its partner alias inference.partner.gemini-omni-flash.txt2vid.v1.

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"type",
"config"
],
"properties": {
"type": {
"type": "string"
},
"config": {
"type": "object",
"properties": {
"prompt": {
"type": "string"
}
}
}
}
}