inference.gemini-omni-flash.txt2vid.v1
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
Section titled “Schema”{ "$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" } } } }}