Cloudflare AI Capabilities

Research by Loup using agy v1.1.12 + official Cloudflare docs | Aug 13 2026
81
Models Hosted
300+
Edge Locations
~5ms
Cold Start
$0
Egress Fees

1. Does Cloudflare Host AI Models?

Yes. 81 open-source models on serverless GPUs across 300+ edge data centers. No GPU management. Pay-per-use.

2. Workers AI - Serverless Inference

3. Custom Model Deployment

CapabilitySupport
LoRA fine-tuningYES Llama, Mistral, Gemma
Custom models from scratchNO
Model trainingNO
Frontier models (GPT-4o, Claude)VIA GATEWAY

4. Vectorize - Vector Database

5. AI Gateway - Control Plane

6. Full AI Developer Stack

LayerProduct
FrontendPages
ComputeWorkers (<5ms cold start)
AI InferenceWorkers AI (81 models)
OrchestrationAI Gateway
Vector SearchVectorize (20M vectors)
Stateful AgentsDurable Objects
Relational DBD1 (SQLite at edge)
Object StorageR2 (zero egress)
Background JobsQueues and Workflows
Key-ValueKV

7. Comparison: Cloudflare vs AWS vs GCP vs Azure

FeatureCloudflareAWSGCPAzure
ArchitectureEdge (300+ PoPs)CentralizedCentralizedCentralized
Cold Start<5ms500ms-30s500ms-30s500ms-30s
Model Catalog81 curatedHundredsHundredsHundreds
Model TrainingNoYesYesYes
Fine-TuningLoRA onlyFull+PEFT+RLHFFull+PEFTFull+LoRA
Vector DBBuilt-inOpenSearchVertex VectorAzure AI Search
Egress$0$0.08-0.12/GB$0.08-0.12/GB$0.08-0.12/GB
AI GatewayBuilt-in freeCustomCustomAzure API Mgmt
Frontier ModelsVia GatewayBedrockVertexAzure OpenAI

Key Limitations

  1. No frontier models on CF GPUs - route via Gateway
  2. No model training - inference + LoRA only
  3. Model size ceiling - ultra-large may not be on all nodes
  4. Execution timeouts - Workers CPU ~5 min max
  5. Vector ceiling - 20M vectors max

Bottom Line

Choose Cloudflare AI if: Building web/mobile apps, edge RAG, chatbots, AI proxies where low latency, zero cold starts, zero egress, and velocity matter.

Choose AWS/GCP/Azure if: Need model training, GPU clusters, exclusive frontier models, or billion-scale vectors.

For our Market Report App: Could run entirely on CF (Workers AI + Vectorize + KV + Pages). Hybrid: CF for pipeline + validation, external Claude for synthesis.

Research by Loup Aug 13 2026 | Sources: agy v1.1.12, Cloudflare docs, Cloudflare blog Aug 7 2026