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

marsbitОпубликовано 2026-08-14Обновлено 2026-08-14

Введение

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.

Трендовые криптовалюты

Связанные с этим вопросы

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.

Похожее

Эксперты назвали причины падения биткоина после снижения инфляции в США

Благоприятные данные по инфляции в США в июле, соответствовавшие или превзошедшие ожидания, не привели к росту биткоина. Эксперты CryptoQuant видят основную причину в слабом спотовом спросе. Приток в американские биткоин-ETF остаётся низким, а индекс Coinbase Premium, указывающий на активность инвесторов из США, сохраняется в отрицательной зоне. Это свидетельствует об ограниченном покупательном давлении. При этом позиции на фьючерсном рынке остаются высокими, создавая дисбаланс: слабая ликвидность и спрос при значительном объёме маржинальных позиций. В таких условиях даже позитивные макроновости могут не спровоцировать рост, а скорее привести к закрытию лонгов и дальнейшему давлению на цену. Ключевым уровнем сопротивления названа отметка около $68 700. Для возобновления устойчивого роста рынку, по мнению аналитиков, необходим возобновлённый приток в ETF, рост спотовых объёмов, переход Coinbase Premium в плюс и уверенное закрепление биткоина выше $68 700.

cryptonews.ru8 мин. назад

Эксперты назвали причины падения биткоина после снижения инфляции в США

cryptonews.ru8 мин. назад

Курс биткоина опустился до 62 470 долларов, поскольку продавцы вновь тестируют уровень поддержки в 63 000 долларов

Курс биткоина в пятницу продолжил снижение, вновь опустившись ниже уровня поддержки в 63 000 долларов и достигнув дневного минимума в 62 470 долларов. Несмотря на последующее восстановление до отметки около 63 000 долларов, динамика цены оставалась вялой, а рыночная капитализация удерживалась ниже 1,27 трлн долларов. На рынке усилилась волатильность, приведя к значительным ликвидациям длинных позиций с кредитным плечом. Дополнительное давление оказал устойчивый отток средств из спотовых биткоин-ETF, что говорит о возможном отступлении институциональных инвесторов. Ситуацию усугубило предложение провайдера индексов MSCI о новых критериях отбора, которые могут привести к исключению из индексов компаний, активно использующих биткоин в казначейских резервах, таких как Strategy и Metaplanet. Это потенциально спровоцирует их принудительную распродажу институциональными фондами. Strategy публично осудила данную инициативу, заявив, что поставщики индексов должны измерять рынки, а не диктовать компаниям, какими активами владеть. Окончательное решение MSCI ожидается в октябре, и в случае принятия новые правила могут начать действовать уже в ноябре, создавая дополнительные препятствия для роста биткоина в конце года.

cryptonews.ru9 мин. назад

Курс биткоина опустился до 62 470 долларов, поскольку продавцы вновь тестируют уровень поддержки в 63 000 долларов

cryptonews.ru9 мин. назад

Тайно намайнил 1 BTC на рабочих компьютерах: сотруднику криптофирмы грозит тюрьма

40-летний Кристофер Ренкин из Вашингтона признал вину в несанкционированном доступе к компьютерам компании по майнингу биткоинов в Ниагара-Фолс и краже криптовалюты. В 2021 году, работая в компании, он вручную перезагрузил и перенаправил около 100 рабочих компьютеров на свой собственный майнинг-пул. В результате ему удалось завладеть 1,0668 BTC (на тот момент около $53 315). Его действия также перевели оборудование в режим высокой производительности, что нанесло ему ущерб и сократило срок службы. Ренкин был признан виновным по обвинению в нанесении ущерба защищенному компьютеру. Максимальное наказание по этой статье — до одного года лишения свободы и штраф до $100 000. Приговор будет оглашен 17 ноября 2026 года.

cryptonews.ru10 мин. назад

Тайно намайнил 1 BTC на рабочих компьютерах: сотруднику криптофирмы грозит тюрьма

cryptonews.ru10 мин. назад

Криптопроект Трампов отложил запуск связанного с Мальдивами токена

Криптопроект семьи Трампа World Liberty Financial ($WLFI) отложил запуск токена, связанного со строительством курортного комплекса Trump International Hotel & Resort на Мальдивах. Токен, который планировался к выпуску в 2027 году для токенизации доходов инвесторов от отеля, был приостановлен из-за нарушения транспортного сообщения в регионе на фоне войны США с Ираном. В компании также изучают возможности токенизации в сферах недвижимости, нефте- и газодобычи. Нативный токен $WLFI не отреагировал на новость, его цена остается около $0,05, что на 88% ниже исторического максимума. Несмотря на то, что Дональд Трамп отчитался о крупных заработках на криптовалютах, публичные проекты его семьи, такие как майнинговая компания American Bitcoin и Trump Media and Technology Group, продолжают нести значительные убытки.

cryptonews.ru11 мин. назад

Криптопроект Трампов отложил запуск связанного с Мальдивами токена

cryptonews.ru11 мин. назад

Количество активных адресов XRP выросло на 84%, цена на 72% ниже максимума

В экосистеме XRP наблюдается расхождение между ростом сетевой активности и динамикой цены. Количество активных адресов увеличилось на 84%, достигнув 43 543, однако цена токена торгуется примерно на 72% ниже своего исторического максимума в $3,66. Ключевым уровнем стал диапазон $1-$1,06, вокруг которого сконцентрирована текущая рыночная ситуация. Крупные держатели накопили более 380 млн XRP за предыдущую неделю, а на месячном графике появился сигнал на покупку по индикатору Tom DeMark Sequential. Несмотря на рост открытого интереса по мере приближения к зоне ликвидности около $1, спотовый объём остаётся ограниченным. Удержание уровня $1 и возврат выше $1,06 могут поддержать восстановление цены. Падение ниже $1 способно усилить давление на ликвидацию длинных позиций. Ставки финансирования остаются преимущественно положительными с конца июня, что указывает на преобладание длинных позиций на фьючерсных рынках. Технические индикаторы остаются слабыми: RSI ниже нейтрального уровня, а MACD находится в отрицательной зоне, сигнализируя о сохраняющемся медвежьем импульсе. Удержание $1 позволит протестировать сопротивление на $1,06, в то время как прорыв ниже может откинуть цену к уровням $0,98 и $0,93.

cryptonews.ru12 мин. назад

Количество активных адресов XRP выросло на 84%, цена на 72% ниже максимума

cryptonews.ru12 мин. назад

Торговля

Спот

Популярные статьи

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на SOL (SOL) представлены ниже.

活动图片