CapabilityWire
// event · model

OpenAI releases GPT-6 Astra frontier model

model
vendor: OpenAIpublished: 1d agoconfidence: 0.90id: 0e3596e1-dc1f-475f-b665-044835209aa0

OpenAI announced GPT-6 Astra, its new flagship model with state-of-the-art performance on computer use, coding, cybersecurity, and science tasks, and improved alignment. Positioned as OpenAI's most intelligent model to date, it targets agentic workflows that combine long-horizon reasoning with tool and computer control.

capability delta

an agent can now use GPT-6 Astra as a frontier model with improved computer use, coding, cybersecurity, and scientific reasoning capabilities.

curator note

Announcement blog post; API/pricing/model IDs not included in snippet — example code assumes standard OpenAI SDK pattern with a placeholder model id.

// example
python
from openai import OpenAI

client = OpenAI()

resp = client.responses.create(
    model="gpt-6-astra",
    input="Plan and execute a computer-use task: open a browser and summarize today's top ML paper.",
)
print(resp.output_text)
// links
openaigpt-6frontier-modelcomputer-usecoding-agent
source: blog · https://openai.com/index/gpt-6-astra