gemini-omni-1-1

Generates videos via Google's Gemini Omni 1.1 Flash API through the Pixazo gateway.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill gemini-omni-1-1-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gemini-omni-1-1
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/gemini-omni-1-1
Command: npx skills add https://github.com/Pixazo-AI/skills --skill gemini-omni-1-1-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating video content programmatically requires navigating complex multimodal APIs, async polling, and authentication flows. This Skill gives your AI agent a complete, copy-paste-ready workflow for generating videos with Google's Gemini Omni 1.1 Flash model through the Pixazo API gateway. ## Core Features & Use Cases - Four video operations: text-to-video, image-to-video, reference-to-video, and video-to-video editing, all routed through one API with selectable 3-10 second clip durations. - Guided authentication: walks the agent through acquiring a Pixazo API key once and saving it to ~/.pixazo/api-key so it is never requested again. - Async polling and error handling: includes a polling loop for task completion plus a status-code table (401/402/429/4xx/5xx) with user-friendly recovery messages. - Use Case: Ask your agent to "create a 10-second cinematic clip of a sunset over the ocean" and it submits the request, polls until ready, and returns the video URL. ## Quick Start Ask your agent to generate a short video from a text prompt using Gemini Omni 1.1, and provide your Pixazo API key when prompted.

Frequently Asked Questions about gemini-omni-1-1

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a video from a text prompt with Gemini Omni 1.1?▼

Send a POST request to https://gateway.pixazo.ai/gemini-omni-1-1/v1/text-to-video with your prompt and aspect_ratio in the JSON body, authenticated with your Pixazo API key in the Ocp-Apim-Subscription-Key header. The API returns a task_id that you poll until the video URL is ready.

What video operations does Gemini Omni 1.1 Flash support?▼

Gemini Omni 1.1 Flash supports four operations: text-to-video, image-to-video, reference-to-video (using reference images), and video-to-video editing. Clip length is selectable from 3 to 10 seconds, and video-to-video edits inherit the source clip's length.

Where do I get a Pixazo API key for video generation?▼

Get a free Pixazo API key at https://api-console.pixazo.ai/api_keys by signing in and clicking "Create new key". The skill saves it to ~/.pixazo/api-key so you only provide it once, or you can set the PIXAZO_API_KEY environment variable.

Why is my Gemini Omni video request returning a 401 or 402 error?▼

A 401 means your API key is missing or invalid, so generate a fresh key at the Pixazo console. A 402 means your account is out of credits, which you can top up at https://api-console.pixazo.ai/dashboard.

How long does Gemini Omni 1.1 video generation take?▼

Video generation is asynchronous: the initial request returns a task_id, and you poll the result endpoint every 5-10 seconds until the status is completed. The recommended polling cap is about 10 minutes for video tasks.