TrendingGoogle keeps its ad exchange. The price is plugging it into Prebid.
AI & Data

The Sora API is gone, and OpenAI named no replacement.

OpenAI gave developers six months’ notice and left the replacement column in its deprecation table empty. Adobe’s own list of retired partner models has ten entries dated April to September, so the pipeline has to be built to outlive the model.

MSMikołaj Salecki, portrait
Editor-in-chief
Sep 25, 2026·6 min read
A plaster film projector on a tripod with a blue disk over its lens, aimed at a blank white screen, strips of film curling across the floor beside a cracked plaster head
The footage is still on the floor. The machine that made it is not coming back.Illustration: Mediovsky · generated with AI
TL;DR
  • OpenAI removed the Videos API and every Sora 2 model from its API on September 24, 2026. [1]
  • It gave notice on March 24, 2026, and its deprecation table names no replacement. [1]
  • Data tied to Sora is deleted permanently after any final export window. [2]
  • Adobe’s list of retired partner models has ten entries dated April to September 2026, Sora 2 among them. [3]
  • Google’s generally available Veo 3.1 model lists a retirement date of November 17, 2026 or later. [4]
  • Veo 3.1 costs $0.05 to $0.60 per second on the Gemini API, depending on tier and resolution. [5]
  • The durable fix is a pipeline that owns its prompts and outputs and can swap models. [2][6]

OpenAI keeps a table of every model it has retired from its API. Each row has three columns: the shutdown date, the model, and the recommended replacement. The rows for the Videos API, sora-2, sora-2-pro, and their dated snapshots all read 2026-09-24 in the first column. In the third column there is a dash. [1]

That dash is the story. OpenAI told developers on March 24, 2026 that the Sora 2 models and the Videos API would leave the API on September 24, 2026. [1] It kept its word, gave half a year of notice, and pointed nobody anywhere. If you built a creative pipeline on Sora, the migration was your problem from the day the notice arrived.

184 days
between OpenAI’s notice and the shutdown, with no successor model named in the table that announced it. [1] OpenAI · API deprecations

What OpenAI said, and what it did not

The consumer product went first. OpenAI’s help center says the Sora web and app experiences were discontinued on April 26, 2026, and the API on September 24, 2026. [2] You can export what you made from sora.chatgpt.com/sunset. If OpenAI offers a final export window, it will email you first, and after that window it will permanently delete any data associated with your use of Sora. [2] Purchased credits survive, but only as credits for Codex. [2]

What the page does not contain is a reason, a successor, or a promise about anything besides the media files. That matters more than it sounds. A generated clip is the least valuable thing a production pipeline holds. The prompts that worked, the reference images, the seeds and settings, and the record of which variant won the test are what took months to build, and none of that is guaranteed to come out of an export button.

A plaster hand carrying a single strip of film out through a doorway, while behind it a room of stacked papers and sheets pinned to the walls is left in shadow
The export gets you the footage. The thinking stays behind.Illustration: Mediovsky · generated with AI

Sora was not the only one

It would be comfortable to read this as an OpenAI problem. Adobe’s help center suggests otherwise. It keeps a list of the partner models it has retired from its apps, and says models may be removed for low usage, quality concerns, contract expiry, or the end of provider support. [3] Between April and September 2026 that list gained ten entries. [3]

APR 22, 2026
Pika 2.2 removed. [3]
MAY 28, 2026
Ideogram deprecated. [3]
JUN 11, 2026
Google Veo 2.0 and Veo 3 (Standard, Fast), Imagen 3 and Imagen 4, and Moonvalley’s Marey deprecated. [3]
JUL 23, 2026
OpenAI Sora 2, Runway Aleph, and Runway Gen-3 Alpha Turbo deprecated. [3]
SEP 10, 2026
Gemini 2.5 models and Gemini 3 Flash Preview deprecated. [3]
SEP 24, 2026
The Sora API shuts down. No replacement named. [1]

The model most teams will reach for next has a date on it too. On Google Cloud, the generally available veo-3.1-generate-001 lists a release date of November 17, 2025 and a retirement date of November 17, 2026 or later. [4] On the Gemini API, the Veo 3.1 model IDs on the pricing page all end in -preview. [5] Neither is a warning that Veo is going away. Both are a reminder that a video model is a versioned dependency with a published end of life, not a platform.

A long white shelf of lumpy plaster shapes and classical fragments, one small camera in the middle glowing blue
Every model on the shelf has a date on it, published or not.Illustration: Mediovsky · generated with AI

What the alternatives cost

Pricing is the one part of a migration you can plan precisely, because the vendors publish it per second of output.

Model and route Price per second of output
Veo 3.1 Standard, Gemini API, with audio $0.40 at 720p and 1080p, $0.60 at 4K [5]
Veo 3.1 Fast, Gemini API, with audio $0.10 at 720p, $0.12 at 1080p, $0.30 at 4K [5]
Veo 3.1 Lite, Gemini API, with audio $0.05 at 720p, $0.08 at 1080p, no 4K [5]
Runway Gen-4.5, Runway API 12 credits, $0.12 at $0.01 a credit [6]
Runway Gen-4 Turbo, Runway API 5 credits, $0.05 [6]
Veo 3.1 with audio, resold through the Runway API 40 credits, $0.40 [6]

