USDS$0.9998▲ 0.00%WBT$56.54▲ 2.83%SOL$78.02▲ 3.98%BNB$579.18▲ 1.57%XLM$0.1832▲ 2.44%FIGR_HELOC$1.04▲ 0.37%RAIN$0.0147▲ 2.99%XAG$58.81▲ 0.06%TRX$0.3264▲ 0.55%BRENT$85.48▲ 0.89%NATGAS$2.92▲ 0.52%HYPE$66.79▲ 5.45%XRP$1.10▲ 3.40%ZEC$552.79▲ 9.50%BTC$64,734.00▲ 3.30%ETH$1,875.59▲ 5.14%WTI$79.75▲ 0.52%DOGE$0.0741▲ 2.91%LEO$9.80▲ 2.76%XAU$4,040.30▼ 0.51%USDS$0.9998▲ 0.00%WBT$56.54▲ 2.83%SOL$78.02▲ 3.98%BNB$579.18▲ 1.57%XLM$0.1832▲ 2.44%FIGR_HELOC$1.04▲ 0.37%RAIN$0.0147▲ 2.99%XAG$58.81▲ 0.06%TRX$0.3264▲ 0.55%BRENT$85.48▲ 0.89%NATGAS$2.92▲ 0.52%HYPE$66.79▲ 5.45%XRP$1.10▲ 3.40%ZEC$552.79▲ 9.50%BTC$64,734.00▲ 3.30%ETH$1,875.59▲ 5.14%WTI$79.75▲ 0.52%DOGE$0.0741▲ 2.91%LEO$9.80▲ 2.76%XAU$4,040.30▼ 0.51%
Prices as of 04:57 UTC

Cloudflare’s AI Gateway Has Processed 100 Billion Inference Requests

Cloudflare AI gateway edge inference requests illustration

Cloudflare’s AI Gateway Has Processed 100 Billion Inference Requests and Edge Delivery Has Become the Default AI Infrastructure Layer

Cloudflare reported Q1 2026 revenue of $580 million — up 27 percent year-over-year from $456 million in Q1 2025 — with its AI product portfolio (AI Gateway, Workers AI, Vectorize, and NeuralSwitch) collectively crossing $500 million in annualised run-rate revenue and AI Gateway processing more than 100 billion inference API requests in the quarter, a figure that positions Cloudflare not as a foundation model provider competing with OpenAI or Anthropic but as the delivery and management layer through which enterprise applications route their AI API calls before those calls reach the model provider. Cloudflare’s Q1 2026 investor materials describe AI Gateway’s commercial function precisely: it sits between an enterprise application and the AI model providers that application calls (OpenAI, Anthropic, Google Vertex AI, Meta Llama API, Cohere), providing a unified management layer for caching, rate limiting, cost analytics, fallback routing, and compliance logging across all AI provider relationships from a single configuration interface. An enterprise running five different AI models across its product suite — a coding assistant on GitHub Copilot’s model, a customer service bot on Claude 3.5, a document summariser on GPT-4o, an image generator on Gemini, and a search augmentation layer on Llama 4 — previously had to manage API keys, usage monitoring, cost allocation, and failure handling for each provider independently, with no unified view of total AI spending or provider reliability across the stack. Cloudflare AI Gateway eliminates that management complexity by treating AI provider APIs the same way its core CDN product treats origin server connections: as a class of upstream resources to be routed, cached, monitored, and load-balanced from a single control plane. The caching feature specifically — which stores AI API responses for semantically similar queries and serves the cached response to subsequent requests without calling the model provider — produces the most immediate commercial ROI: AI Gateway customers see an average 30 to 40 percent reduction in AI API costs in the first 90 days of deployment as repeated queries to the same model provider (a documentation chatbot being asked common questions, an internal knowledge assistant handling routine lookups) are served from cache rather than generating new inference calls. ARM Holdings’ royalty revenue from AI chips demonstrates how infrastructure-layer companies capture value from the AI compute stack without needing to develop the applications that run on it — Cloudflare’s AI Gateway occupies a comparable infrastructure position one layer above the compute, capturing value from the routing and management of AI API calls that every enterprise application generates regardless of which model or cloud provider the application ultimately uses.

