Gemini Omni Flash
Gemini Omni Flash 動画生成
非公式の Gemini Omni Flash チャネルでテキストまたは最大 3 枚の参照画像から動画を生成
POST
- Use
gemini-omni-flash(or the configuredgemini_omni_flashalias) in themodelfield - Supports text-to-video and reference-image-to-video
- Supports 4 / 6 / 10 second durations
- Supports
720pand1080p;1080pis landscape-only - Async task API: submit a task, then query by task ID
This page documents the non-official legacy/FlowReverse-style
omni_flash channel. It uses the channel’s configured upstream endpoint and API key, not the Vertex AI Interactions API. Other legacy channel implementations may have different limits. See the separate gemini-omni-flash-preview-official page for the Vertex Service Account/OAuth channel.Authorizations
string
必須
Use Bearer Token authentication:
Body
string
デフォルト:"gemini-omni-flash"
必須
モデル name. Use
gemini-omni-flash; some channels expose the gemini_omni_flash alias.string
必須
Text prompt for video generation.
integer
デフォルト:"6"
Video duration. Supported values:
4, 6, or 10 seconds.string
デフォルト:"16:9"
Video aspect ratio:
16:9landscape9:16portrait
string
デフォルト:"720p"
Video resolution:
720p or 1080p; 1080p is landscape-only.string[]
Optional public reference image URL array with up to
3 items. Omit it for text-to-video. Base64/data URIs and video inputs are not supported by this channel.レスポンス
string
Task ID for status polling.
string
Object type, usually
generation.task.string
モデル name used for the request.
string
Task status:
queued, in_progress, completed, or failed.integer
Task creation timestamp.
string
Generated video URL when the task completes.