SEO dek: OpenAI is previewing a Cerebras-powered API tier that can run GPT-5.6 Sol at up to 750 output tokens per second, opening faster incident-response loops while leaving pricing, capacity and general access unresolved.
NEW DELHI, August 14, 2026, 9:07 AM IST — OpenAI has begun a limited preview of Ultrafast, a new API service tier that it says can run its flagship GPT-5.6 Sol model up to 14 times faster than standard processing and generate as many as 750 output tokens per second.
The preview matters to platform and reliability teams because it targets a familiar production constraint: a capable reasoning model can be too slow for a live outage, voice session or interactive investigation. OpenAI explicitly lists incident response among its initial use cases, but the launch is not a general release. Access is restricted to selected customers, the company has not published pricing, and its headline performance figures remain provider claims rather than independent production benchmarks.
A new inference tier, not a new model
Ultrafast runs the existing GPT-5.6 Sol model on Cerebras infrastructure. OpenAI described the service as a new speed class launching first in its API, with access expected to expand as capacity grows. It did not announce a public rollout date, service-level commitment, regional availability or price.
That distinction is important. The announcement changes how quickly selected customers can receive output from Sol; it does not establish that every request will sustain the maximum rate, that end-to-end application latency will fall by the same factor, or that the model’s answers become more accurate because they arrive faster.
OpenAI said early users are testing Ultrafast in coding, commerce, financial research, customer support and voice applications. The company also said its own engineers have used it to read logs, inspect traces, synthesize conversations and prepare or validate possible fixes during incidents. Engineers, OpenAI stressed, remain responsible for judgment and deployment.

Why 750 tokens per second is only part of the latency story
Output speed is one component of response time. For an operational assistant, total latency also includes time to first token, retrieval from log and trace stores, tool execution, network round trips, context preparation and any policy or human-approval gates. An agent that serially calls several slow tools can still miss an incident-response window even if its final answer streams quickly.
The practical benefit is therefore likely to be strongest in workflows where model generation is already the dominant delay. Faster output can let an engineer test more hypotheses during an outage, rerun an analysis after new telemetry arrives, or keep a voice interface responsive while the model reasons across multiple systems.
It can also increase demand elsewhere in the stack. More iterations per minute mean higher query rates against observability backends, more tool calls, more audit events and potentially more inference spend. Platform teams evaluating the preview should measure complete task time and cost per resolved case, not tokens per second in isolation.
Cerebras moves deeper into OpenAI’s serving stack
The preview is the latest result of a multi-year OpenAI-Cerebras agreement announced in January. Cerebras said that deal covers a staged deployment of 750 megawatts of its wafer-scale systems beginning this year. Ultrafast is the clearest production-facing use of that partnership for OpenAI’s flagship model so far.
OpenAI launched the GPT-5.6 family in July, with Sol positioned as the flagship model and Terra and Luna aimed at lower-cost workloads. A separate OpenAI production guide published alongside the Ultrafast preview argues that teams can reduce agent costs by routing routine extraction or repeated steps to smaller models, preserving Sol for work that requires stronger judgment.
That model-routing approach remains relevant even when faster Sol capacity is available. A low-latency premium tier may be justified for a live severity-one incident or a synchronous customer call, while background analysis, enrichment and summarization can stay on less expensive processing paths.
What DevOps and platform teams should test
Teams with preview access should start with a shadow deployment rather than allowing the service to take production action. Replay representative incidents, compare findings with the existing runbook process, and record time to first useful recommendation, false leads, tool failures, token consumption and engineer interventions.
Keep write operations behind explicit approval. A faster model can propose a rollback, configuration change or traffic shift sooner, but speed does not reduce the blast radius of a wrong action. Separate read-only telemetry access from mutating credentials, log every tool invocation, apply request budgets and preserve a deterministic path to stop the agent.
For broader operational discipline, GravityDevOps’ guides to LLMOps and CI/CD platform selection cover evaluation, observability and controlled delivery practices that remain necessary regardless of model speed.
What remains uncertain
OpenAI has not disclosed how Ultrafast will be priced, whether customers can reserve capacity, which regions will serve requests or what rate limits and availability targets will apply. Those details will determine whether the tier is viable for 24-hour production operations rather than narrow high-value sessions.
The maximum output rate also needs workload-specific validation. Long-context incident analysis, heavy tool use and constrained structured outputs may behave differently from a clean generation test. Until independent measurements and production terms are available, the announcement is best read as a credible infrastructure preview, not proof that frontier reasoning has become uniformly real-time.
Sources
OpenAI’s Ultrafast preview announcement, its builder’s guide to GPT-5.6 and the GPT-5.6 launch page; Cerebras’ January partnership announcement; and Axios’ earlier report on GPT-5.6 capacity pressure.

