Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veogenstudio.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Model Description

OpenAI’s Premium Video Model (sora-pro) delivers the highest quality output and extended video duration. Ideal for professional creators requiring complex scene handling and premium visual styles. Maximum Resolution: 720p Pricing: Starts at $1.20 per video

Key Capabilities

  • Maximum Quality: Highest quality output with exceptional visual detail and realism.
  • Extended Duration: Generate videos up to 25 seconds for complete storytelling.
  • Premium Styles: Access all visual styles including anime, comic, nostalgic, and more.
  • Priority Processing: Faster queue times for quicker turnaround on your projects.

Use Cases

  • Professional Productions: Create broadcast-quality content for commercials and films.
  • Long-Form Content: Generate extended scenes for storytelling and narratives.

Quick Start

1. Generating a Video with Sora 2 Pro

curl --request POST \
  --url https://api.veogen.studio/api/v1/generations \
  --header 'Authorization: Bearer <API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "sora-pro",
    "prompt": "Timelapse of a highly detailed futuristic city construction.",
    "duration": 25
  }'
{
  "data": {
    "id": "gen_89012cdefg",
    "model": "sora-pro",
    "status": "pending",
    "created_at": "2026-04-11T12:00:00Z"
  }
}

FAQ

Sora 2 Pro is OpenAI’s premium tier video generation model, offering the highest quality output and extended video duration up to 25 seconds.
Sora 2 Pro offers longer video duration (25s vs 15s), higher visual quality, and priority processing. It’s ideal for professional and commercial projects.