SEO excerpt: OpenAI has published the first measured results for its Jalapeño inference chip, claiming lower latency and more AI work per watt across three open models. The tests are promising, but limited production evidence and an easier benchmark profile leave important questions open for platform teams.
NEW DELHI, Aug. 26, 2026, 10:33 a.m. IST — OpenAI has released the first measured performance results for Jalapeño, its custom inference accelerator, reporting that the chip served large open-weight models with higher throughput per watt and lower end-to-end latency than the commercial systems used in its comparisons.
The disclosure moves Jalapeño beyond the early engineering claims OpenAI made when it unveiled the chip in June. It does not, however, make the accelerator a product that developers can buy or select in a cloud console. OpenAI says it expects a limited number of Jalapeño-based systems this year and more capacity next year, making the immediate significance operational rather than commercial: the company now has working first-party inference silicon with public measurements and a path toward production.
For developers and platform teams, the result matters because agent workloads amplify latency. A coding or operations agent may make dozens of sequential model calls, so a delay that looks small on one request can become material across an entire task. Better throughput per unit of power could also increase serving capacity inside fixed data-centre power envelopes. But vendor benchmark gains do not automatically translate into lower API prices, better service-level objectives or wider regional availability.
What OpenAI reported
In its technical results, OpenAI said Jalapeño delivered 1.5 to 1.9 times more AI work per watt at peak throughput and 1.7 to 3.6 times lower end-to-end latency across GPT-OSS 120B, DeepSeek R1 670B and Kimi K2.5 1T. At operating points intended for highly interactive workloads, the company reported 2.1 to 4.1 times higher performance.
The tests used InferenceX, a public benchmark developed by SemiAnalysis. OpenAI normalized performance using each accelerator’s published chip power rating. It rates Jalapeño at 700 watts and said sustained power remained at or below 550 watts in the tested workloads.
OpenAI also said the system reached those results using single-token prediction, without speculative decoding or separate prefill and decode pools. That design choice is notable because it keeps a homogeneous accelerator pool available for changing mixes of prompt processing, cache reads and output generation. In theory, that can make capacity management less brittle as workload profiles change.
SemiAnalysis said its staff observed the InferenceX runs in OpenAI’s lab and confirmed comparable GSM8K evaluation results across Jalapeño and NVIDIA systems. The research firm also identified important limits: OpenAI supplied the numbers, SemiAnalysis did not run the full benchmark suite, and no AgentX results were available.

The benchmark leaves production questions open
The disclosed workload uses an 8,000-token input and 1,000-token output profile. That is useful for controlled comparison, but it is less demanding than long-context, multi-turn agent traffic. Production systems must also manage routing, prefix caches, cache eviction, offload infrastructure, queueing and changing concurrency. A platform that looks strong on a single-turn test can behave differently when those layers are stressed together.
The comparison generation also needs context. SemiAnalysis argued that Jalapeño is more naturally compared with NVIDIA’s newer Vera Rubin platform than with Blackwell systems because both Jalapeño and Rubin use HBM4-class memory and are at an early stage of deployment. The firm’s analysis found Jalapeño competitive on output throughput per megawatt, but warned that comparisons across different decoding methods and maturity levels are not fully like-for-like.
OpenAI has not disclosed broad fleet availability, production failure rates, yield, regional placement, API pricing changes or service-level commitments tied to the chip. Axios reported that OpenAI does not plan to sell Jalapeño to other companies and still expects to use accelerators from NVIDIA, AMD and other suppliers. Jalapeño is designed for inference, not frontier-model training, so it does not eliminate OpenAI’s dependence on external compute providers.
What platform teams should measure
Teams using OpenAI APIs should not change architecture or capacity forecasts on the benchmark alone. The relevant evidence will be visible at the service boundary: time to first token, inter-token latency, complete task duration, tail latency under concurrency, error rates, effective cost per completed workflow and availability by region and model.
Agent workloads should be evaluated with production-like traces rather than isolated prompts. A useful test set should preserve realistic context lengths, tool-call fan-out, retries, cache hit rates and the sequence length of an entire task. The operational goal is not the fastest token stream in a controlled run; it is a higher rate of successfully completed work within a latency and cost budget.
That approach fits the broader discipline described in GravityDevOps’ guide to LLMOps: version the model and serving configuration, monitor quality and latency together, and keep rollback paths available. Teams integrating model calls into deployment workflows should also apply the approval and isolation controls outlined in the site’s comparison of CI/CD platforms.
If OpenAI routes more inference onto Jalapeño, customers may eventually see faster responses, steadier capacity or lower prices. Those outcomes are plausible inferences, not confirmed product changes. Until OpenAI publishes production telemetry or makes service changes visible to customers, the new data should be read as a credible engineering milestone with a still-unproven fleet-level effect.
From engineering sample to production ramp
OpenAI and Broadcom unveiled Jalapeño in June, saying the first generation was intended for initial deployment by the end of 2026. Broadcom provides silicon implementation and networking technology, while Celestica contributes board, rack and system integration.
The August results narrow one major uncertainty: the chip is running several large models at target-like power and frequency with measurements that an outside research firm observed. The next test is less glamorous but more important for operators—whether OpenAI can manufacture, deploy and run enough systems reliably for the gains to appear in real API workloads.
Sources: OpenAI’s Jalapeño performance report; SemiAnalysis’ InferenceX review; Axios reporting; and the OpenAI–Broadcom launch announcement.
