OpenAI opened a limited preview of Ultrafast, a new API service tier that runs GPT-5.6 Sol at up to 750 output tokens per second, which the company puts at up to fourteen times the speed of standard Sol processing. The tier does not run on OpenAI's usual GPU fleet. It runs on Cerebras hardware, and the partnership is the substance of the announcement: Cerebras contributed a companion post attributing the speedup to its third-generation Wafer-Scale Engine, a single wafer-sized chip carrying four trillion transistors, roughly 125 petaflops of AI compute, and up to 44 gigabytes of on-chip SRAM. That last number is the one that matters. Autoregressive decoding is memory-bandwidth bound rather than compute bound, and holding weights and activations in on-die SRAM sidesteps the off-chip bandwidth wall that throttles token generation on clustered GPUs.
The headline evaluation is a wall-clock result rather than an accuracy result. Running the full 2,500-question Humanity's Last Exam set, Sol in Ultrafast mode finished in eleven hours and eleven minutes against seventy-eight hours and twenty-seven minutes for Claude Fable 5, at what OpenAI describes as comparable accuracy. On GDP-Val, the benchmark built around economically valuable knowledge work, OpenAI reports an end-to-end speedup of about five and a half times with no quality loss. Access is gated: companies apply and are evaluated on workload fit, with OpenAI citing constrained Cerebras capacity as the limiter. No pricing has been published. The named target workloads are all latency-sensitive rather than throughput-sensitive, including incident response, financial research, real-time customer support, voice applications, commerce, coding, and research.
The reason this matters beyond the benchmark theater is that agent loops multiply latency. An agent that plans, calls a tool, reads the result, and re-plans pays the decode cost on every hop, so a fourteen-fold reduction in time-to-token changes which agent architectures are economically viable, not just which ones feel responsive. It also marks the second frontier lab to route a flagship model onto non-GPU silicon for a fast tier, after Anthropic's existing Cerebras-backed offering, which makes wafer-scale inference look less like a niche and more like a standard tier of the serving stack.
The skepticism is worth carrying. Neither OpenAI's post nor Cerebras's explicitly states that Ultrafast output is identical in quality to standard Sol, and commenters on Hacker News, where the Cerebras post drew significant traffic, pressed on exactly that gap. The same discussion noted that a rival system, Mimo v2.5-Pro Ultraspeed, reportedly serves about a thousand tokens per second at under a tenth the cost while scoring roughly forty percent lower on benchmarks, and that it does not appear in either company's comparison charts. Absent published pricing, the cost-per-token side of the trade remains unknown.
- Cerebras attributes the speedup to WSE-3's 44GB of on-chip SRAM sidestepping the memory-bandwidth wall that throttles GPU decoding.
- TechCrunch notes Anthropic already ships a Cerebras-backed fast tier, framing this as a competitive response rather than a first.
- Hacker News commenters flagged that neither post explicitly claims Ultrafast output quality is identical to standard Sol.
- Hacker News also noted rival Mimo v2.5-Pro Ultraspeed, at 1,000 tokens per second and a tenth the cost, is absent from the comparison charts.