developers.cloudflare.com
免费大模型额度 · 免费模型 · 社区口碑 · 风险评估
网站介绍
Cloudflare Workers AI 是 Cloudflare 官方的边缘 AI 推理服务,在其全球 GPU 网络上运行开源大模型,提供 REST API 与 OpenAI 兼容端点,免费与付费套餐均每日附带 10,000 neurons 免费用量。
免费额度
每日 10,000 neurons 免费额度(Free 与 Paid 计划均有,按天重置)。neurons 是按模型算力折算的计量单位:小模型可跑较多 token,大模型消耗快。Free 计划超额后直接报错停止,需升级 Workers Paid($5/月起);Paid 计划超出部分按 $0.011/1,000 neurons 计费。注册免费、无需绑卡即可用免费额度。
限速/额度数据同步自 cheahjs/free-llm-api-resources(每日自动更新,非本站实测)
免费模型
@cf/meta/llama-3.3-70b-instruct-fp8-fast@cf/meta/llama-4-scout-17b-16e-instruct@cf/deepseek-ai/deepseek-r1-distill-qwen-32b@cf/qwen/qwen2.5-coder-32b-instruct@cf/google/gemma-3-12b-it@cf/mistralai/mistral-small-3.1-24b-instruct@cf/openai/gpt-oss-120b@cf/meta/llama-guard-3-8b优点
- Cloudflare 官方服务,长期稳定运营,无跑路风险
- 每日 10,000 neurons 免费额度按天重置,属长期免费层而非一次性赠金
- 免费额度可调用目录内全部模型(含 Llama 3.3 70B、DeepSeek R1 Distill、GPT-OSS 等较大开源模型)
- 提供 OpenAI 兼容端点(/v1/chat/completions)与 REST API,也可在 Workers 内直接绑定调用
- 全球边缘节点就近推理,延迟表现好;文档与定价完全公开透明
- 除文本生成外还覆盖 embedding、图像生成、语音等多模态模型
缺点
- neurons 计量方式不直观,需按各模型单价换算实际可用 token 数
- 10,000 neurons/天 对大模型来说消耗很快(如 DeepSeek R1 Distill 约 $0.497/M 输入 + $4.881/M 输出 token 折算),仅够轻量使用
- 仅提供开源/开放权重模型,无闭源前沿模型
- Free 计划超额即报错中断,无法当天继续使用
- 模型目录与 neurons 换算率可能随版本调整
风险点
- 免费额度以 neurons 计量、每日 10,000,重度使用大模型时很快耗尽
- Free 计划超出每日额度后请求直接报错,需升级 Workers Paid($5/月起)才能继续
- 模型目录、neurons 换算与限额政策由 Cloudflare 单方面调整,以官方定价页为准
社区口碑综述
Cloudflare 是全球最大的 CDN/边缘计算厂商之一,Workers AI 自 2023 年上线以来持续扩充模型目录,被 cheahjs/free-llm-api-resources 等目录收录为稳定的每日免费额度来源;开发者社区评价集中于『免费额度适合轻量/边缘场景、neurons 计费略难估算』,无负面信用记录。
使用建议
适合已在使用 Cloudflare Workers/Pages 的开发者,以及需要每日免费额度做轻量推理、边缘 AI 功能(分类、embedding、小规模对话)的场景;重度 LLM 用量建议直接评估付费或其他提供商。本条目仅作信息整理,不构成背书。
社区提及 (2)
参考来源
社区讨论 · 口碑核查
下决定前想核实 developers.cloudflare.com 的真实口碑?直接看社区一手讨论:
外部讨论质量参差,请结合本页风险评估自行判断。
常见问题 FAQ
developers.cloudflare.com 安全吗?可信吗?
综合口碑分 90/100、风险等级低。Cloudflare 是全球最大的 CDN/边缘计算厂商之一,Workers AI 自 2023 年上线以来持续扩充模型目录,被 cheahjs/free-llm-api-resources 等目录收录为稳定的每日免费额度来源;开发者社区评价集中于『免费额度适合轻量/边缘场景、neurons 计费略难估算』,无负面信用记录。
developers.cloudflare.com 会跑路吗?服务稳定吗?
已知风险点:免费额度以 neurons 计量、每日 10,000,重度使用大模型时很快耗尽;Free 计划超出每日额度后请求直接报错,需升级 Workers Paid($5/月起)才能继续;模型目录、neurons 换算与限额政策由 Cloudflare 单方面调整,以官方定价页为准。免费站与中转/公益站普遍无 SLA、随时可能关停或调整额度,切勿用于生产或重要用途,重要场景请自备官方付费兜底。
developers.cloudflare.com 有哪些免费模型?免费额度是多少?
免费额度:每日 10,000 neurons 免费额度(Free 与 Paid 计划均有,按天重置)。neurons 是按模型算力折算的计量单位:小模型可跑较多 token,大模型消耗快。Free 计划超额后直接报错停止,需升级 Workers Paid($5/月起);Paid 计划超出部分按 $0.011/1,000 neurons 计费。注册免费、无需绑卡即可用免费额度。。可用免费模型:@cf/meta/llama-3.3-70b-instruct-fp8-fast、@cf/meta/llama-4-scout-17b-16e-instruct、@cf/deepseek-ai/deepseek-r1-distill-qwen-32b、@cf/qwen/qwen2.5-coder-32b-instruct、@cf/google/gemma-3-12b-it、@cf/mistralai/mistral-small-3.1-24b-instruct、@cf/openai/gpt-oss-120b、@cf/meta/llama-guard-3-8b。
developers.cloudflare.com 值得用吗?该怎么用?
适合已在使用 Cloudflare Workers/Pages 的开发者,以及需要每日免费额度做轻量推理、边缘 AI 功能(分类、embedding、小规模对话)的场景;重度 LLM 用量建议直接评估付费或其他提供商。本条目仅作信息整理,不构成背书。
相关免费大模型站点
- huggingface.co — 官方站(免费层) · 口碑 92
- console.groq.com — 官方站(免费层) · 口碑 92
- console.mistral.ai — 官方站(免费层) · 口碑 90
- ai.google.dev — 官方站(免费层) · 口碑 88
- aws.amazon.com — 官方站(免费层) · 口碑 88
- bailian.console.alibabacloud.com — 官方站(免费层) · 口碑 88
- modal.com — 官方站(免费层) · 口碑 88
- models.github.ai — 官方站(免费层) · 口碑 85
In English
Summary: Cloudflare Workers AI is Cloudflare's official edge AI inference service, running open-source models on its global GPU network with a REST API and OpenAI-compatible endpoints; both Free and Paid plans include 10,000 free neurons per day.
Free quota: 10,000 neurons per day free (on both Free and Paid plans, resets daily). Neurons are a compute-normalized unit: small models stretch further, large models burn quota quickly. On the Free plan, requests fail once the daily quota is exhausted (upgrade to Workers Paid, from $5/month, to continue); on Paid, overage is billed at $0.011 per 1,000 neurons. Signup is free and no credit card is needed to use the free allocation.