Veo3 Video Generator avatar
Veo3 Video Generator

Pricing

Pay per event

Go to Store
Veo3 Video Generator

Veo3 Video Generator

Developed by

PowerAI

PowerAI

Maintained by Community

Generate high-quality videos from text prompts using Google's Veo3 AI model for low price

5.0 (1)

Pricing

Pay per event

1

5

5

Last modified

2 days ago

Generate high-quality videos from text prompts using Google's Veo3 AI model.

Features

  • Text-to-Video Generation: Convert text prompts into high-quality videos
  • Advanced AI Model: Powered by Google's Veo3 model for realistic video generation
  • Simple Interface: Just provide a text prompt to generate videos
  • High Quality Output: Generate videos with excellent visual quality and smooth motion
  • Automatic Polling: Automatically polls for video completion status
  • Upsample Support: Enhanced video quality with upsampling capability

Input

The actor accepts the following input parameters:

  • prompt (required): Text description of the video you want to generate
  • temperature (optional): Controls creativity of the generation (0.0 to 1.0, default: 0.7)

Output

The actor outputs two types of results:

Final Video Result

  • status: Generation status ("completed", "failed", etc.)
  • video_url: Direct URL to the generated video file
  • upsample_video_url: URL to the upsampled (enhanced) video file (if available)
  • enhanced_prompt: The AI-enhanced version of your original prompt
  • completed_at: Timestamp when video generation completed
  • created_at: Timestamp when video generation started
  • metadata: Additional information including generation status and retry counts

Usage

  1. Basic Video Generation: Provide a text prompt describing the video you want
  2. Creative Control: Adjust temperature to control how creative vs. realistic the generation is
  3. High Quality: Add "upsample" prefix to your prompt for enhanced video quality

Examples

Basic Video Generation

{
"prompt": "A cat playing in a garden with flowers",
"temperature": "0.7"
}

High Quality Video with Upsample

{
"prompt": "upsample A beautiful sunset over the ocean with waves crashing",
"temperature": "0.8"
}

Creative Video Generation

{
"prompt": "A futuristic city with flying cars and neon lights",
"temperature": "0.9"
}

Data Structure

Final Video Result

{
"status": "completed",
"video_url": "https://filesystem.site/cdn/20250807/Ip8iOLHFetVRyQkF4ze3F2d19eIx8F.mp4",
"enhanced_prompt": "A beautiful sunset over the ocean with waves crashing against the shore",
"completed_at": 1754527108168,
"created_at": 1754527032167,
"id": "veo3:9c418c51-58cb-41ba-b47e-1997504d4af0",
"metadata": {
"video_generation_status": "MEDIA_GENERATION_STATUS_SUCCESSFUL",
"retry_count": 0,
"max_retries": 3
}
}

Tips for Best Results

  1. Be Specific: Provide detailed descriptions for better video generation
  2. Temperature Control: Lower temperature (0.3-0.5) for more realistic videos, higher (0.7-0.9) for more creative results
  3. Clear Prompts: Use clear, descriptive language for optimal results
  4. Be Patient: Video generation typically takes 2-5 minutes to complete

Limitations

  • Video generation may take 2-5 minutes depending on complexity
  • Maximum video duration and resolution are subject to API limits
  • Some prompts may not generate as expected due to content policies
  • Polling timeout is set to 5 minutes (30 attempts × 10 seconds)