Workers AI, Cloudflare’s serverless inference product, addresses a different part of the enterprise AI infrastructure problem: latency and data sovereignty for inference workloads that cannot tolerate the 100 to 200 millisecond round-trip times that centralized cloud AI endpoints produce for users located far from the AWS us-east-1, GCP us-central1, or Azure East US regions where the majority of commercial AI model endpoints are hosted. Cloudflare runs Workers AI on its global network of 330-plus data centers in more than 120 countries, meaning that a user in São Paulo, Lagos, or Singapore making an AI inference request through a Workers AI deployment receives a response from a node that is typically within 20 milliseconds of their physical location rather than from a US East Coast endpoint at 150 to 250 milliseconds. The latency advantage matters most for AI applications where the interaction is synchronous and user-facing — a real-time translation feature, a customer-facing chatbot with a visible typing indicator, an AI image filter applied to a video stream — because human perception of response delay degrades interaction quality noticeably above 100 milliseconds in conversational contexts. Workers AI currently supports inference for open-weight models including Llama 4 Scout, Mistral 7B, Gemma 2, and Whisper (audio transcription), with Cloudflare running the model weights on its own GPU infrastructure distributed across the global network. Workers AI is not positioned to replace centralised cloud AI for training workloads (which require GPU clusters with high-bandwidth interconnects that Cloudflare’s distributed single-node architecture does not support) but specifically targets inference workloads where geographic distribution, latency, and data residency are constraints that centralised cloud endpoints cannot satisfy. Palantir’s AIP analytics platform operates at the application layer above cloud AI infrastructure, deploying ontology-driven decision intelligence for enterprises that have already solved their AI infrastructure procurement — Cloudflare Workers AI sits at the infrastructure layer below, providing the edge inference capacity that applications like AIP call when they need low-latency inference outside the US regions where centralised cloud AI is optimised.

What Cloudflare NeuralSwitch Does for Enterprise AI Cost Management

Cloudflare launched NeuralSwitch in June 2026 as an extension of AI Gateway that applies automated routing logic to AI API calls based on real-time model availability, cost, and task complexity — selecting the lowest-cost capable model for each inference request from a configured pool of providers rather than routing all requests to a single model regardless of whether that model’s capability level is necessary for the task. The commercial rationale is straightforward: an enterprise application that routes all AI inference requests to GPT-4o at $15 per million output tokens is overpaying for simple classification, extraction, and structured generation tasks that Llama 4 Scout at zero marginal cost (via Workers AI) or Claude Haiku at $1.25 per million output tokens handles with equivalent output quality. NeuralSwitch’s routing logic evaluates each incoming prompt against a task complexity classifier (itself a small, fast inference model running at the edge) and selects the appropriate model tier from the enterprise’s configured provider pool: a multi-step reasoning task routes to GPT-4o or Claude 3.5 Sonnet; a document summarisation request routes to a mid-tier model; a simple keyword extraction or classification request routes to a fast, inexpensive model running on Workers AI at the edge. Early NeuralSwitch deployments are reporting 50 to 65 percent reductions in total AI API spend compared to single-provider configurations, by matching task complexity to model capability rather than using frontier-class models for tasks where 95 percent of the value is available from a model that costs 10 percent as much. Workday’s Illuminate AI layer applies similar task routing logic within the HCM context — agentic workflows that require policy-constrained human-level judgment route to different model configurations than the routine data extraction and summarisation tasks that Illuminate handles without human review. Gartner’s edge computing research for 2026 projects that by 2028, 40 percent of enterprise AI inference workloads will run at the edge rather than through centralised cloud endpoints, driven by latency requirements, data sovereignty obligations under the EU AI Act and equivalent regional regulations, and cost optimisation through geographic proximity to end users. The Wall Street Journal’s enterprise technology coverage through Q2 2026 frames Cloudflare’s AI infrastructure business as the clearest example of a network-layer company converting its existing infrastructure advantage (330-plus global PoPs, 20 percent of internet traffic) into AI delivery value — a conversion that required no new physical infrastructure buildout but rather a software and services layer deployed on existing hardware that was already positioned at the edge of the global internet.

Why Cloudflare’s Network Position Makes AI Gateway Defensible Against Hyperscaler Competition

