# inference.partner.gemini-omni-flash.txt2vid.v1

Source: https://docs.prodia.com/job-types/inference-partner-gemini-omni-flash-txt2vid-v1/

## Schema

```json
{
	"$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"
				}
			}
		}
	}
}
```
