> Cloudflare Workers AI
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.
// 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
Value taken from the provider’s own published free-tier terms, expressed in USD.
note: 10,000 Neurons per day free allowance.
| Plan | Type | Monthly | Input /1M | Output /1M | Note |
|---|---|---|---|---|---|
| Free tier (source-reported) | free | — | — | — | Both 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.32 | Token price derived from Neuron usage (40k neurons input / 120k neurons output per 1M tokens). |
Pricing normalized from public sources — always verify with the provider.
// model prices
| Model | Input /1M | Output /1M | Context |
|---|---|---|---|
| Gemma family | — | — | — |
| Llama family | — | — | — |
| Qwen family | — | — | — |
| Mistral | — | — | — |
| Llama Guard 3 | — | — | — |
| DeepSeek R1 Distill | — | — | — |
$ 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.
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: upNo 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
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.
Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.