#Where and how do i get sora 2

1 messages · Page 1 of 1 (latest)

craggy vessel
#

Where and how do i get sora 2?

umbral wolfBOT
#

Hi @craggy vessel. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

You can use Sora 2 in two main ways today, depending on what you want:


1. Sora app (consumer use)

Sora 2 is available in the Sora mobile app (iOS & Android) and on the web at sora.com. [Getting started]

  • Platforms
  • Availability / rollout
    • Access is being slowly enabled; you can request to be notified when you get access from within the Sora app. [Getting started]
    • Sora app and Sora 2 are only supported in specific countries/regions (e.g. U.S., Canada, Japan, Korea, Thailand, Vietnam, Taiwan, plus others listed). [Supported countries]

How to get it:

  1. Go to the Sora page and follow the download link for your platform, or install from:
    • iOS: App Store (search “Sora OpenAI”).
    • Android: Sora app on Google Play in supported markets. [Sora release notes]
  2. Sign in with your existing OpenAI / ChatGPT account. [Getting started]
  3. Complete onboarding; if you’re not yet enabled, opt in to be notified when you receive access. [Getting started]

2. Sora 2 via the OpenAI API (developer use)

#

If you’re a developer, you can access Sora 2 (sora-2) and Sora 2 Pro (sora-2-pro) through the Video API. [Video overview; Sora 2 model]

Requirements:

  • An OpenAI API account on usage tier 1–5.
  • Your API organization must be verified to use Sora-2 and Sora-2-Pro. [Model access]

Basic usage example (Node.js):

import OpenAI from "openai";
const openai = new OpenAI();

const video = await openai.videos.create({
  model: "sora-2",
  prompt: "A video of the words 'Thank you' in sparkling letters",
});
console.log("Video generation started:", video);

[Generate video]

You then poll GET /videos/{video_id} until status is completed, and download the MP4 with GET /videos/{video_id}/content. [Generate video; Retrieve results]

Pricing (API):

  • sora-2: $0.10 per second (720×1280 or 1280×720). [Pricing video]
  • sora-2-pro: $0.30–$0.50 per second depending on resolution. [Pricing video]

If you tell me whether you want consumer app access or API/developer access, I can point you to the exact next steps from these options.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: