Cerebras and OpenAI Launch GPT-5.6 Sol Ultrafast: 750 Tokens Per Second — The World's Fastest AI Model 2026
On August 13, 2026, Cerebras Systems and OpenAI jointly announced "Ultrafast Mode" for GPT-5.6 Sol, available through the OpenAI API. The headline number: up to 750 output tokens per second — a speed the announcement dubs "the world's fastest frontier model." That is not an incremental bump over existing inference speeds; it is a categorical leap. At 750 tokens per second, a model generates roughly the length of a novel (100,000+ tokens) in under two and a half minutes. Tasks that previously demanded patience — analyzing outage logs, scanning network traffic for threats, running multi-step agent chains — now complete in the time it takes to blink.
The Partnership: What Was Announced
The official blog post, authored by Joyce Er of Cerebras and published on August 13, 2026, lays out a collaboration that pairs Cerebras's Wafer-Scale Engine (WSE) architecture with OpenAI's GPT-5.6 Sol model. The result is Ultrafast Mode — a serving configuration available first in the OpenAI API that achieves dramatic speedups by fundamentally changing how the model is executed on hardware.
The core architectural insight is simple to state and fiendishly difficult to execute. Traditional GPU-based inference stores model weights in HBM (High Bandwidth Memory) that is physically separate from the compute cores. Every inference step involves shuttling weights back and forth across this gap — a bottleneck that consumes the majority of inference time. Cerebras's WSE eliminates this gap entirely: the chip integrates 44 GB of SRAM directly on a wafer-sized processor. Model weights stay resident on-chip, and tokens pipeline through the model's layers across the wafer as if flowing down an assembly line. No weight movement. No memory-transfer bottleneck. Just compute.

