veo

Generate videos from text prompts or images using the Veo 3.1 API via Pixazo.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating video content programmatically requires managing API authentication, choosing the right model version and operation, and handling asynchronous polling — this Skill gives your coding agent complete instructions to call Google's Veo 3.1 video generation API through the Pixazo gateway without manual integration work. ## Core Features & Use Cases - Text-to-Video Generation: Submit a prompt with duration, aspect ratio, resolution, negative prompt, and audio options to Veo 3.1 or Veo 3.1 Fast endpoints. - Image-to-Video & Reference-to-Video: Route requests to the correct operation (image-to-video, reference-images-to-video) based on user intent. - Async Polling & Error Handling: Poll the result endpoint until the video is ready and map 401/402/429/4xx/5xx responses to clear user-facing messages. - Use Case: Ask your agent to "create an 8-second 1080p video of a winter landscape melting into spring using Veo 3.1" and it handles the API key setup, request submission, polling, and returns the video URL. ## Quick Start Ask your agent to generate a short video from a text prompt using Veo 3.1, and paste your Pixazo API key when prompted.

Frequently Asked Questions about veo

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 Veo 3.1?▼

Send a POST request to the Pixazo gateway text-to-video endpoint with your prompt, duration, aspect ratio, and resolution in the JSON body. The response returns a task_id that you poll until the video URL is ready.

What is the difference between Veo 3.1 Fast and Veo 3.1 Standard?▼

Veo 3.1 Fast supports text-to-video and reference-to-video operations through separate endpoints, while Veo 3.1 Standard supports text-to-video and image-to-video. Each operation maps to a distinct apiId and endpoint URL in the Pixazo gateway.

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

Sign in at https://api-console.pixazo.ai/api_keys, click "Create new key", and copy it. The key can be stored in the PIXAZO_API_KEY environment variable or saved to ~/.pixazo/api-key so it is reused across sessions.

Why does Veo video generation return a task_id instead of a video?▼

Video generation is asynchronous, so the initial response contains a task_id rather than the final file. Poll the result endpoint every 5-10 seconds until the status indicates completion, then read the video URL from the response.

What does a 402 error mean when calling the Veo API?▼

A 402 response means your Pixazo account is out of credits. Top up your balance at https://api-console.pixazo.ai/dashboard and retry the request.