• bitcoinBitcoin(BTC)$81,057.004.96%
  • ethereumEthereum(ETH)$2,502.794.94%
  • tetherTether(USDT)$1.000.03%
  • binancecoinBNB(BNB)$723.065.04%
  • rippleXRP(XRP)$1.446.87%
  • usd-coinUSDC(USDC)$1.000.01%
  • solanaSolana(SOL)$103.613.71%
  • tronTRON(TRX)$0.3301831.63%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.031.91%
  • HyperliquidHyperliquid(HYPE)$86.646.16%
  • zcashZcash(ZEC)$940.2915.37%
  • dogecoinDogecoin(DOGE)$0.0871756.64%
  • RainRain(RAIN)$0.0171232.47%
  • moneroMonero(XMR)$517.842.63%
  • USDSUSDS(USDS)$1.000.01%
  • chainlinkChainlink(LINK)$11.806.55%
  • whitebitWhiteBIT Coin(WBT)$73.964.61%
  • leo-tokenLEO Token(LEO)$9.330.94%
  • cardanoCardano(ADA)$0.2197418.80%
  • stellarStellar(XLM)$0.1831474.04%
  • bitcoin-cashBitcoin Cash(BCH)$254.924.55%
  • daiDai(DAI)$1.00-0.01%
  • CantonCanton(CC)$0.1118162.96%
  • Ethena USDeEthena USDe(USDE)$1.000.04%
  • USD1USD1(USD1)$1.000.03%
  • litecoinLitecoin(LTC)$51.082.84%
  • uniswapUniswap(UNI)$6.328.59%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.372.83%
  • hedera-hashgraphHedera(HBAR)$0.0788795.47%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • avalanche-2Avalanche(AVAX)$7.504.52%
  • suiSui(SUI)$0.783.97%
  • shiba-inuShiba Inu(SHIB)$0.0000052.79%
  • paypal-usdPayPal USD(PYUSD)$1.000.02%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • crypto-com-chainCronos(CRO)$0.0573595.94%
  • tether-goldTether Gold(XAUT)$4,468.481.66%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • nearNEAR Protocol(NEAR)$1.944.00%
  • Ripple USDRipple USD(RLUSD)$1.00-0.01%
  • MemeCoreMemeCore(M)$1.04-3.13%
  • okbOKB(OKB)$108.504.99%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.29%
  • BittensorBittensor(TAO)$225.504.21%
  • aaveAave(AAVE)$132.874.76%
  • pax-goldPAX Gold(PAXG)$4,477.281.62%
  • AsterAster(ASTER)$0.72-1.35%
  • mantleMantle(MNT)$0.571.24%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0574922.78%
  • OndoOndo(ONDO)$0.3610873.38%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold

September 3, 2026
in AI & Technology
Reading Time: 12 mins read
A A
OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold
ShareShareShareShareShare

Today, OpenAI released GPT-6 Astra. The company calls it its most intelligent and aligned model, and positions it primarily as a computer-use system rather than a chat model. The pitch is that Astra operates software the way a person does, across browsers, spreadsheets, desktop applications and terminals, and finishes multi-step jobs instead of describing how to do them.

Is it deployable? Partly, and not on your own hardware. Astra is a closed, hosted model with no released weights, so self-hosting is not an option. It is live today only for organizations in OpenAI’s Trusted Access and Daybreak programs.

YOU MAY ALSO LIKE

Nvidia Makes $3.5 Billion Bet on MediaTek

Nvidia Makes MediaTek Partnership Even Bigger, Huang Says

What is actually new

The main change for devs is context handling. Codex previously used compaction, summarizing earlier turns once context filled up. That process discards the detail an agent later needs: why a fix failed, which tests ran, which requirement was added early. Astra instead keeps notes across context windows and searches back into earlier messages and tool output. The feature ships experimental behind a config.toml setting and becomes the Codex default in the coming weeks.

Astra can also ask the user a question while continuing work that does not depend on the answer. That removes a common agent failure where one unresolved decision stalls an entire job.

On the model page, Astra lists a 1,050,000-token context window, 128,000 max output tokens and an April 30, 2026 knowledge cutoff. Input is text and image, output is text only. reasoning.effort adds two new levels above high: xhigh and max. Tool support covers computer use, hosted shell, apply patch, skills, MCP and tool search. Fine-tuning is not supported.

The benchmark picture

OpenAI reports 72.6% on OSWorld V2-Offline against 65.7% for GPT-5.6 Sol, with average task time falling from roughly 75 minutes to 40. Anthropic reports 77.9% for Claude Fable 5.1 but says it used a different OSWorld release and should not be compared directly.

