OpenAI Unveils Jalapeño: Custom AI Inference Chip to Rival Nvidia GPUs
OpenAI unveiled its custom-built AI inference accelerator, known as Jalapeño, at the annual Hot Chips semiconductor development conference at Stanford on Tuesday, Aug. 25, 2026. Developed in collaboration with Broadcom, the application-specific integrated circuit aims to slash the heavy financial and operational burdens of running large-scale LLM inference operations.
The Tech TL;DR:
- What it is: OpenAI’s first custom-built ASIC inference chip, co-developed with Broadcom and manufactured by TSMC.
- The Performance: Early benchmarks via SemiAnalysis’ InferenceX suite show 1.5x to 1.9x higher peak throughput and up to 3.6x lower end-to-end latency compared to legacy GPU clusters.
- The Financial Stakes: Aimed directly at reducing OpenAI’s multi-billion dollar operational inference costs heading into volume production in 2027.
The Economic Imperative Behind Custom Silicon
To understand why Jalapeño matters, engineering teams have to look past the marketing flash and examine OpenAI’s balance sheet. According to reporting highlighted by AI Tool Insight, OpenAI spent approximately $14 billion serving users on rented Nvidia hardware in 2025, with matching losses projected through 2026. While competitors like Anthropic capture high-margin enterprise developer revenue, OpenAI’s daily operations are bottlenecked by raw compute expenses. Building custom silicon is the structural fix for these unit economics.
The chip’s development cycle moved rapidly from concept to tape-out in just nine months, assisted in part by OpenAI’s own models optimizing the architecture and writing custom kernels. According to technical documentation and presentations detailed by EE Times, manufacturing is handled by TSMC while Celestica manages board, rack, and system integration.
Hardware Architecture and Benchmark Performance
Unlike general-purpose GPUs designed for both training and inference, Jalapeño focuses entirely on execution. Richard Ho, VP of hardware at OpenAI, noted in a company blog post that the chip was engineered to minimize data movement. Model state and intermediate tracking assets, such as the Key-Value (KV) cache, remain local on the chip while activating compute, memory, and networking resources.

At the rack scale, each system pairs 128 accelerators to deliver 1.7 exaFLOPS of 4-bit compute, backed by 27.5 TB of HBM4 memory and nearly 2 petabytes per second of memory bandwidth. Early testing on SemiAnalysis’ InferenceX benchmark suite demonstrates significant margins over contemporary hardware:
- Peak Throughput: 1.5x to 1.9x more AI work across models like GPT-OSS-120B, DeepSeek R1, and Kimi K2.5.
- End-to-End Latency: 1.7x to 3.6x lower latency across standard evaluations.
- Ultra-Low-Latency Mode: 2.1x to 4.1x faster performance in specialized low-latency setups.
Implementation and Deployment Realities
While OpenAI plans to utilize AMD and Nvidia hardware for heavy model training regimes, Jalapeño is tailored specifically for production-phase token generation.

curl https://api.openai.com/v1/chat/completions
-H "Content-Type: application/json"
-H "Authorization: Bearer $OPENAI_API_KEY"
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Run inference benchmark."}],
"temperature": 0.7
}'
As volume production scales toward early 2027, enterprise software developers must verify that their API integrations remain resilient against hardware transitions.
The Path Forward for Enterprise AI Infrastructure
Jalapeño represents a definitive shift in how frontier labs approach infrastructure costs. By tailoring silicon precisely to prefill and decode execution phases, OpenAI is attempting to rewrite the cost-per-token equation. Whether these projected efficiency gains hold up outside of controlled benchmarks will become apparent when volume units roll out next year.
Disclaimer: The technical analyses and security protocols detailed in this article are for informational purposes only. Always consult with certified IT and cybersecurity professionals before altering enterprise networks or handling sensitive data.