OpenAI Assistants API shuts down on August 26, 2026
OpenAI is removing the Assistants API and directs developers to the Responses API and Conversations API.
- Provider
- OpenAI
- Surface
- OpenAI API
- Change type
- api sunset
- Shutdown
- Announced
- Last verified
What breaks
Applications that create assistants, threads, messages, or runs through the Assistants API must migrate before the removal date.
- Assistants API integrations will stop working after the API is removed.
Affected identifiers and fields
Search your code, environment variables, gateway configuration, and stored request templates for these exact values.
Assistants API/v1/assistants/v1/threadsclient.beta.assistantsclient.beta.threads
assistantthreadrunclient.betaAssistants API v2
Migration target
Use the official Assistants-to-Conversations migration guide to move state and execution to Responses and Conversations.
Responses APIConversations API/v1/responses/v1/conversations
What to do
Inventory Assistants and Threads SDK usage, map it to Responses and Conversations, migrate stored state, and run end-to-end tool and conversation tests before August 26.
Official source receipts
These provider pages support the dates, identifiers, symptoms, and migration direction recorded above.
OpenAI · Official documentation
OpenAI · Official documentation