Two details in those pages are worth more than the rates. Google says you are only charged if a video is successfully generated. [5] And Runway, which now resells models from several labs next to its own, bills a routed generation at the rate of whichever model its router selects and reports the model used and the realized cost in the response. [6] If you route, log that field. Otherwise you will not know which model made the ad that won.

The cost of a test cycle is simple arithmetic, and it is worth running before you decide how many variants creative testing actually needs.

Do the math

What one round of video variants costs

Enter how many clips you generate per round, how long each is, and the per-second rate from the table above. Failed generations are not billed on the Gemini API, so this is the cost of what you keep.

$96per round of variants

Model: clips × seconds × price per second. It excludes retries you keep, editing, voice, and music, and any minimum a vendor charges per generation.

At the Standard rate, 30 eight-second clips cost $96 a round. On Fast at 1080p the same round is $28.80. The gap between tiers is bigger than the gap between vendors, which is one more reason not to marry either.

Build the pipeline to outlive the model

The teams that lost the least on September 24 were the ones that treated Sora as a replaceable part from the start. The pattern is not complicated, and none of it depends on which vendor you pick next.

  • Store every prompt, reference image, parameter, model ID, and output in storage you control, the day it is generated. The Sora deletion clause is the reason. [2]
  • Put one internal interface in front of every video provider, so a model swap is a configuration change and not a rewrite.
  • Keep a fixed set of test prompts with approved outputs, and score any replacement against it before production traffic moves. That is an eval, and it is the only honest way to say the new model is as good.
  • Have a second provider generating real work before the first one sends a notice.
  • Record the model that actually made each clip, especially when a router picks it. [6]
  • Treat preview model IDs as temporary, and read each vendor’s deprecation page on a calendar, not when a campaign breaks. [4][5]

None of this makes Sora’s shutdown painless for the teams who built on it. It makes the next one boring, and in this market there will be a next one. The column in OpenAI’s table told you the most useful thing about generative video in 2026: the vendor owes you notice, and it does not owe you a path.

Sources

  1. OpenAI · DeprecationsThe March 24, 2026 notice, the September 24, 2026 shutdown of the Videos API and the Sora 2 models and snapshots, and the empty replacement column.
  2. OpenAI Help Center · What to know about the Sora discontinuationThe April 26 and September 24 dates, the export path, permanent deletion, and credits for Codex.
  3. Adobe · Retirement of generative AI models in Adobe productsLast updated September 10, 2026. The reasons models are removed and the dated list of retired partner models.
  4. Google Cloud · Veo 3.1The generally available veo-3.1-generate-001, released November 17, 2025, with a retirement date of November 17, 2026 or later.
  5. Google AI for Developers · Gemini Developer API pricingVeo 3.1 Standard, Fast, and Lite prices per second, the preview model IDs, and billing only for successful generations.
  6. Runway · API Pricing & Costs$0.01 per credit, the per-second credit rates, and how routed generations are billed and reported.

Frequently asked questions

When did the Sora API shut down?

On September 24, 2026. OpenAI’s deprecation page says it notified developers on March 24, 2026 that the Videos API and the Sora 2 model aliases and snapshots would be removed on that date. The Sora web and app experiences had already ended on April 26, 2026.

What did OpenAI recommend instead?

Nothing. In OpenAI’s deprecation table, the recommended replacement column for the Videos API, sora-2, sora-2-pro, and their dated snapshots is empty, while other retired models on the same page list a successor.

What happens to videos I made with Sora?

OpenAI says you can export content from sora.chatgpt.com/sunset, that it will email you if it offers a final export window, and that after discontinuation and any final export window it will permanently delete data associated with your use of Sora. Purchased ChatGPT or Sora credits can still be used for Codex.

What does Veo 3.1 cost per second?

On the Gemini API paid tier, Veo 3.1 Standard with audio is $0.40 per second at 720p and 1080p and $0.60 at 4K. Veo 3.1 Fast is $0.10 at 720p, $0.12 at 1080p, and $0.30 at 4K. Veo 3.1 Lite is $0.05 at 720p and $0.08 at 1080p, with no 4K. Google charges only for videos that generate successfully.

Is Veo 3.1 safe from the same fate?

No model is. On Google Cloud, the generally available veo-3.1-generate-001 lists a release date of November 17, 2025 and a retirement date of November 17, 2026 or later. The Gemini API model IDs on the pricing page carry a preview suffix. Adobe retired Veo 2.0 and Veo 3 from its apps on June 11, 2026.

What does Runway charge through its API?

Runway sells credits at $0.01 each. Gen-4.5 costs 12 credits per second and Gen-4 Turbo 5 credits per second. Runway also resells third-party models, including Veo 3.1 at 40 credits per second with audio, and bills routed generations at the rate of the model its router selects.

How do I make a video pipeline survive a model shutdown?

Keep the prompts, reference assets, parameters, model ID, and outputs in your own storage, put one internal interface in front of every provider, keep a fixed test set to compare a replacement against, and have a second provider working before you need it. Record the model that actually produced each clip, especially when a router chooses it.

Found this useful?
MSMikołaj Salecki, portrait
Editor-in-chief

Mikołaj Salecki

Writes about media, tech, and AI business for people who actually run digital. Former agency lead. Skeptic of frameworks that read better than they perform.

More articles →