From e5efa8c24e0503b6f8f8ed20148749256cd559df Mon Sep 17 00:00:00 2001
From: "hyperlint-ai[bot]"
<154288675+hyperlint-ai[bot]@users.noreply.github.com>
Date: Sat, 8 Mar 2025 08:18:53 +0000
Subject: [PATCH] Fix issue: WorkspaceTaskSubType.META_DESCRIPTION
---
.../docs/workers-ai/platform/pricing.mdx | 25 +------------------
1 file changed, 1 insertion(+), 24 deletions(-)
diff --git a/src/content/docs/workers-ai/platform/pricing.mdx b/src/content/docs/workers-ai/platform/pricing.mdx
index 473a95b39fb3fa2..d906c290a947624 100644
--- a/src/content/docs/workers-ai/platform/pricing.mdx
+++ b/src/content/docs/workers-ai/platform/pricing.mdx
@@ -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
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
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.