UPROUTERONLINE

> Cloudflare Workers AI

edit
developers.cloudflare.com

Cloudflare Workers AI allows running AI models on Cloudflare's global network. It provides an OpenAI-compatible API for inference, embeddings, and image generation, billed in compute 'Neurons'. Details were checked against the provider's own page at developers.cloudflare.com.

upbest-effort probe · checked neverupvotes · community
Official free tierFreemiumLow risk· conf 95%verifiedconnect: Pooled
Free credits
$0.11
10,000 Neurons per day free allowance.
Cheapest input /1M
USD per 1M input tokens, best tracked model
Cheapest output /1M
USD per 1M output tokens, best tracked model
Models tracked
6
Canonical models with normalized pricing
// source_analysisthird-party review via freeairouter.com

// pros

  • First-party edge inference with global low latency, OpenAI-compatible
  • Fixed daily free allowance (10,000 Neurons), usable without a credit card
  • Fairly broad model coverage including popular models like DeepSeek R1 Distill
  • Seamless integration with the Workers/edge ecosystem

// cons

  • Metered in Neurons; the equivalent token volume is tight for heavy loads
  • Free-plan overage fails outright (no degradation)
  • All models are open; no closed-source flagship

First-party, globally edge-distributed, compliant and reliable; good for personal and edge apps; heavy loads should assess Neuron conversion and consider a paid plan.

community_reputation

Cloudflare's official docs clearly state 10,000 Neurons/day free; reputation is stable and reliable. It is an official big-vendor free tier, compliant and transparent, suited to edge/global-distribution scenarios and personal trials.

imported analysis — independent third party, not Uprouter editorial · verify before relying on it

// free_quota
$0.11provider-quoted

Value taken from the provider’s own published free-tier terms, expressed in USD.

note: 10,000 Neurons per day free allowance.

// pricinglast verified 4d ago
PlanTypeMonthlyInput /1MOutput /1MNote
Free tier (source-reported)freeBoth Free and Paid Workers plans get 10,000 Neurons/day at no charge; Free-plan requests fail after the quota is exhausted, Paid overage billed at $0.011 / 1,000 Neurons.
Pay-as-you-go (Neurons)payg$11.00$0.011 per 1,000 Neurons. Actual token rates vary by model mapping.
DeepSeek-V4-Flash (Mapped)payg$0.440$1.32Token price derived from Neuron usage (40k neurons input / 120k neurons output per 1M tokens).
pricing_last_verified: 4d agoofficial pricing page

Pricing normalized from public sources — always verify with the provider.

// model prices

ModelInput /1MOutput /1MContext
Gemma family
Llama family
Qwen family
Mistral
Llama Guard 3
DeepSeek R1 Distill
// faq
$ Does Cloudflare Workers AI have a free tier?

Yes — Cloudflare Workers AI offers a free tier that we value at roughly $0.11 in free credits. Always confirm current limits on Cloudflare Workers AI's official pricing page — free tiers change without notice.

$ How much does Cloudflare Workers AI cost per 1M tokens?

Cloudflare Workers AI does not publish simple per-1M-token pricing (it may bill per request, per output, or via a subscription plan). Check their official pricing page for exact figures.

$ Is Cloudflare Workers AI safe to use?

Uprouter rates Cloudflare Workers AI as low risk. Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships.

$ Can I use Cloudflare Workers AI through Uprouter Connect?

Yes — Cloudflare Workers AI is Connect-compatible. Add your Cloudflare Workers AI API key in Uprouter Connect (encrypted at rest) and route requests to it through one OpenAI- and Claude-compatible API, optionally behind failover aliases. Uprouter meters the traffic in compute at the provider's listed rate.

// community0 reviews

Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order.

No published reviews yet — be the first.

// more_informationprice history · live status · risk & confidence · code snippets

price_history

No recorded changes yet.

live_status

current: up

No probes recorded yet.

Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page.

risk_&_confidence

Low risk
95%

Rated low risk. an official provider with a free tier with pricing, authentication and terms documented on its own site. The model coverage is consistent with a real upstream, so data and reliability risk are modest.

Confidence reflects how much verifiable evidence (official docs, probe history, community reports) backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice.

code_snippets

curl https://uprouter.online/api/connect/v1/chat/completions \  -H "Authorization: Bearer upr_live_YOUR_KEY" \  -H "Content-Type: application/json" \  -d '{
    "model": "gemma-family",
    "messages": [{ "role": "user", "content": "Hello via Cloudflare Workers AI" }]
  }'

Metered in Uprouter compute — the usage log shows which upstream served each request and its exact cost.

// similar_providersscored by Official free tier signals

Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.

Uprouter command palette

Jump to a page, provider, model or action

Keyboard shortcuts

Every keyboard shortcut available on Uprouter