- Is GPT-6 Astra better than Claude Fable 5.1?
- On computer use, terminal work, long-context retrieval, and frontier maths, yes. On general intelligence and multidisciplinary reasoning, no: Fable 5.1 leads the Artificial Analysis Intelligence Index at 65.7 against 61.2 and Humanity's Last Exam with tools at 65.0% against 57.2%. On coding they are effectively tied. They are the same headline price, so the tiebreakers are cache pricing and long-context billing, where Anthropic is currently cheaper.
- Should we make Astra our default model?
- Almost certainly not. It costs two and a half times GPT-5.6 Sol and its lead over Sol is concentrated in specific categories. We keep Sol or Terra as the default and route to Astra for computer use, incident response, terminal agents, and very long-context retrieval, with the routing rule proven on customer evals.
- What does the 272K long-context threshold actually cost us?
- Above 272,000 input tokens, the entire request bills at 2x input and cache rates and 1.5x output, not just the tokens over the line. That turns $10 / $50 into $20 / $75 for the whole call. Price your p95 request, not your median, and consider whether retrieval would keep you under the threshold more cheaply than paying to cross it.
- Can we use Astra for security work?
- The publicly deployed model is restricted and refuses in cyber areas, at a 91.5% jailbreak refusal rate. Legitimate security research runs through OpenAI's separate trust-based access tiers, and OpenAI also ships gpt-5.6-cyber and the Daybreak Red and Blue models for authorised offensive and defensive work. This is an access-and-contract question before it is a technical one.
- What is the chain-of-thought monitorability problem?
- OpenAI's system card reports a substantial decrease in how well Astra's written reasoning can be inspected for signs of misaligned behaviour, and says a continued trend across generations would soon leave them with significantly reduced confidence in detecting many forms of it. Practically: do not treat visible reasoning as an audit trail. Verify outputs externally, scope tool permissions tightly, and gate consequential actions on a human.
- Does Astra handle audio or generate images?
- No. It takes text and images as input and returns text. Audio runs through the realtime and transcription models, image generation through gpt-image-2, and embeddings through the embedding models. If your code assumes the flagship model ID works across the whole OpenAI surface, that assumption breaks here.