Source: Cerebras official blog, August 13, 2026.
The Speed in Context
To grasp the magnitude of 750 tokens per second, consider how GPT-5.6 Sol Ultrafast stacks up against leading competitors:
| Model | Approximate Speed (tokens/sec) | Notes |
|---|---|---|
| GPT-5.6 Sol Ultrafast | Up to 750 | On Cerebras WSE architecture |
| GPT-5.6 Sol (standard, GPU-based) | ~50–80 | Typical GPU inference |
| Claude Fable 5 (Anthropic) | ~68 | Per Artificial Analysis reported speeds |
| Claude Opus 4.8 Fast mode | ~150 | Anthropic's Fast mode |
Compared to Anthropic's Claude Fable 5, GPT-5.6 Sol Ultrafast is 11x faster based on speeds reported by Artificial Analysis. Against Claude Opus 4.8 in Fast mode, it is 5x faster. These are not marginal gains — they represent a shift from "fast enough to be useful" to "so fast the model finishes before you can context-switch."
That phrase is not marketing embellishment. OpenAI researcher Jeffrey Wang is quoted in the announcement saying: "it now finishes for me before I even have the opportunity to context-switch." In practical developer terms, this means the model's response is ready before you have finished switching to another browser tab.
Humanity's Last Exam: 2,500 PhD-Level Questions in 11 Hours
One of the most striking demonstrations in the announcement involves the HLE Benchmark — Humanity's Last Exam — a test comprising 2,500 PhD-level questions spanning advanced scientific and technical domains. Here are the numbers:
- GPT-5.6 Sol Ultrafast: completed the full exam in 11 hours, 11 minutes
- Claude Fable 5: required 78 hours, 27 minutes for the same exam
Both models used xhigh reasoning settings, and both achieved "comparable accuracy" according to the announcement. GPT-5.6 Sol ran its evaluation on July 10, 2026; Claude Fable 5 ran from July 13 to July 15, 2026. Cerebras describes this result as "comparable accuracy nearly 7x faster" — a claim that, if it holds up under independent verification, represents a significant milestone in the speed-versus-quality tradeoff that has defined frontier model inference.
GDP-Val Benchmark: 5.6x End-to-End Speedup
Raw token throughput is one thing; real-world workflow speedup is another. The GDP-Val benchmark measures end-to-end performance in a practical setting. In a test conducted on July 31, 2026, GPT-5.6 Sol running with Ultrafast Mode and medium reasoning within Codex achieved a 5.6x end-to-end speedup with no quality degradation. This means developers using the model for complex coding and analytical tasks get the same quality of output in less than one-fifth of the time.
Why Cerebras WSE Is Fundamentally Different
Understanding why this speed is possible requires understanding why GPU-based inference is inherently limited. A modern GPU (such as NVIDIA's H100 or B200) is a marvel of engineering, but it operates on a split architecture: compute cores on one side, HBM memory on the other, connected by a data bus. For every single token generated, the model's weights must be read from HBM into the compute cores. For a model with hundreds of billions of parameters, this means moving terabytes of data per token — and the memory bandwidth, not the compute capacity, becomes the limiting factor.
Cerebras's Wafer-Scale Engine takes a radically different path. Instead of dicing a silicon wafer into dozens of small chips, Cerebras uses the entire wafer as a single, massive processor. The WSE integrates 44 GB of SRAM directly on the wafer — meaning the model's weights live in memory that is physically adjacent to the compute elements that process them. Tokens flow through the model's layers across the wafer surface, pipelining through the architecture like data on a conveyor belt. The weight-transfer bottleneck that dominates GPU inference simply does not exist. That is the structural reason behind the speed.
Use Cases: What Becomes Practical at 750 Tokens Per Second?
The announcement highlights specific scenarios that transition from "theoretically useful" to "genuinely practical" at these speeds:
- Production Outage Response: When a critical service fails, the model can ingest system logs, trace the root cause, and propose fixes in seconds rather than minutes — meaningful when every minute of downtime costs money.
- Cybersecurity Rapid Detection: Analyzing network traffic patterns and flagging anomalies in near-real-time, enabling automated threat response.
- Agent Workflows: Multi-step agent chains — "search, analyze, draft a report, send an email" — that previously took minutes now execute in seconds. This unlocks fully autonomous agent pipelines that were too slow to be practical.
- Legal Briefs: Processing thousands of pages of legal documents and generating comprehensive summaries in minutes.
- Financial Models: Building and iterating on complex financial models at a speed that allows rapid scenario testing.
- Engineering Reports: Analyzing project data and producing detailed technical reports without the waiting time that disrupts workflows.
What This Means for You: Impact on Gulf and Arab Region Developers
The practical question for developers in the Gulf, MENA, and broader Arab world is straightforward: when does this reach us, and what should we do about it?
When will Ultrafast Mode be available in the region? There is no official timeline for regional availability. Ultrafast Mode is currently in limited preview for a select group of customers globally. Because it launches first in the OpenAI API (not the consumer ChatGPT interface), developers and companies that consume the API programmatically will be the first to benefit — regardless of geographic location, as long as API access is available in their market. OpenAI API access is generally available in Gulf countries (UAE, Saudi Arabia, Qatar, Kuwait, Bahrain, Oman) and most MENA markets, though developers should verify current availability for their specific country.
How to get access? Two practical steps:
- Register on the waitlist at cerebras.ai/openai-ultrafast-signup using your work email.
- Monitor the preview page at openai.com/index/previewing-ultrafast/ for updates on rollout timelines.
No pricing has been disclosed. Expect Ultrafast Mode to carry a premium over standard GPU-based inference, but specific numbers will likely emerge as the service moves from limited preview to broader availability.
What does this mean for Arab startups and developers? If you are building products on top of LLMs — writing tools, legal assistants, data analysis platforms, automation agents — the speed unlock opens concrete new product categories:
- Real-time user-facing applications: Tools that generate responses instantly, with no loading spinner, creating a user experience indistinguishable from human-speed interaction.
- Multi-step autonomous agents: Agent pipelines that execute complex task chains in seconds, enabling fully automated workflows for research, content creation, and customer support.
- High-throughput batch processing: Processing large volumes of documents or data points at speeds that make same-day turnaround feasible for workloads that previously took days.
For ongoing coverage of AI tools available to developers, explore our curated tools section at /tools/ai. For deeper context on the GPT-5.6 model family — including the free Luna tier — read our earlier analysis at /blog/gpt-56-sol-luna-free-chatgpt-2026.
Honest Limitations: What the Announcement Does Not Tell You
The announcement is genuinely impressive, but a clear-eyed reading requires acknowledging several caveats:
- Limited preview, not general availability: Ultrafast Mode is not open to the public. Access is restricted to "a select group of customers," and the criteria for selection are not disclosed. Expanding access depends on Cerebras scaling its manufacturing and operational capacity for the WSE.
- No public pricing: Neither Cerebras nor OpenAI has disclosed the cost of Ultrafast Mode. Given the specialized hardware involved, it is reasonable to expect a price premium, but developers have no numbers to plan against.
- Benchmarks are internal: All performance comparisons — HLE results, GDP-Val speedup, speed versus Fable 5 and Opus 4.8 — were conducted internally by Cerebras, not by an independent third party. The announcement explicitly includes this caveat: "Observed inference speed improvements versus GPU-based systems may vary depending on workload, configuration, date and models being tested." Independent benchmarks from organizations like Artificial Analysis will be critical for verifying the claims.
- Infrastructure capacity is finite: The Wafer-Scale Engine is a highly specialized chip with limited production volume. The reason access is restricted is not artificial scarcity — it reflects the genuine constraint of how many WSE systems exist and can be deployed. Scaling production of wafer-scale processors is a multi-year endeavor.
- First in API, not ChatGPT: Ultrafast Mode launches in the OpenAI API first. There is no announced timeline for when (or whether) it will appear in the ChatGPT consumer interface. Developers integrating via API get the speed advantage; end users of ChatGPT do not — at least not yet.
These limitations do not negate the significance of the announcement. They do mean that the 750 tokens-per-second figure should be treated as a demonstrated capability under specific conditions, not as a guaranteed baseline for every production workload.
Frequently Asked Questions
How fast is GPT-5.6 Sol in Ultrafast Mode?
Up to 750 output tokens per second, according to the Cerebras announcement published on August 13, 2026. This translates to roughly 1,125 words per second in English output (assuming approximately 1.5 tokens per word). The announcement describes this as making GPT-5.6 Sol "the world's fastest frontier model."
How do I get access to Ultrafast Mode?
Register on the waitlist at cerebras.ai/openai-ultrafast-signup with your work email. The service is currently in limited preview for a select group of customers. You can also monitor the official preview page at openai.com/index/previewing-ultrafast/ for rollout updates. No timeline has been announced for general availability.
What is the Cerebras Wafer-Scale Engine?
The Wafer-Scale Engine (WSE) is a processor that uses an entire silicon wafer as a single chip, rather than cutting the wafer into smaller individual chips. It integrates 44 GB of SRAM directly on the wafer. This means model weights remain on-chip during inference, eliminating the data-transfer bottleneck that dominates GPU-based inference. Tokens pipeline through model layers across the wafer surface, enabling dramatically faster throughput.
Is GPT-5.6 Sol Ultrafast faster than Claude Fable 5?
Yes, according to Cerebras's benchmarks. On the HLE Benchmark (Humanity's Last Exam), GPT-5.6 Sol Ultrafast completed 2,500 PhD-level questions in 11 hours and 11 minutes, while Claude Fable 5 required 78 hours and 27 minutes — achieving comparable accuracy nearly 7x faster. Based on Artificial Analysis reported speeds, GPT-5.6 Sol Ultrafast is 11x faster than Fable 5 and 5x faster than Claude Opus 4.8 in Fast mode. However, these benchmarks were conducted internally by Cerebras and have not yet been independently verified.
How much does Ultrafast Mode cost?
No pricing has been disclosed in the announcement. Pricing details will likely be revealed as Ultrafast Mode transitions from limited preview to broader availability. Developers should monitor official channels from both Cerebras and OpenAI for pricing announcements.
The Bottom Line
The Cerebras-OpenAI partnership represents a genuine inflection point in the inference speed race. The number — 750 tokens per second — is not a 20% improvement. It is a shift to a different order of magnitude. If the demonstrated speeds hold up in production environments and independent benchmarks confirm the claims, the implications are significant: agent workflows that complete in seconds, real-time threat detection, and a developer experience where waiting for model output becomes a thing of the past.
The open questions are equally clear: pricing, availability timeline, independent benchmark verification, and the pace at which Cerebras can scale WSE production to meet demand. For now, the announcement is a credible demonstration that the speed ceiling for frontier model inference is far higher than GPU-based systems suggested. The question is no longer "can it be this fast?" but "when will everyone get to use it?"

Source: Cerebras Systems — WSE processor with 44 GB integrated SRAM.
Sources
- Cerebras Blog — Accelerating GPT-5.6 Sol Ultrafast with OpenAI (August 13, 2026, by Joyce Er): https://cerebras.ai/blog/accelerating-gpt-5-6-sol-ultrafast-with-openai
- OpenAI Official Preview Page: https://openai.com/index/previewing-ultrafast/
- Ultrafast Waitlist Registration: https://cerebras.ai/openai-ultrafast-signup
- Artificial Analysis — Model Speed Comparisons: https://artificialanalysis.ai/