Free Llama 4 Maverick API on Cloudflare Workers AI

Access llama-4-maverick free on Cloudflare's global edge network.

Updated 5/11/20261 code examples
加载评分…

About the Model

为什么选择 Llama 4 Maverick?

Meta 的 Llama 4 Maverick 彻底打破了开源与闭源之间的壁垒。

  • 开源性能巅峰:400B+ 参数量,性能直逼 GPT-5 闭源旗舰。
  • 灵活的可定制性:支持极其深度的微调,适合构建特定领域的垂直专家模型。
  • 庞大的社区生态:全球数百万开发者共同优化,部署和优化方案非常成熟。

How to Access for Free (via Cloudflare Workers AI)

Cloudflare Free Policy

Cloudflare Workers AI offers a free 10,000 Neurons per day for all free accounts. For many small and medium-sized models (such as LLAMA 3.1 8B, QWen 2.5 Coder), this limit is enough to support hundreds of free calls a day without the need to bind a credit card.

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Code Examples

curl
curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/@cf/meta/llama-3.1-8b-instruct \
  -H "Authorization: Bearer $CF_API_TOKEN" \
  -d '{"messages": [{"role": "user", "content": "Hello!"}]}'

Community Feedback

Comments are tied to your GitHub account — sign in to join the discussion.