跳转到内容

Cloudflare Introduction

此内容尚不支持你的语言。

Cloudflare Plan

The core differences between the Free and Paid plans come down to performance limits, concurrency, logging, and whether the plan is truly production-ready.


1. CPU Time Limit — The Biggest Difference

Section titled “1. CPU Time Limit — The Biggest Difference”

This is the single most important distinction and determines what kind of workloads you can run.

FreePaid ($5/mo)
CPU time per request10 ms15 minutes

Free plan — limited to ultra-lightweight logic:

  • API proxy / routing
  • Simple auth checks
  • KV reads

Paid plan — unlocks real workloads:

  • AI inference & LLM agents
  • Complex computation
  • Long-running tasks
  • Image / video processing

[!NOTE] For any AI SaaS product (including ZShip), the Free plan’s 10 ms CPU limit is not sufficient.


FreePaid
Requests100,000 / day (~3M / month)Usage-based (unlimited)

FreePaid
Build slots16

If you’re running multiple Workers or services, the Paid plan’s parallel builds make deployments significantly faster.


FreePaid
Log retention3 days7 days
Events200K / dayUsage-based

Essential for production debugging and error tracing.


5. Storage Resources (KV / D1 / Durable Objects)

Section titled “5. Storage Resources (KV / D1 / Durable Objects)”

All storage primitives are available on both plans, but the Free tier has tight quotas.

KV OperationsFreePaid
Reads100K / dayUsage-based
Writes1K / dayUsage-based

FreePaid
AI quota10,000 neurons / dayUsage-based

FreePaid
AvailabilityLimited quotasFully production-ready

Use CaseFreePaid
Learning & prototyping
Personal projects
Small demos
SaaS products
AI services
Production environments

A project with this architecture requires the Paid plan:

  • 10+ Workers
  • AI Gateway
  • Queues, D1, KV
  • Check-in & notification services

Operations like OpenAI API calls, LLM routing, payment logic, and AI gateway processing will easily exceed the 10 ms CPU limit.


[!TIP] Many SaaS products running on Cloudflare Workers only spend $5–15 per month — the compute is incredibly affordable.

The Paid plan starts at a $5/mo base fee plus usage-based charges. For most early-stage products, the total cost stays remarkably low.


Free plan = Demo · $5 plan = Production