product updateOpenAI

OpenAI's Jalapeño Inference Chip Beats Nvidia Blackwell on Throughput and Power Efficiency, Company Claims

TL;DR

OpenAI shared the first benchmark results for Jalapeño, its custom inference chip built with Broadcom, at the Hot Chips conference. The company claims the chip beats current Nvidia Blackwell systems on both speed and power efficiency, with limited deployment starting at the end of 2026.

3 min read
0

OpenAI disclosed the first benchmark results for Jalapeño, its custom-built inference chip, at the Hot Chips conference on Tuesday. According to OpenAI, the chip outperforms current state-of-the-art inference processors on two key metrics: tokens delivered per user and throughput per kilowatt of power consumed.

The results come from SemiAnalysis's InferenceX benchmark, an independent testing suite for inference hardware. OpenAI compared Jalapeño's performance against an Nvidia Blackwell system — the current commercial standard for AI inference — though the company did not publish specific numeric scores for either system in its presentation.

"The bottom line is that the results show a very, very significant performance advance over state of the art," said Richard Ho, OpenAI's head of hardware, on a press call. "Jalapeño can serve more AI work per unit of power, while also returning responses more quickly. It's very efficient to serve a lot of customers, but it can also be very low latency."

Ho cautioned that the Blackwell comparison reflects current hardware, and that Nvidia's next-generation chips may narrow or erase the gap before Jalapeño reaches meaningful production volume. OpenAI expects to deploy Jalapeño "in very small volumes" by the end of 2026, with broader rollout planned for 2027.

Built with Broadcom, tuned by OpenAI's own models

OpenAI first announced Jalapeño in October, developing the chip in close collaboration with Broadcom. According to OpenAI, its own AI models were used in the chip's design process — part of a broader strategy to treat models, chips, memory, and products as a single co-developed platform rather than separate procurement decisions.

That full-stack approach, OpenAI says, let engineers target specific bottlenecks in the inference pipeline that generic hardware struggles with. The company singled out the prefill and communication phases of inference — the steps where a model processes an incoming prompt and moves data between compute units — as frequent sources of latency.

"We designed Jalapeño to minimize data movement and communication delays," OpenAI said in a blog post accompanying the benchmark release. "This means that model state, including the KV cache used while generating a response, can be explicitly placed and kept local while the system activates the right combination of compute, memory, and networking for each inference phase."

Pricing, exact chip specifications, and node process details have not been disclosed.

What this means

Jalapeño is OpenAI's clearest move yet toward reducing its dependence on Nvidia for the compute that powers ChatGPT and its API. Inference — not training — is where OpenAI now spends the bulk of its compute budget, since every user query requires running the model, while training happens only periodically. Shaving latency and power costs at that scale compounds quickly across hundreds of millions of daily requests.

The claims should be read with appropriate caution: OpenAI benchmarked against Blackwell, a chip Nvidia has already begun to supersede, and the company published no absolute performance numbers, only comparative claims verified through a third-party benchmark it selected. Real validation will come once Jalapeño ships in volume in 2027 and independent operators can test it under production workloads. Until then, this is a proof of concept from a company that has strong incentive to prove its custom silicon bet is paying off — and an early signal that the largest AI labs are no longer willing to treat inference hardware as someone else's problem.

Related Articles

benchmark

Simon Willison's Pelican Benchmark Shows GPT-6 Astra Outperforming GPT-5.6 Sol at Every Reasoning Level

Developer Simon Willison ran his signature 'pelican riding a bicycle' SVG test on newly-accessed GPT-6 Astra across five reasoning levels, comparing results against GPT-5.6 Sol, Terra, and Luna. Even Astra's lowest reasoning setting reportedly beat every Sol output, though Astra costs roughly twice as much per token.

product update

OpenAI Lists GPT-6 Astra Pro on OpenRouter: Same Model, Higher-Compute Reasoning Mode

GPT-6 Astra Pro, now listed on OpenRouter, is the existing GPT-6 Astra model configured to run with reasoning.mode set to 'pro' for higher-quality output on complex tasks. It carries a 1M-token context window and tiered pricing from $5/$25 to $20/$100 per million input/output tokens depending on the serving tier.

model release

OpenAI's GPT-6 Astra Cuts Hallucinations, But Indirect Prompt Injection Attacks Still Succeed 8.5% of the Time

OpenAI's new GPT-6 Astra model shows major improvements in hallucination rates and jailbreak resistance over predecessor GPT-5.6 Sol, according to OpenAI's system card. However, indirect prompt injection attacks hidden in documents still succeed 8.5% of the time in external testing by Gray Swan, down from 27% but still above rival Claude Opus 5's 4.8% rate.

benchmark

OpenAI's GPT-6 Astra Splits Benchmarks but Beats Human Efficiency on ARC-AGI-3, Pushing Chollet's AGI Timeline Forward

OpenAI's GPT-6 Astra rates first place on Epoch AI's aggregate benchmark but ties its predecessor on Artificial Analysis. Its human-beating move efficiency on ARC-AGI-3 led ARC Prize co-founder François Chollet to call progress 2x faster than expected.

Comments

Loading...