The strategic risk for Cloudflare’s AI Gateway and Workers AI business is that AWS, Azure, and Google Cloud each have financial and technical resources to build identical management and edge inference products within their existing cloud platforms, and that enterprise customers already running AI workloads on a single hyperscaler could be retained by that hyperscaler’s native AI management tools rather than routing through a third-party like Cloudflare. The defence against this risk is Cloudflare’s multi-cloud positioning: enterprises that use AI models from multiple providers — which, as of Q1 2026, is the majority of large enterprise AI deployments according to Cloudflare’s customer data — have a structural reason to prefer a neutral management layer like AI Gateway over any single hyperscaler’s native AI management tools, because a neutral layer does not create pricing dependency on a single provider and does not expose query data to a hyperscaler that is simultaneously a competitor in the foundation model market. An enterprise using both Azure OpenAI Service and Anthropic’s Claude (a common combination where GPT-4o handles general tasks and Claude handles compliance-sensitive document review) has an alignment problem with Microsoft’s native AI management tools: Microsoft Azure’s observability and cost tools are well-instrumented for Azure OpenAI Service calls but do not treat Anthropic API calls with the same native fidelity. Cloudflare AI Gateway is provider-neutral by design and commercial interest, because its business model depends on managing calls to all AI providers rather than favouring any single one. GitHub Copilot’s enterprise growth has been driven in part by Microsoft’s ability to bundle AI coding assistance with its existing developer toolchain — a distribution advantage that works in Microsoft’s favour for single-provider enterprise AI deployments but that creates a friction point for multi-provider enterprise AI architectures where Cloudflare’s neutrality is a commercial advantage rather than a disadvantage. Cloudflare’s Vectorize vector database product — which stores embedding vectors for retrieval-augmented generation applications at the edge, adjacent to the Workers AI inference endpoints that generate them — further deepens the AI infrastructure relationship by making Cloudflare the storage layer for the context data that AI inference calls retrieve, creating a data gravity effect that is structurally similar to how Amazon S3’s dominance in object storage has reinforced AWS compute adoption by keeping data and compute co-located within the same provider’s network.

What Cloudflare’s 100 Billion Inference Request Milestone Reveals About Where Startups Build AI Infrastructure

One hundred billion inference requests is a number produced by cumulative developer decisions. Every startup that chose Cloudflare Workers AI over a direct API call to a hyperscaler added to that total. The decision pattern is not primarily about cost, though Cloudflare’s pricing is competitive. It is about the combination of low lock-in risk and zero operational overhead. A startup that routes inference through Cloudflare’s AI Gateway has not committed to a specific model provider, a specific cloud vendor, or a specific inference architecture. That optionality has real value when the underlying model landscape is changing at the pace it changed between 2024 and 2026.

NeuralSwitch is interesting precisely because it makes a previously manual decision automatic. Multi-model routing — using the cheapest adequate model for each request type — is something sophisticated teams were doing in configuration files. NeuralSwitch makes it a platform default. The economics of AI product building have made this decision valuable: a startup spending $40,000 per month on inference with an 8x cost spread between frontier and small models has genuine P&L incentive to get routing right. The startups that will benefit most from NeuralSwitch are those running heterogeneous workloads where prompt complexity varies enough to justify the routing overhead.

The hyperscaler comparison matters but is asymmetric. AWS, Azure, and Google Cloud offer inference as part of a larger platform value proposition. Cloudflare offers inference as infrastructure for builders who want to stay independent of that platform consolidation. The 100 billion milestone is evidence that a meaningful segment of the developer market has made the independence bet. Whether that bet compounds into enterprise adoption or remains developer-tier depends on whether Cloudflare can bring enterprise-grade compliance, audit logging, and SLA guarantees to match the hyperscalers’ enterprise motion. That is the product gap the enterprise version of Cloudflare AI Gateway still has to close.

What Cloudflare’s 100 Billion Inference Requests Reveal About the Pricing Structure Behind AI Infrastructure Independence

The 100 billion milestone has been covered as a developer adoption story. The more important number Cloudflare has not published is the average revenue per inference request. Cloudflare Workers AI pricing uses a neuron-based compute abstraction rather than a flat per-request or per-token rate, which means 100 billion inference requests translates to a revenue figure that varies enormously by model size and request complexity. The hyperscalers publish exact per-token pricing. Cloudflare’s neuron abstraction makes apples-to-apples comparison deliberately difficult, which is a pricing strategy as much as a product decision.

