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.
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
| Date | Event | Importance |
|---|---|---|
| 2026-08-21 | Sol cut to $4/$20 (promo); per-request regional processing shipped (backfilled) | ⭐⭐⭐ |
| 2026-08-26 | Assistants API shut down; four transcription models deprecated (backfilled) | ⭐⭐⭐ |
| 2026-08-28 | OpenAI announces model supply to Cursor ends (last week's headline) | ⭐⭐⭐ |
| 2026-08-30 | DALL·E GPT retires on schedule | ⭐⭐ |
| 2026-08-31 | This 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:
| Model | Shutdown | Migration target |
|---|---|---|
whisper-1 | 2027-02-26 | gpt-live-transcribe / gpt-transcribe |
gpt-4o-transcribe | 2027-02-26 | Same |
gpt-4o-mini-transcribe | 2027-02-26 | Same |
gpt-4o-transcribe-diarize | 2027-02-26 | Same |
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
- The full migration comparison from Assistants / Chat Completions? Read Responses API vs Chat Completions: Is It Time to Migrate?.
- Model selection after the Sol cut? Read GPT Models Complete Guide (2026-07): Choosing Between GPT-5.6 Sol / Terra / Luna.
- Tracking OpenAI updates systematically? Read How to Track OpenAI Updates: Three Surfaces and the 90-Day Rule.
- Last week's flash? Read OpenAI Ecosystem Week 41 Flash (2026-08-28/29): Cursor Cutoff, Google Accounts, DALL·E Sunset.
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
Official references
Related articles
OpenAI Ecosystem Week 41 Flash (2026-08-28/29): Cursor Cutoff, Google Accounts, DALL·E Sunset
OpenAI week 41 flash: model supply to Cursor ends 2026-11-12 after the SpaceX acquisition; ChatGPT adds multiple Google accounts in one conversation; temporary chats get personalization; DALL·E GPT retires today.
Read articleOpenAI Ecosystem Week 40 (2026-08-21 to 2026-08-27): GPT Store Enterprise, EU AI Act
OpenAI ecosystem week 40 (2026-08-21 to 2026-08-27) weekly tracker: GPT Store Enterprise rollout, EU AI Act 8-2 enforcement, Agents SDK 1.0 stable, Realtime multilingual expansion, o-series pricing update.
Read articleOpenAI ecosystem week 39 tracker (2026-08-25): 7-week stability + cross-model ecosystem
OpenAI ecosystem signals for week 39 of 2026 (8/25): GPT-5.6 week 7 of stable operation, Azure multi-model ecosystem mature, Realtime scenario phase, EU AI Act week 4 of enforcement. Closes with 5 things developers should do this week.
Read articleSubscribe to GPTMap Weekly
One email every Monday: curated OpenAI updates, deep dives, and best practices. No ads, unsubscribe anytime.