Overnight, GPT-5.6 Sol Was Accelerated 14x by OpenAI

marsbitPublished on 2026-08-14Last updated on 2026-08-14

Abstract

OpenAI, in collaboration with chipmaker Cerebras, has unveiled a limited preview of an "Ultrafast Mode" for its flagship GPT-5.6 Sol model. This new service tier reportedly achieves output speeds of up to 750 tokens per second—a 14x increase over the standard mode's baseline of ~53 tokens/s—without any loss in quality. Key to this acceleration is Cerebras's wafer-scale architecture (WSE-3), which houses model parameters entirely in on-chip SRAM to eliminate the memory bandwidth bottlenecks typical of traditional GPU clusters. In benchmark testing on the challenging "Humanity's Last Exam" (HLE), GPT-5.6 Sol in Ultrafast Mode answered all 2500 questions in 11 hours and 11 minutes, compared to over 78 hours for a competitor model, while maintaining similar accuracy. The speed boost also translated to a 5.6x faster end-to-end performance on the GDP-Val benchmark for economically valuable knowledge work. OpenAI highlights several potential applications for such rapid inference, including real-time event response and reliability analysis, dynamic financial research and security, complex customer support, interactive shopping assistance, and accelerated research and experimentation workflows that enable multiple iterative cycles within a single workday. This advancement may allow users to deploy the highest-tier models for tasks previously requiring slower secondary models, significantly compressing multi-step agent workflows from hours to minutes.

Is AI starting to leverage information asymmetry?

In the early hours of August 14th, OpenAI, in partnership with AI chip manufacturer Cerebras, officially previewed a new service tier called "Ultrafast Mode" for its flagship model GPT-5.6 Sol.

In this mode, the output speed of GPT-5.6 Sol can reach up to 750 tokens/s. Compared to the baseline inference speed of about 53 tokens/s in the current Standard mode, this represents a speed increase of up to 14 times, with no reduction in quality. For perspective, the accelerated GPT-5.6 Sol is 11 times faster than Fable 5 and 5 times faster than Opus 4.8 in its Fast mode.

The Ultrafast mode will be launched first in the OpenAI API and is currently available in a limited preview to some customers.

For this, OpenAI and Cerebras also created a comparison table showing the current speed and intelligence of leading AI large models. GPT-5.6 Sol Ultrafast holds an absolutely leading position:

In Cerebras's blog, engineers described tests conducted on the "Humanity's Last Exam" (HLE) benchmark, where they compared the Ultrafast-accelerated model with direct competitors. As we know, HLE is a challenging model benchmark containing 2500 questions, typically only solvable by Ph.D.s in fields like chemistry, economics, and literature.

GPT-5.6 Sol in Ultrafast mode answered all questions in just 11 hours and 11 minutes. In contrast, Claude Fable 5 required 78 hours and 27 minutes—over three days of continuous computation—to reach the same conclusions. GPT's Ultrafast mode completed the frontier of human knowledge in a single workday, achieving nearly 7 times the speed of Claude Fable while maintaining similar accuracy.

As model capabilities continue to improve, the application scope of fast inference will also expand. GPT-5.6 Sol is OpenAI's best-performing model to date for legal documents, financial models, and engineering reports. On the GDP-Val benchmark (which measures economically valuable knowledge work tasks), Ultrafast achieved a 5.6x end-to-end speed improvement without any drop in quality, fully demonstrating how faster reasoning speeds can accelerate economically valuable work.

Faster AI processing adds significant possibilities to emerging workflows. People can now deploy agents onto the critical path of problems. OpenAI lists some application scenarios for you:

  • Incident response and reliability: When critical systems fail, AI analyzes application logs, recent code changes, and engineer reports to identify potential causes and help prepare fixes while the incident is still ongoing.
  • Financial research and security: Analyzing market signals, evaluating trades, and identifying suspicious activities in rapidly changing market conditions.
  • Customer support and voice: Resolving complex customer issues in real-time, even when finding answers requires multiple steps or systems, without interrupting the conversation.
  • Commerce: Answering product questions, checking inventory, personalizing recommendations, and resolving checkout issues while shoppers are still deciding, preventing hesitation from turning into abandoned carts.
  • Real-time research and experimentation: Transforming research that previously required overnight processing into interactive work sessions, allowing teams to test ideas, check results, adjust methods, and run another experiment without breaking their workflow.

Internally at OpenAI, developers tested GPT-5.6 Sol in Ultrafast mode. Incident response is an example of using Ultrafast. When an alert triggers, engineers need to build an accurate picture of the incident while systems and evidence are still changing. With Sol-level intelligence, teams can quickly read logs, analyze traces, summarize conversations, determine the next steps for investigation, and assist in preparing or verifying fixes. Ultrafast mode reduces the delay between observing a signal, verifying hypotheses, and choosing the next action, while engineers remain responsible for judgment and deployment.

In research, the OpenAI team uses Ultrafast to quickly search knowledge bases, query data, and rapidly gather, organize, and summarize information from various tools. A common research workflow used to involve team members launching a batch of experiments overnight and reviewing results the next morning. With Ultrafast, the discovery process can be shortened, supporting multiple iterations within a single workday.

