Groq: The Speed King of AI Inference and the Startup Nvidia Couldn't Ignore
A full review of the LPU chip pioneer, the technology, the business, the funding, the competition, and the landmark Nvidia deal that redefined its future.
Groq is a Silicon Valley chip company that set out to do one thing better than anyone else: run AI models fast.
Founded in 2016 by Jonathan Ross, the engineer who kick-started Google's Tensor Processing Unit as a "20% project", Groq built a radically different kind of processor called the LPU (Language Processing Unit).
Where Nvidia's GPUs are general-purpose parallel machines, the LPU is a deterministic, compiler-scheduled chip that keeps all its data in ultra-fast on-chip memory. The payoff is class-leading, independently verified inference speed and remarkably consistent latency.
For a while, Groq looked like the most credible pure-play challenger to Nvidia's dominance of AI inference.
It raised billions, signed sovereign-AI deals from Saudi Arabia to Canada, became an inference provider for Meta's official Llama API, and grew GroqCloud to millions of developers.
Then, in December 2025, Nvidia effectively neutralized the threat, not by buying Groq outright, but by licensing its inference IP and hiring its founders in a deal reported at roughly $20 billion.
Groq survives as an independent "neocloud," raising a further $650M in June 2026, but its independent chapter as a silicon challenger has closed.
Key takeaways
- The technology is real. Third-party benchmarks (ArtificialAnalysis) confirmed Groq's LPU as the fastest inference platform tested, often 2×+ faster than GPU-hosted rivals on models like Llama.
- The economics are contested. Because each LPU holds only ~230 MB of on-chip SRAM and no external memory, serving a large model can require hundreds of chips — a genuine cost-per-token vulnerability at high throughput.
- The business scaled fast. From a Feb 2024 cloud launch to 5M+ developers, 13 data centers, and "trillions of tokens" served weekly by mid-2026.
- The customers skew sovereign. Saudi Arabia (HUMAIN/Aramco Digital, a $1.5B commitment), Bell Canada, and Meta are marquee names — but concentration in a few large deals is a real risk.
- The Nvidia deal is the whole story now. A non-exclusive license plus acqui-hire, widely read as Nvidia absorbing the LPU idea and removing its most dangerous inference-latency competitor.
Groq at a Glance
|
Attribute |
Detail |
|
Founded |
2016, Mountain View, California |
|
Founder & original CEO |
Jonathan Ross (co-creator of Google's TPU); departed to Nvidia, Dec 2025 |
|
Core product |
LPU (Language Processing Unit) — deterministic, SRAM-based AI inference chip |
|
Platforms |
GroqCloud (inference-as-a-service API) + GroqRack / on-prem & sovereign hardware |
|
Focus |
AI inference only (not training) — low latency, high tokens/sec on open-weight models |
|
Total equity raised |
~$3.3B across all rounds (2016–2025), plus a $650M raise in June 2026 |
|
Last disclosed valuation |
$6.9B (Series E, Sept 2025); June 2026 round valuation undisclosed |
|
Developers (GroqCloud) |
5M+ (company-stated, June 2026) |
|
Global footprint |
13 data centers across North America, Europe, Middle East, APAC (June 2026) |
|
Defining 2025 event |
Nvidia inference-technology licensing agreement + acqui-hire (Dec 24, 2025) |
Note: developer counts, token volumes and LPU deployment figures throughout this review are company-stated and unaudited unless otherwise attributed.
1. Company & Origins
Groq was founded in 2016 by Jonathan Ross, a former Google engineer with an unusually direct claim to fame in AI hardware: he started Google's first Tensor Processing Unit (TPU) as a side project, and his team designed, verified and deployed it across Google's data centers in roughly 15 months.
Ross studied at NYU's Courant Institute, reportedly under Yann LeCun, later Meta's chief AI scientist and, in a nice full-circle detail, a Groq technical advisor. After a stint on Google X's Rapid Eval team, Ross left in 2016 to build a chip designed from first principles for one job: fast, predictable AI inference.
The company is headquartered in Mountain View, California, with additional offices in San Jose, Liberty Lake (Washington), Toronto and London. Along the way it made two tuck-in acquisitions that shaped the platform: Maxeler Technologies (dataflow computing, 2022) and Definitive Intelligence (2024), the latter helping to stand up the GroqCloud developer platform.
Leadership
Through 2025, Groq was led by Ross as CEO, with Sunny Madra as president and a bench that included former Intel/HP executive Stuart Pann as COO and Simon Edwards as finance chief.
That leadership structure was upended by the Nvidia deal: Ross and Madra moved to Nvidia in December 2025, and Groq named finance chief Simon Edwards as CEO of the standalone company. Through the first half of 2026 the surviving business rebuilt its executive team around its neocloud strategy, adding operators from xAI and Meta and installing Disruptive founder Alex Davis as chair.
(Reporting on the exact post-deal CEO has varied across outlets, a reflection of how much the org was in flux — so treat any single named "current CEO" with caution.)
2. Funding & Valuation
Groq raised aggressively to fund a capital-intensive build-out of inference capacity. The priced rounds:
|
Round |
Date |
Amount |
Lead investor(s) |
Post-money valuation |
|
Seed |
2017 |
~$10M |
Social Capital (Chamath Palihapitiya) |
— |
|
Series C |
Apr 2021 |
$300M |
Tiger Global, D1 Capital |
~$1B (first unicorn) |
|
Series D |
Aug 2024 |
$640M |
BlackRock Private Equity Partners |
$2.8B |
|
Series E |
Sept 2025 |
$750M |
Disruptive |
$6.9B |
|
Post-deal raise |
June 2026 |
$650M |
Disruptive, Infinitum |
Undisclosed |
Total equity raised is commonly cited at roughly $3.3B through 2025 (Axios). On top of equity, Groq secured a $1.5B commitment from Saudi Arabia in February 2025 to expand its LPU infrastructure, a purchase/deployment commitment tied to the Aramco Digital / HUMAIN partnership, not an equity investment.
It is important to characterize this as an announced commitment rather than confirmed, contracted revenue.
|
On revenue — handle with care Groq does not publish audited financials. Independent estimates (Sacra) put 2024 revenue near ~$90M. In July 2025, The Information reported Groq had slashed a 2025 projection from "more than $2B" to "over $500M," citing difficulty securing data-center space and selling hardware; Groq disputed both figures. Any revenue number for Groq should be attributed to its source and dated — not stated as fact. |
3. The Technology: Inside the LPU
The LPU (originally the Tensor Streaming Processor, or TSP) is Groq's whole thesis. It is built on three ideas that, together, make it fundamentally unlike a GPU.
- Deterministic, compiler-scheduled execution. There are no caches, no dynamic scheduling, no speculative execution. The compiler statically plans every instruction and data movement cycle-by-cycle. Because the hardware is perfectly predictable, latency is consistent — no scheduler "jitter."
- Functional-slice design, not thousands of cores. Data streams horizontally through specialized slices (matrix multiply, vector, memory, etc.). Groq markets this as effectively a single, scalable "core," in contrast to a GPU's SIMT grid of thousands of cores.
- SRAM-only memory, no HBM, no DRAM. Everything (weights, activations, KV-cache) lives in ~230 MB of on-chip SRAM delivering up to ~80 TB/s of bandwidth — roughly an order of magnitude above an H100's HBM. Since token generation is memory-bandwidth-bound, that bandwidth converts almost directly into speed.
First-generation GroqChip — the specs
|
Specification |
Value |
|
Process node |
GlobalFoundries 14 nm (next-gen: Samsung 4 nm) |
|
On-chip SRAM |
~230 MB (no external HBM/DRAM) |
|
On-die memory bandwidth |
Up to ~80 TB/s |
|
Peak compute |
Up to 750 TOPS (INT8) / 188 TFLOPS (FP16) |
|
Clock |
900 MHz |
|
Power |
275 W TDP (~240 W typical) |
|
Die size |
~725 mm² |
|
Cooling |
Air-cooled (no liquid cooling required) |
|
Approx. card price |
~$20,000 (GroqCard) |
LPU vs. GPU, at a structural level
|
Dimension |
Groq LPU (TSP) |
Nvidia GPU (e.g., H100) |
|
Execution |
Deterministic, compile-time scheduled |
Dynamic, hardware-scheduled |
|
Core model |
Functional slices, "single-core" streaming |
Thousands of CUDA/Tensor cores (SIMT) |
|
Memory |
On-chip SRAM only (~230 MB) |
HBM (e.g., 80 GB on H100) + caches |
|
Memory bandwidth |
~80 TB/s on-die SRAM |
~3.35 TB/s HBM3 |
|
On-chip caches |
None (removed for determinism) |
Multi-level cache hierarchy |
|
Optimized for |
Low-latency, low-batch inference |
Training + high-throughput batched inference |
Performance: the strongest, least-disputed claim
Groq's speed is not just marketing. In February 2024, benchmarking firm ArtificialAnalysis clocked Groq at 241 tokens/sec on Llama-2 70B, more than 2× faster than all eight other hosting providers tested, to the point that the firm had to extend its chart axes.
A December 2024 run on Llama 3.3 70B showed ~276 tokens/sec, and crucially, throughput stayed flat as context length grew, a genuine architectural strength. For latency-sensitive, real-time applications, the LPU is legitimately class-leading.
The catch: memory capacity and throughput economics
The same design choice that makes the LPU fast, tiny, blazing-fast on-chip SRAM with no external memory is also its Achilles' heel. Because a single chip holds only ~230 MB, a full model plus its KV-cache must be sharded across many chips. SemiAnalysis documented that serving Mixtral 8×7B required 576 GroqChips (8 racks × 9 servers × 8 chips), versus a single H100 that can hold the same model at low batch size.
Its blunt conclusion: in throughput-optimized (high-batch) scenarios, Nvidia systems can achieve roughly "an order of magnitude better performance per dollar" on a bill-of-materials basis. Groq wins single-stream latency; it is far more contested on cost-per-token at scale and its low public pricing may reflect subsidized growth rather than a structural cost advantage.
|
Verdict on the tech Speed and latency consistency: independently verified and best-in-class. Energy-efficiency claims ("up to 10× vs GPUs"): vendor figures, not confirmed at rack scale. Structural cost-per-token leadership: disputed. The LPU is a brilliant answer to a specific question (low-latency inference of mid-size open models), not a general replacement for the GPU. |
4. Products, Platform & Pricing
GroqCloud
GroqCloud, soft-launched in February 2024, is Groq's "tokens-as-a-service" API. It is OpenAI-compatible, developers can point the OpenAI SDK at Groq's endpoint and migrate in a few lines — with native Python and TypeScript SDKs, function calling, a Batch API (50% off, asynchronous), and prompt caching (cached input at 50%).
Groq also ships its own agentic system, Compound, with built-in server-side web search and code execution. Developer adoption is the platform's headline: 1M developers by March 2025, 1.4M by April, 2M+ by late 2025, and 5M+ by June 2026 (all company-stated).
Hardware & sovereign deployments
On the metal side, the stack scales from a single-LPU GroqCard to the 8-LPU GroqNode server, up to the full GroqRack cluster — air-cooled and designed for on-prem and sovereign data centers. This on-prem offering underpins Groq's biggest deals (Saudi Arabia, Bell Canada), where governments want AI capacity inside their own borders.
Supported models
Groq hosts open-weight models only, it does not serve GPT-4- or Claude-class proprietary frontier models. The production lineup is deliberately small and rotates over time; representative current models include:
- Llama 3.1 8B Instant and Llama 3.3 70B Versatile (Meta)
- GPT-OSS 20B and GPT-OSS 120B (OpenAI open-weight)
- Groq Compound / Compound-mini (agentic, with web search + code execution)
- Whisper Large v3 / v3 Turbo (speech-to-text); plus preview models such as Kimi K2, Qwen and Orpheus TTS
Representative GroqCloud pricing (per 1M tokens)
|
Model |
Input |
Output |
Context |
Speed (tok/s)* |
|
Llama 3.1 8B Instant |
$0.05 |
$0.08 |
131K |
~840 |
|
GPT-OSS 20B |
$0.075 |
$0.30 |
131K |
~1,000 |
|
GPT-OSS 120B |
$0.15 |
$0.60 |
131K |
~500 |
|
Llama 3.3 70B Versatile |
$0.59 |
$0.79 |
131K |
~394 |
|
Kimi K2 Instruct (preview) |
$1.00 |
$3.00 |
256K |
— |
|
Whisper Large v3 (audio) |
$0.111 / hr transcribed |
— |
— |
— |
*Advertised tokens/sec, approximate and load-dependent. Pricing and model availability change frequently; verify against Groq's live pricing page before quoting. Batch (−50%) and prompt caching (−50% on cached input) can materially lower effective cost.
Framing matters: Groq's pitch is speed and price on open models. Its flagship GPT-OSS-120B and Llama-3.3-70B undercut many GPU-hosted equivalents while advertising several times the throughput.
But because Groq hosts no proprietary frontier models, the honest comparison is against other open-model hosts such as Together AI, Fireworks AI, DeepInfra, not against OpenAI's or Anthropic's flagship APIs.
5. Traction, Customers & Deployments
Groq's go-to-market leaned heavily on large, strategic, often sovereign deals rather than a long tail of enterprise logos. The marquee partnerships:
|
Partner |
Announced |
Scope |
|
Saudi Arabia — Aramco Digital / HUMAIN |
Feb 2025 |
$1.5B commitment to expand LPU infrastructure; Dammam data center (built in ~8 days); powers the Saudi ALLaM Arabic LLM; ~$500M/yr revenue projected from the region. |
|
Bell Canada — Bell AI Fabric |
May 2025 |
Exclusive inference provider for Canada's largest sovereign-AI network; 6 sites, 500 MW target; first facility a 7 MW site in Kamloops, BC. |
|
Meta — official Llama API |
Apr 2025 |
Inference provider for Meta's official Llama API (from Llama 4); up to ~625 tokens/sec; "three lines of code" to migrate from OpenAI. |
|
Equinix — Helsinki |
Jul 2025 |
First European data center; chosen for clean power, free cooling and EU data sovereignty. |
By mid-2026, Groq claimed 13 data centers across four regions, a network throughput exceeding 20M tokens/sec (mid-2025), and "trillions of tokens" processed weekly.
Deployment goals cited over time included 100,000+ additional LPUs and ~1 billion tokens/sec of capacity, with the standalone company later targeting 200 MW of capacity by end of 2027. These are company figures and should be read as such.
6. Competitive Landscape
Groq competes on three fronts at once: against Nvidia's incumbency, against a wave of specialized AI-chip challengers, and in its cloud business against inference API providers. The AI inference market itself is large and growing fast, commonly sized at roughly $106B in 2025 rising toward $255B by 2030 (MarketsandMarkets; estimates vary widely by definition).
The defining trend is the shift from training to inference: as frontier training concentrates among a few labs, the durable, recurring compute spend is inference, which is exactly why capital flooded into this category.
The chip challengers
|
Company |
Approach |
Status (mid-2026) |
|
Nvidia |
GPUs + CUDA moat; Blackwell / Rubin; both training & inference |
~70% market share; licensed Groq's IP (Dec 2025) |
|
Cerebras |
Wafer-scale engine; inference-speed play |
IPO'd May 2026; ~$66B valuation |
|
SambaNova |
Reconfigurable dataflow (RDU); refocused on inference |
~$1B Series F at ~$11B; cut ~15% of staff |
|
Graphcore |
IPU |
SoftBank subsidiary (acquired 2024) |
|
Tenstorrent |
RISC-V + AI (Jim Keller); IP licensing |
Independent; reported acquisition interest |
|
d-Matrix |
Digital in-memory compute |
Shipping Corsair; $275M (Nov 2025) |
|
Etched |
Transformer-only ASIC (Sohu) |
Exited stealth 2026; extreme specialization bet |
|
Positron |
Energy-efficient inference ASIC |
Unicorn; ~$230M Series B (Feb 2026) |
Arguably the bigger structural threat to every merchant inference-chip startup is hyperscaler in-house silicon: Google's TPU (v7 "Ironwood"), AWS Trainium/Inferentia, Microsoft Maia and Meta MTIA. These giants consume their own supply, squeezing the merchant niche from above.
And in the cloud arena, Groq's neocloud now competes with Together AI, Fireworks AI, and Cloudflare (which acquired Replicate), plus the OpenAI/Anthropic APIs that anchor developer spend.
7. The Nvidia Deal: the Event That Redefined Groq
On December 24, 2025, Nvidia and Groq announced a non-exclusive inference-technology licensing agreement. Per Groq's own statement, founder Jonathan Ross, president Sunny Madra and other team members joined Nvidia to advance the licensed technology; Simon Edwards became CEO of Groq; and "GroqCloud will continue to operate without interruption."
Notably, neither company disclosed a dollar figure. CNBC reported the value at roughly $20 billion, which would make it Nvidia's largest deal ever, at a ~3× premium to Groq's last $6.9B valuation, but that figure remains a press report, not an officially confirmed term.
Why structure it as a license, not an acquisition?
- Antitrust optics. CNBC framed the structure as designed to "keep the fiction of competition alive", a license-plus-hire draws far less merger scrutiny than acquiring a direct competitor, while functionally neutralizing it. It mirrors the Inflection/Microsoft and Character.AI/Google "not-acqui-hire" playbook, and Nvidia's own $900M Enfabrica license-and-hire from September 2025.
- Talent and IP over the corporate shell. Nvidia got the LPU architecture and the people who built it — reportedly ~90% of Groq's staff without absorbing the company's contracts and liabilities.
- Entering the non-GPU inference space. At GTC 2026, Nvidia unveiled a next-generation "LPX" inference platform incorporating Groq's technology, effectively folding the LPU concept into its own roadmap.
The skeptical read
Not everyone saw genius. D.A. Davidson's Alex Platt said he had "a hard time seeing the rationale," noting the LPU's ~230 MB of SRAM is minuscule next to a modern GPU's hundreds of gigabytes of HBM, limiting it to a narrow subset of inference workloads and making it partly redundant with Nvidia's own Rubin CPX.
The generous interpretation is that Nvidia was buying insurance — the founder, the IP, and the removal of the one credible latency-specialist, cheaply relative to the risk it posed.
What's left of Groq
The surviving company pivoted hard to being a "neocloud", an inference-cloud operator, confirming a $650M raise in June 2026 (led by Disruptive and Infinitum, valuation undisclosed) and rebuilding its executive bench.
In a twist that captures the new reality, the standalone Groq now fits out its data centers with Nvidia's own LPX hardware.
It still has 13 data centers, 5M+ developers, and real revenue momentum, but as a customer of the ecosystem it once set out to disrupt.
8. Strengths, Weaknesses & Risks
Strengths
- Best-in-class, independently verified inference latency and consistent tokens/sec.
- A genuinely differentiated, defensible architecture (deterministic, SRAM-based) validated to the point that Nvidia licensed it.
- Developer-friendly, OpenAI-compatible cloud with millions of users and fast migration.
- Strong sovereign-AI positioning (US-designed) with anchor deals in the Gulf and Canada.
Weaknesses & risks
- Tiny per-chip memory. ~230 MB SRAM and no HBM means many chips per large model, a structural cost/scaling problem for frontier, long-context and MoE workloads.
- Contested throughput economics. Independent analysis suggests GPUs win performance-per-dollar at high batch sizes; Groq's low pricing may be subsidized.
- Inference-only. No training story means no fleet fungibility, unlike GPUs and TPUs.
- Customer & geographic concentration. A large share of projected revenue rode on a few sovereign deals (notably Saudi Arabia), several of them commitments rather than contracted revenue.
- Capital intensity. Building inference capacity outran cash generation — Groq had to raise specifically to fund deal delivery.
- Post-Nvidia dependence. Having licensed its core IP and lost its founders to Nvidia, the standalone company's long-term differentiation is an open question, it now buys Nvidia hardware.
9. The Bottom Line
Groq is one of the most important what-ifs of the AI hardware era.
Its engineers were right about the big thing: that inference is a latency game, and that a deterministic, memory-on-chip architecture could beat general-purpose GPUs at it.
They proved it on independent benchmarks, built a real developer platform, and landed nation-scale deals. The thesis was vindicated technically.
But being right about the technology did not translate into winning the market. The LPU's memory model made its economics fragile at exactly the scale the industry was racing toward, and Groq lacked the balance sheet, supply access and software moat to out-muscle Nvidia.
In the end, the incumbent captured the idea commercially, licensing the IP and hiring the founders rather than competing indefinitely.
For buyers and developers, GroqCloud remains a genuinely fast, cost-attractive option for open-model inference and is worth evaluating on its merits. For the industry, Groq's arc is the clearest case study yet of how Nvidia defends its position: not always by building the better chip, but sometimes by buying the better idea.
Sources & Further Reading
- Groq × Nvidia licensing agreement (official) — link
- Groq raises $650M for its inference cloud (official) — link
- Nvidia to license Groq tech, hire leadership — DataCenterDynamics — link
- Nvidia's acqui-hire of Groq — The Motley Fool — link
- Groq confirms $650M raise, re-staffs — TechCrunch — link
- Groq raises $640M at $2.8B (Series D) — TechCrunch — link
- Groq hits $6.9B valuation (Series E) — TechCrunch — link
- Saudi Arabia $1.5B expansion (official) — link
- Groq exclusive inference for Bell Canada (official) — link
- Meta × Groq for the official Llama API (official) — link
- Groq LPU: first independent benchmark — ArtificialAnalysis via Groq — link
- Groq Inference Tokenomics: Speed, But At What Cost? — SemiAnalysis — link
- The LPU architecture, explained (official) — link
- Groq revenue, valuation & funding — Sacra — link
- Nvidia–Groq deal 'keeps fiction of competition alive' — CNBC — link
© InsideDeepTech.com — This review synthesizes public reporting and company disclosures through July 2026. Figures noted as company-stated, estimated, or reported should be verified against primary sources before republication.