Astra scores 99.9% on ARC-AGI-3. That number was produced with a Responses API harness that retains reasoning between turns and uses compaction for long contexts, and OpenAI has previously shown those settings move ARC-AGI-3 scores substantially without changing the model. The result measures the model plus the agent system.

Other reported figures: 97.6% on FrontierMath Tier 4, 95.9% on BenchCAD Vision2Code against 84.3% for Fable 5.1, and 64.6% on Terminal-Bench Science against Anthropic’s reported 52.6%. Epoch AI notes OpenAI funded FrontierMath and has exclusive access to part of it.

Coding is the weak spot in the story. Astra scores 74.1% on DeepSWE v1.1 versus 72.7% for Sol. Meta reported 75.4% for Muse Spark 1.3 at maximum reasoning, and the public leaderboard puts Gemini 3.8 Flash and Claude Opus 5 near 74%. On a 113-task benchmark, those gaps are one or two tasks.

‘;wrap.insertAdjacentHTML(‘beforeend’,h);
});
function run2(){var f=document.querySelectorAll(‘#bars .fill’);
f.forEach(function(x){x.style.width=”0″});
setTimeout(function(){f.forEach(function(x,i){setTimeout(function(){x.style.width=x.dataset.w+’%’},i*70)})},60);}

// panel 3
var inT=document.getElementById(‘inTok’),outT=document.getElementById(‘outTok’);
function fmt(n){return n.toLocaleString(‘en-US’)}
function cost(i,o,pi,po){var m=i>272000?1:0;var ci=(i/1e6)*pi*(m?2:1);var co=(o/1e6)*po*(m?1.5:1);return ci+co;}
function calc(){var i=+inT.value,o=+outT.value;
document.getElementById(‘inLab’).textContent=fmt(i);
document.getElementById(‘outLab’).textContent=fmt(o);
var a=cost(i,o,10,50),s=cost(i,o,5,30);
document.getElementById(‘cAstra’).textContent=”$”+a.toFixed(2);
document.getElementById(‘cSol’).textContent=”$”+s.toFixed(2);
document.getElementById(‘cRatio’).textContent=(a/s).toFixed(1)+’x’;}
inT.addEventListener(‘input’,calc);outT.addEventListener(‘input’,calc);calc();

run0();run2();
window.addEventListener(‘load’,sync);setTimeout(sync,200);setTimeout(sync,900);
})();

“>

Astra is the first model OpenAI has designated as reaching the Critical cybersecurity threshold in its Preparedness Framework. In testing it developed exploits for hardened browsers and operating systems, and found two previously unknown V8 vulnerabilities that OpenAI says it is disclosing to maintainers.

The consequences are practical. Standard access refuses advanced cybersecurity work including exploit discovery. For API developers, a cybersecurity safety check stops a task outright rather than pausing for approval. OpenAI’s Mia Glaese warned that users outside trusted-access programs may hit slowdowns, pauses or blocks, sometimes during unrelated work.

OpenAI reports 100% on ExploitBench, an aggregate capability-coverage score rather than a pass rate, and 42.4% on ExploitGym against 30.3% for Sol, with the usual six-hour time limit removed for both.

Astra costs $10 per million input tokens and $50 per million output, with cached input at $1.00. Requests above 272K input tokens bill at 2x input and 1.5x output for the full request. Batch and Flex run at 50%, Fast mode at 2x. Pro, Business and Enterprise users also get Astra Pro.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

Credit: Source link

ShareTweetSendSharePin

Related Posts

Nvidia Makes .5 Billion Bet on MediaTek
AI & Technology

Nvidia Makes $3.5 Billion Bet on MediaTek

September 4, 2026
Nvidia Makes MediaTek Partnership Even Bigger, Huang Says
AI & Technology

Nvidia Makes MediaTek Partnership Even Bigger, Huang Says

September 4, 2026
We Accelerate Every AI Model in the World, Huang Says
AI & Technology

We Accelerate Every AI Model in the World, Huang Says

September 4, 2026
Meta Agrees to Settle Lawsuit Over Social Media Claims
AI & Technology

Meta Agrees to Settle Lawsuit Over Social Media Claims

September 4, 2026
Next Post
Apple’s 2,300% Rally Under Tim Cook

Apple’s 2,300% Rally Under Tim Cook

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
New York building collapse caught on camera

New York building collapse caught on camera

August 31, 2026
Michigan progressive ‘certainly’ welcomes DNC money despite criticizing ‘corporate-funded Democrats’

Michigan progressive ‘certainly’ welcomes DNC money despite criticizing ‘corporate-funded Democrats’

August 28, 2026
Rep. Miller vows to remain in reelection race amid abuse allegations

Rep. Miller vows to remain in reelection race amid abuse allegations

August 30, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!