Skip to content

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

View markdown
{
"$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"
}
}
}
}
}