Skip to main content
POST
Gemini Omni 1.1 VIP
VIP supports text-to-video, image-to-video and reference video. Choose 4 / 6 / 8 / 10 seconds and 360p / 720p / 1080p / 4k, defaulting to 6 seconds / 720p. Omit duration with reference video.
Use your platform API key, not a supplier key. In mainland China, use https://toapis.cn as the Base URL.
Standard | Official documentation

Request parameters

string
required
Bearer YOUR_API_KEY
string
required
gemini-omni-1.1-flash-preview-vip
string
required
Required video description.
integer
default:"6"
VIP: 4 / 6 / 8 / 10 seconds, default 6. With VIP video_urls, omit both duration and seconds.
string
default:"720p"
VIP: 360p / 720p / 1080p / 4k, default 720p, case-insensitive.
string
default:"16:9"
16:9 or 9:16, default 16:9.
string[]
VIP frame mode requires 1 image; reference accepts 1 or 3. Two-frame input is unsupported. Omit generation_type when no images are provided.
string
VIP only. frame uses a first frame; reference uses reference images. If omitted, 1 image selects frame and 3 select reference.
string[]
VIP only. At most 1 public HTTP(S) video URL, optionally with images. Duration follows the source video; omit duration and seconds.
Upload local media first to obtain public URLs. Do not send base64 or local file paths.

Request examples

Retrieve a task

Submission returns a platform task id. Poll GET /v1/videos/ and retrieve the video result on completion. Do not use supplier task IDs or supplier polling endpoints.

Invalid parameters

Correct invalid resolution or duration, image counts inconsistent with the VIP mode, multiple reference videos, or video references combined with duration before resubmitting.