Speed is the last great AI bottleneck. We have models that can write, reason and code, but we still wait for them to finish. Every extra second of latency breaks the flow of a conversation, doubles the cost of an agentic loop and makes real-time voice or translation feel robotic. So when OpenAI launches an "Ultrafast" mode for its current flagship and claims a 14x speedup on Cerebras hardware, that is not marketing fluff — it is a change in what you can build.
According to The Decoder, the new mode is powered by Cerebras, the Silicon Valley company that builds chips the size of a dinner plate instead of the small dies you find inside an NVIDIA GPU. It is a curious partnership — OpenAI, the company that popularised renting GPUs from Microsoft, now renting wafer-scale accelerators from a hardware startup. But the logic is simple: Cerebras' architecture eliminates the memory bottleneck that slows down normal GPU inference.
Why Cerebras is fast at all
To understand the 14x claim, you need to understand why GPUs are slow at generating text. A GPU does not run a model from its main memory — it constantly shuttles weights between HBM memory and the compute cores. That transfer costs energy and time. A model with hundreds of billions of parameters needs to move terabytes of data for every token it generates. This is why inference speeds usually plateau somewhere in the dozens or low hundreds of tokens per second, no matter how many GPUs you throw at the problem.
Cerebras squeezes the entire model onto one giant wafer of silicon and keeps everything on-chip, avoiding the memory hop entirely. The company has been advertising very high token throughput for open-weight models for over a year now, and its public positioning has always been "we are faster than any GPU cluster per second." Pairing that architecture with a closed frontier model like GPT-5.6 Sol is a different game: OpenAI keeps the weights, Cerebras provides the engine, and the user gets the latency benefit.
What 14x faster actually changes in production
Latency is not just about feeling fast. It compounds. An agent that calls the model ten times per task does not wait ten times as long — it waits in series. A chatbot with a 1.5-second time-to-first-token feels acceptable; an agent loop with five such calls feels like molasses. Cutting that by an order of magnitude turns an experimental automation workflow into something that can sit in front of a customer without an apology.
Developers building real-time translators, voice assistants, code completion or on-the-fly document summarisation will feel the difference most. And while we will not take the 14x figure at face value until we measure it ourselves — trust, but verify — the direction is clear. Even if real-world production performance lands at half of the claimed speedup, that is still a massive improvement over the current GPU-based serving.
Speed alone is not a strategy
Before you celebrate, remember that fast inference is a solved problem in several other places. Groq has been running open-weight models at extreme speed on its LPU hardware for years. Cerebras itself already offers ultra-fast inference for Llama and Mistral models on its own cloud. And our own AI Arena rig — an NVIDIA RTX 5060 Ti with 16 GB of VRAM — shows how much speed you can get locally from compact models with Ollama. The difference here is that this is a frontier-level closed model, not an 8-billion-parameter open-weight toy. If GPT-5.6 Sol's intelligence is close to what OpenAI has been shipping on GPUs, and Cerebras makes it run fast, then Europe finally gets an API that combines top-tier reasoning with sub-second response times.
The European angle: GDPR, AI Act and the fine print
For EU users, the first question is not how fast it is, but where the data goes. Cerebras is a US company running its own cloud infrastructure. If OpenAI routes ChatGPT or API traffic through Cerebras data centres, personal data processed in the EU may leave the EU or EEA. OpenAI has previously committed to EU data residency for parts of its API, but it is unclear whether the Ultrafast mode falls under that commitment or is processed on US soil. European companies that handle personal data should check the sub-processor list and the updated data processing agreement before they enable this mode — a 14x speedup is not worth a GDPR breach.
There is also the AI Act angle. The EU AI Act does not care how fast your model runs — its transparency obligations apply regardless of whether you generate text in one second or ten. Companies using GPT-5.6 Sol in customer-facing or media contexts still need to meet the Act's transparency requirements for AI-generated content. Speed does not exempt you from compliance. It just makes non-compliance faster.
And then there is the price. If OpenAI bundles Ultrafast mode into existing ChatGPT tiers, the economics look much better: ChatGPT Plus currently costs $20/month (about €18–19, before VAT) and Pro costs $200/month (roughly €184). With Czech 21% VAT, EU Plus users realistically pay around €22–23. If, on the other hand, Ultrafast becomes a premium add-on or a higher API price per token, the 14x speedup may come with a 2x price tag — in which case the practical benefit is largely for latency-sensitive use cases, not for bulk generation.
Who should care right now
Developers building agentic workflows, support bots or speech interfaces should watch this closely and benchmark it themselves. The honest summary: OpenAI just traded its usual GPU dependency for a specialist inference partner to solve a problem that many of us have been complaining about for years. That is a big deal. But the specifics — which models are supported, which regions get it first, and what it costs in EUR — will decide whether this is a genuine leap or just a faster way to burn through your token balance.
Our advice: try it, measure it, and do not trust the 14x number until you have run your own production workload against it. We know from our own testing that real-world token speed often differs from vendor benchmarks. Still, for the first time in a long while, the bottleneck in European AI applications may not be the model's intelligence — but how fast you can get the answer.
Will Ultrafast mode work in the EU?
OpenAI has not yet confirmed regional availability per country. OpenAI often staggers EU rollouts, and GDPR data-processing requirements may delay or change the conditions for European users. Check the feature in your ChatGPT settings or API dashboard before relying on it.
Does 14x faster mean 14x cheaper?
No. Speed and price are separate. If OpenAI keeps per-token pricing unchanged, a faster model may reduce server-side costs and make real-time applications more viable, but the price per token stays the same unless OpenAI publishes new rates.
Can developers use Ultrafast mode via the API, or is it only in ChatGPT?
The Decoder report presents the Ultrafast mode as a new OpenAI launch, but details on API availability and per-token pricing have not been confirmed. Developers should watch OpenAI's official documentation for API parameters and regional restrictions.