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 Text-to-Video Model (sora-2) provides absolute creative control and cinematic rendering, allowing you to generate intricate scenes with multiple subjects and dynamic interactions. Maximum Resolution: 720p Pricing: Starts at $0.40 per video

Key Capabilities

  • Cinematic Quality: Hollywood-level visual quality with detailed environments and characters.
  • Complex Scenes: Generate intricate scenes with multiple subjects and dynamic interactions.
  • Creative Control: Fine-tune your output with detailed prompts for precise results.
  • Variable Duration: Generate videos of 10 or 15 seconds depending on your needs.

Use Cases

  • Film & Animation: Create short films, animated sequences, and visual effects.
  • Music Videos: Generate stunning visuals to accompany your music.

Quick Start

1. Generating a Video with Sora 2

curl --request POST \
  --url https://api.veogen.studio/api/v1/generations \
  --header 'Authorization: Bearer <API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{
    "model": "sora-2",
    "prompt": "Aerial view of a futuristic city with flying cars.",
    "duration": 10
  }'
{
  "data": {
    "id": "gen_23456bcdef",
    "model": "sora-2",
    "status": "pending",
    "created_at": "2026-04-11T12:00:00Z"
  }
}

FAQ

Sora is OpenAI’s text-to-video AI model capable of generating realistic and imaginative scenes from text descriptions. It understands not just what users ask for but also how those things exist in the physical world.
No. With Veogen, you access Sora through our unified API or web playground — no OpenAI account or API keys required. Just top up your balance and start generating.