GPTMap

OpenAI Ecosystem Week 42 Flash: Assistants API Shut Down, Sol Price Cut, Transcription Deprecations

OpenAI week 42 flash: the Assistants API shut down on 8-26 (migrate to Responses API); four transcription models stop on 2027-02-26; Sol's price cut is confirmed by the official changelog ($4/$20 promo); DALL·E GPT retired on schedule.

TL;DR
OpenAI week 42 flash (8/30-31): the Assistants API shut down on 2026-08-26 (migrate to Responses / Conversations API); four transcription models stop on 2027-02-26 (migrate to gpt-live-transcribe / gpt-transcribe); the changelog confirms the Sol cut -- $4/$20 promo from 8-21, at least to 11-21; DALL·E GPT retired on schedule on 8-30.
The OpenAI ecosystem week 42 flash is a sourced summary of key OpenAI ecosystem events (API shutdowns and deprecations, price changes, product retirement wrap-ups) between 2026-08-30 and 2026-08-31, with official references and backfilled entries from earlier in the window.

The OpenAI ecosystem week 42 flash covers 2026-08-30 to 2026-08-31 and backfills two API-layer stories from earlier in the window. The OpenAI ecosystem weekly report is a sourced summary of the week's key events. Both of this week's headlines come from the official changelog: the Assistants API shut down on 8-26, and the Sol price cut is now officially confirmed.

1. This Week's Timeline