The breakthrough of Ultrafast mode lies in breaking the memory bandwidth bottleneck of traditional GPU clusters during the autoregressive decoding stage of large models. Its implementation primarily relies on Cerebras's wafer-scale hardware architecture.

Among AI chip manufacturers, Cerebras's solution is unique: its successive chip generations are manufactured from entire silicon wafers, integrating vast numbers of computing cores and ultra-high-speed interconnection networks on a single die.

Traditional GPUs, when running autoregressive token generation for large models, are limited by memory bandwidth, requiring constant transfer of massive model weights between off-chip HBM and computing cores. Additionally, multi-card partitioning introduces communication delays across chips (via PCIe/NVLink).

In contrast, each of Cerebras's latest wafer-scale chips (WSE-3) integrates 4 trillion transistors, delivers 125 petaflops of AI compute power, and features up to 44 GB of on-chip high-speed SRAM. Model parameters reside directly in the high-bandwidth on-chip SRAM, eliminating the wait time associated with repeatedly loading weights from off-chip memory.

Of course, as a cutting-edge flagship model, the full parameter count of GPT-5.6 Sol obviously far exceeds the chip's capacity. Cerebras also has a "Pipelined across wafers" mechanism. This distributes the various network layers of the model across multiple wafers, with each layer's parameters residing in the SRAM of its respective chip, allowing tokens to seamlessly flow between wafers in a pipeline.

For many large model users, a 14x speedup for the flagship model means that many tasks that previously required switching to secondary models (like Luna and Terra) can now be confidently run at full power. For Agent tasks requiring multi-round tool use, code generation/debugging, and complex chain-of-thought reasoning, processes that used to take hours can be compressed into minutes.

Faster speeds might also mean a shift in how we use AI:

Within the AI community, people are already looking forward to Ultrafast mode versions for Luna and Terra. The only question is whether Cerebras's chips will be sufficient.

References:

https://openai.com/index/previewing-ultrafast/

https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultrafast-with-openai

This article is from the WeChat public account "Almost Human" (ID: almosthuman2014), by the machinehearts team focused on large models.

Trending Cryptos

Related Questions

QWhat is the key feature of OpenAI's newly previewed 'Ultrafast Mode' for GPT-5.6 Sol, and what is its claimed performance improvement?

AThe key feature is a 14x increase in output speed, reaching up to 750 tokens per second (tokens/s), compared to the Standard mode baseline of approximately 53 tokens/s, without any reduction in quality.

QWhich AI chip manufacturer did OpenAI partner with to achieve the speed boost for GPT-5.6 Sol's Ultrafast Mode?

AOpenAI partnered with the AI chip manufacturer Cerebras to achieve the speed boost for the Ultrafast Mode.

QAccording to the article, in what major test did GPT-5.6 Sol Ultrafast demonstrate a significant speed advantage over its competitor Claude Fable 5?

AIn the 'Humanity's Last Exam' (HLE) benchmark test, GPT-5.6 Sol Ultrafast answered all 2500 questions in 11 hours and 11 minutes, while Claude Fable 5 took 78 hours and 27 minutes, making it almost 7 times faster.

QWhat is the fundamental technical reason mentioned for the speed breakthrough in Ultrafast Mode, addressing a limitation of traditional GPU clusters?

AThe breakthrough comes from Cerebras's wafer-scale hardware architecture, which keeps the entire model's parameters in the chip's high-bandwidth on-chip SRAM. This eliminates the memory bandwidth bottleneck and the latency caused by repeatedly loading weights from external memory (like HBM in GPUs) and cross-chip communication.

QWhat are two potential application scenarios for Ultrafast AI models listed in the article?

ATwo potential application scenarios are: 1) Event response and reliability: Analyzing logs and reports in real-time to help diagnose and fix critical system failures as they occur. 2) Real-time research and experimentation: Turning overnight research processes into interactive sessions, allowing teams to iterate on ideas and test results multiple times within a single workday.

Related Reads

Bitcoin Price Drops to $62,470 as Sellers Retest $63,000 Support Level

Bitcoin's price fell below $63,000 for a second consecutive day on Friday, hitting an intraday low of $62,470. The cryptocurrency later recovered to trade just above $63,000, leaving it nearly flat for the past 24 hours and for August overall, with a weekly loss of 2.6%. The volatility triggered significant liquidations, with $26 million of leveraged long Bitcoin positions liquidated over 24 hours. Market sentiment was further dampened by data showing over $131 million in outflows from spot Bitcoin ETFs for a second straight day, signaling a potential pullback by institutional investors. Adding to the negative pressure, index provider MSCI has proposed new criteria for "non-operating companies" in its global indexes, which could lead to the exclusion of firms holding significant digital assets like Bitcoin on their balance sheets. Companies such as Strategy and Metaplanet could be affected, potentially forcing index-tracking funds to sell their shares. Strategy publicly criticized the proposal, arguing digital assets are legitimate assets and index providers should not dictate what companies can own. Public consultations on MSCI's proposal end September 30, with a final decision expected by October 16. If approved, exclusions could begin in November, potentially triggering sustained institutional selling and damaging a key bridge for Bitcoin adoption in the corporate sector.

cryptonews.ru58m ago

Bitcoin Price Drops to $62,470 as Sellers Retest $63,000 Support Level

cryptonews.ru58m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of SOL (SOL) are presented below.

活动图片