API
Sep 3, 2026
Introducing GPT-6 Astra
Today we’re introducing GPT‑6 Astra, with improvements in coding, research, computer use, and complex, multi-step work. Astra can create documents, spreadsheets, and presentations that follow your templates and instructions, and adapt when you add requirements or change direction.
Access is rolling out to a limited set of organizations. Astra is not yet generally available. Broader availability is planned over the coming days.
Astra includes additional safety monitoring to look for cases where agents may not have interpreted your instructions correctly. If a potential case is detected, the conversation may be paused or stopped as a precaution for you to review and decide how to proceed.
gpt-6-astra
v1/responses
v1/chat/completions
Released GPT‑6 Astra, our most capable model, built for the hardest end-to-end work.
Use GPT‑6 Astra for reasoning, coding, computer use, research, and document creation. It combines these capabilities to carry complex tasks from an initial request to a finished result, using the context and tools you provide.
Key changes to consider when migrating:
GPT‑6 Astra does not support the `none` reasoning effort level.
GPT‑6 Astra does not support custom `temperature` or `top_p` values or log probabilities (`logprobs`).
Tool calling requires the Responses API. If you use tools with Chat Completions, follow the Responses migration guide.
Misalignment monitoring asynchronously checks for potential issues during agent work in supported Responses API requests. Checks can trigger safety alerts or stop a conversation for review.
v1/responses
Added new controls for long-running work with GPT‑6 Astra in the Responses API:
Async tool calling: Let the model continue working while your application runs function or custom tools, then return results as they become available.
Mid-turn steering: Send additional instructions while a response is in progress over WebSockets, so the model can incorporate corrections or changing requirements.
Change reasoning effort mid-conversation: Increase effort for difficult work or reduce it for routine follow-ups while preserving the cached prompt prefix.