LumixAI logo
OpenAI video generation API

OpenAI Sora 2 API for production videos.

OpenAI Sora 2 API gives teams a Sora-family video generation option for polished narrative clips, product motion, vertical or widescreen output, and server-side async delivery.

Model slug
openai-sora2-standard
Credit rate
25 credits per video
Provider
OpenAI
OpenAI Sora 2 API video generation sample

Model overview

Why use OpenAI Sora 2 through LumixAI?

OpenAI Sora 2 video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.

Use OpenAI Sora 2 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for OpenAI Sora 2 API, OpenAI Sora 2 video API, and OpenAI video generation API.

AI video generation

image-to-video workflows

production API integrations

Developer workflow

Call OpenAI Sora 2 without a separate provider integration.

Async jobs

Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.

Credit pricing

OpenAI Sora 2 starts at 25 credits per video before conditional rules.

Modality
Video
Aspect ratios
16:9, 9:16
Resolutions
720p
await fetch("https://api.lumixai.live/v1/videos/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "openai-sora2-standard",
    prompt: "cinematic product reveal, smooth camera motion",
    aspectRatio: "16:9",
    resolution: "720p",
    duration: 6,
    withSoundEffects: true
  })
});

Next step

Generate your first OpenAI Sora 2 video.

Generate with LumixAI