The investigative question is who is actually capturing the margin on these 100 billion inferences. Cloudflare’s gross margin on Workers AI is structurally different from its CDN and security products, where bandwidth costs have been compressed through network scale over many years. GPU compute has no equivalent commodity dynamic: Nvidia’s H100 and H200 utilization pricing has not fallen the way bandwidth costs fell, and demand from hyperscalers, AI labs, and cloud providers is outpacing supply. Cloudflare is routing inference requests through GPU capacity it does not own, positioning on routing efficiency and developer ergonomics rather than on controlling the underlying compute. That margin structure looks more like a marketplace premium than an infrastructure moat. The developer who values Cloudflare’s multi-model routing and independence from a single provider is paying for orchestration, not for compute at cost.

The enterprise version of this story is also a pricing and commercial model story. Enterprise buyers pay premiums for accountability infrastructure: compliance attestations, audit logs, SLA guarantees, and the enterprise agreement mechanism that makes infrastructure purchases predictable within annual budget cycles. The hyperscalers have spent decades perfecting the enterprise agreement model, including committed spend tiers, negotiated credits, and dedicated technical account management that makes switching costs prohibitive even when a competitor’s unit pricing is lower. Cloudflare closing the enterprise gap requires not just audit logging and SLA product features but a commercial motion that competes with the enterprise agreement mechanism itself. The 100 billion inference requests establishes credibility in the developer tier. The commercial model that converts developer credibility into enterprise revenue at enterprise margins has not yet been publicly demonstrated, and that gap is the one that determines whether the independence bet compounds into durable enterprise revenue.

What Cloudflare’s 100 Billion AI Inference Requests Reveal About the Underground Developer Psychology Driving the Independence-First AI Infrastructure Movement

The 100 billion inference request milestone carries a specific meaning in developer culture that is not visible in the headline number. Cloudflare’s AI Gateway has reached scale because of a decision — made by hundreds of thousands of individual developers, independently — to route their AI inference through a layer that abstracts across model providers and retains user control over provider selection. That decision is not primarily a technical one. It reflects a value orientation: the developers who built into Cloudflare’s AI Gateway did so specifically because they distrust the lock-in structures that major model providers would prefer they accept. The 100 billion requests are a measure of how many inference calls were made by people who cared enough about AI infrastructure independence to make the architectural choice to care about it.

Developer culture has a social structure that looks chaotic from the outside but is highly legible from inside. Within that structure, infrastructure independence is a status signal. Choosing to depend on a model provider’s API directly — without an abstraction layer — is a statement about what you believe your options are. Choosing to route through an abstraction layer that lets you swap providers is a statement about what you believe your options should be. The first choice is made by developers who trust the dominant model provider not to change its pricing, its terms, its availability, or its capability parity in ways that hurt them. The second choice is made by developers who have read enough technical history to know that trust in platform providers is structurally fragile. The 100 billion requests are a tally of how many developers have thought through that question and arrived at the independence-first answer.

The gap between developer credibility and enterprise revenue at enterprise margins is ultimately a psychology gap, not a commercial gap. Enterprise procurement does not operate through the same value system as the developer underground. Enterprise buyers are not optimizing for infrastructure independence; they are optimizing for risk reduction, vendor accountability, and the ability to explain their technology choices to a risk committee. Cloudflare’s path from 100 billion inference requests to durable enterprise margins requires translating the independence-first developer argument into the risk-reduction enterprise argument — and those are not the same argument. The developers who built into Cloudflare’s AI Gateway did so because independence mattered to them. The enterprise buyers who will generate enterprise-margin revenue will adopt Cloudflare because vendor accountability and compliance auditability matter to them. That translation is the commercial work the milestone has not yet done.

Alani Tahir
Alani Tahir spent six years as a Gartner analyst covering enterprise cloud infrastructure before the gap between what large companies announced about AI and what they were actually deploying became interesting enough to write about publicly. Based in Chicago, she covers cloud economics, AI infrastructure decisions at scale, and the enterprise reality underneath vendor announcements.
Home » Cloudflare’s AI Gateway Has Processed 100 Billion Inference Requests