Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions src/content/docs/workers-ai/platform/pricing.mdx
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
---
pcx_content_type: concept
title: Pricing
sidebar:
order: 1
---

:::note
Workers AI has updated pricing to be more granular, with per-model unit-based pricing presented, but still billing in neurons in the back end.
:::

Workers AI is included in both the [Free and Paid Workers plans](/workers/platform/pricing/) and is priced at **$0.011 per 1,000 Neurons**.

Our free allocation allows anyone to use a total of **10,000 Neurons per day at no charge**. To use more than 10,000 Neurons per day, you need to sign up for the [Workers Paid plan](/workers/platform/pricing/#workers). On Workers Paid, you will be charged at $0.011 / 1,000 Neurons for any usage above the free allocation of 10,000 Neurons per day.

You can monitor your Neuron usage in the [Cloudflare Workers AI dashboard](https://dash.cloudflare.com/?to=/:account/ai/workers-ai).

All limits reset daily at 00:00 UTC. If you exceed any one of the above limits, further operations will fail with an error.

| | Free <br/> allocation | Pricing |
| ------------ | ---------------------- | ----------------------------- |
| Workers Free | 10,000 Neurons per day | N/A - Upgrade to Workers Paid |
| Workers Paid | 10,000 Neurons per day | $0.011 / 1,000 Neurons |

---\npcx_content_type: concept\ntitle: Pricing\ndescription: Discover Cloudflare Workers AI pricing: $0.011 per 1,000 Neurons. Free plan includes 10,000 Neurons daily. Pay-as-you-go for AI model usage.\nsidebar:\n order: 1\n---\n\n:::note\nWorkers AI has updated pricing to be more granular, with per-model unit-based pricing presented, but still billing in neurons in the back end.\n:::\n\nWorkers AI is included in both the [Free and Paid Workers plans](/workers/platform/pricing/) and is priced at **$0.011 per 1,000 Neurons**.\n\nOur free allocation allows anyone to use a total of **10,000 Neurons per day at no charge**. To use more than 10,000 Neurons per day, you need to sign up for the [Workers Paid plan](/workers/platform/pricing/#workers). On Workers Paid, you will be charged at $0.011 / 1,000 Neurons for any usage above the free allocation of 10,000 Neurons per day.\n\nYou can monitor your Neuron usage in the [Cloudflare Workers AI dashboard](https://dash.cloudflare.com/?to=/:account/ai/workers-ai).\n\nAll limits reset daily at 00:00 UTC. If you exceed any one of the above limits, further operations will fail with an error.\n\n| | Free <br/> allocation | Pricing |\n| ------------ | ---------------------- | ----------------------------- |\n| Workers Free | 10,000 Neurons per day | N/A - Upgrade to Workers Paid |\n| Workers Paid | 10,000 Neurons per day | $0.011 / 1,000 Neurons |\n
## What are Neurons?

Neurons are our way of measuring AI outputs across different models, representing the GPU compute needed to perform your request. Our serverless model allows you to pay only for what you use without having to worry about renting, managing, or scaling GPUs.
Expand Down
Loading