Skip to main content
POST
Gemini Omni 1.1 Standard
Standard supports text-to-video and image-to-video at a fixed 10 seconds / 720p, with up to 5 reference images.
Use your platform API key, not a supplier key. In mainland China, use https://toapis.cn as the Base URL.
VIP | Official documentation

Request parameters

string
required
Bearer YOUR_API_KEY
string
required
gemini-omni-1.1-flash-preview
string
required
Required video description.
integer
default:"10"
Standard: fixed 10 seconds.
string
default:"720p"
720p
string
default:"16:9"
16:9 or 9:16, default 16:9.
string[]
Standard accepts up to 5 public image URLs.
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.