-
New Chat and Session API Endpoints: You can now manage chats and sessions using the new API endpoints
/chat
,/chat/{id}
,/chat/responses
,/session
, and/session/{id}
. This enables you to programmatically create, retrieve, and manage chat conversations and sessions within your applications. -
Variable Extraction Feature Removed: The variable extraction functionality has been removed from the API. You’ll need to update your workflows if you previously used variable extraction, as it is no longer supported.
-
Specify Regions for OpenAI Models: You can now specify the region for OpenAI models in
OpenAIModel
andWorkflowOpenAIModel
by including a region in themodel
property, likegpt-4.1-2025-04-14:westus
. This helps you comply with data residency rules or regional requirements by ensuring data processing occurs in specified locations. -
New OpenAI Models Added: A range of new OpenAI models, including regional variants, are now available for use. You can choose these new models to better align with your application’s performance needs and regional compliance requirements.
Get the (almost) daily changelog