DateEventImportance
2026-08-21Sol cut to $4/$20 (promo); per-request regional processing shipped (backfilled)⭐⭐⭐
2026-08-26Assistants API shut down; four transcription models deprecated (backfilled)⭐⭐⭐
2026-08-28OpenAI announces model supply to Cursor ends (last week's headline)⭐⭐⭐
2026-08-30DALL·E GPT retires on schedule⭐⭐
2026-08-31This flash; migration-window assessment becomes the key engineering task

Backfill note: the 8-21 and 8-26 changelog entries both fall inside the week 40 window, but the previous two flashes focused on product-layer news -- this entry completes the record against the official changelog.

2. Headline One: The Assistants API Shut Down on 8-26

Official changelog wording: "The Assistants API shut down on August 26, 2026." Not "will shut down" -- it is already gone.

2.1 Where to Migrate

  • Targets: the Responses API and the Conversations API; an official migration guide is available.
  • Current state: the Assistants endpoints are no longer available; code still calling them needs to migrate.
  • Pacing: the official comparison guide notes Chat Completions remains supported and you can migrate one user flow at a time -- the same pacing applies to Assistants migrations: switch read traffic to Responses first, then retire old calls one by one.

2.2 Who Is Affected Most

Teams that used the Assistants API as a managed thread-and-tool runtime -- the classic file-retrieval + code interpreter + assistant-thread setup. Those capabilities have Responses API counterparts (built-in tools include web search, file search, computer use, code interpreter, and remote MCP); migration cost concentrates in session state and tool-call rewrites.

3. Headline Two: Four Transcription Models Stop on 2027-02-26

On the same day as the Assistants shutdown, the official changelog deprecated four transcription models:

ModelShutdownMigration target
whisper-12027-02-26gpt-live-transcribe / gpt-transcribe
gpt-4o-transcribe2027-02-26Same
gpt-4o-mini-transcribe2027-02-26Same
gpt-4o-transcribe-diarize2027-02-26Same

Affected endpoints: calls on v1/audio/transcriptions and v1/realtime. About six months of runway -- but voice pipelines need regression testing around model swaps, so schedule the migration this iteration rather than next year.

4. The Sol Price Cut, Confirmed: $4/$20 Promo from 8-21

Last week's community rumor of a "20% Sol cut" now has official changelog backing:

  • New price: $4 / $20 per MTok (input -20% versus the prior $5, output -33% versus $30).
  • Nature: promotional pricing, explicitly lasting at least through 2026-11-21; whether it reverts is up to the official pricing page.
  • Same-day feature: per-request regional processing -- a prefixed domain selects the processing region for an individual request (requires a Global-geography project API key); existing data-retention and compliance requirements unchanged.

Practical impact on selection: Sol's input premium over Terra narrows from +100% to +60% -- the cost bar for "complex tasks go to Sol" just got lower. GPTMap's site-wide articles have been synced to the official pricing.

5. Product-Side Wrap-Up

  • DALL·E GPT retired on schedule: effective 8-30, consistent with the 7-31 notice; ChatGPT Images (GPT Image 2) takes over image generation, and user-created image GPTs are unaffected.
  • Cursor cutoff countdown: after the 8-28 announcement, execution begins -- individual access stops 11-12, enterprise transition until 12-31; migration discussion linked below.

6. Practical Recommendations

  • Teams still on the Assistants API: top priority -- the interface is already down; switch calls to the Responses API per the official migration guide first, optimize later.
  • Voice pipelines on the deprecated transcription models: flag whisper-1 and the other three as migration items targeting gpt-live-transcribe / gpt-transcribe, due 2027-02-26.
  • Cost-sensitive teams: the Sol promo is a good window to move complex tasks up-tier -- input -20%, output -33%, promo at least to 11-21; re-run your routing math against the new spread.
  • Everyone: add the changelog to your weekly review -- missing two weeks means missing a price cut or a shutdown, as this flash's backfilled entries show.

Frequently Asked Questions

1. The Assistants API is gone -- what about my existing code?

The official changelog states: The Assistants API shut down on August 26, 2026. Migrate to the Responses API and Conversations API; an official migration guide is available. The Assistants endpoints are no longer available, so production code still calling them needs to migrate now; one user flow at a time is fine.

2. When do the transcription models stop, and how do I migrate?

whisper-1, gpt-4o-transcribe, gpt-4o-mini-transcribe, and gpt-4o-transcribe-diarize were announced deprecated on 2026-08-26 and shut down on 2027-02-26. Migrate to gpt-live-transcribe or gpt-transcribe; calls on v1/audio/transcriptions and v1/realtime must switch before the cutoff.

3. Is the Sol price cut real, and how long does it last?

Yes, with official changelog backing: from 2026-08-21 Sol is $4/$20 per MTok (input -20%, output -33% versus prior pricing), as a promotional price explicitly lasting at least through 2026-11-21. Last week's community rumor matches the official position. Whether prices revert afterwards is up to the official pricing page.

4. What is per-request regional processing?

Shipped 2026-08-21: API customers can use a prefixed domain to select the processing region for an individual request -- requires an API key from a Global-geography project. Existing eligibility, data-retention controls, endpoint, and model support requirements continue to apply.

5. Is the DALL·E GPT retirement complete?

Yes. Announced 7-31, retired on schedule on 8-30; image generation in ChatGPT is handled by ChatGPT Images (GPT Image 2). User-created GPTs with image generation are unaffected. The DALL·E API models were removed back on 5-12.

6. Latest on the Cursor supply cutoff?

OpenAI announced on 8-28 that model supply to Cursor ends: individual Pro access stops on 2026-11-12, enterprise transition until 2026-12-31. Tools built on ACP / MCP open standards can still use OpenAI models. This is a progress note on last week's headline.

Next Steps

Key points

  • The Assistants API shut down on 2026-08-26 (official changelog wording) -- migrate to the Responses API / Conversations API; an official migration guide is available
  • Four transcription models deprecated -- whisper-1 / gpt-4o-transcribe / gpt-4o-mini-transcribe / gpt-4o-transcribe-diarize stop on 2027-02-26; migrate to gpt-live-transcribe / gpt-transcribe
  • The Sol price cut is confirmed by the official changelog: $4/$20 from 2026-08-21 (input -20%, output -33%), promo lasting at least to 2026-11-21
  • Per-request regional processing shipped the same day: prefixed domain with a Global-geography project API key; existing compliance requirements unchanged
  • DALL·E GPT retired on schedule on 2026-08-30; ChatGPT Images takes over
  • The Cursor supply cutoff is counting down: 11-12 (individual) / 12-31 (enterprise)

Frequently asked questions

The official changelog states: The Assistants API shut down on August 26, 2026. Migrate to the Responses API and Conversations API; an official migration guide is available. The Assistants endpoints are no longer available, so production code still calling them needs to migrate now; one user flow at a time is fine.

Official references

Related articles

Subscribe to GPTMap Weekly

One email every Monday: curated OpenAI updates, deep dives, and best practices. No ads, unsubscribe anytime.

GPTMap EditorialPublished 2026-08-31 6 min read
Test environment (EEAT)
Last tested: 2026-08-31
Model used: gpt-5.6