From 88c90edae6e2dfb4d6b27b3e4bcf4071da97b1a6 Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Thu, 11 Jun 2026 10:00:12 -0700
Subject: [PATCH 01/13] WIP
---
platform/limits.mdx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 platform/limits.mdx
diff --git a/platform/limits.mdx b/platform/limits.mdx
new file mode 100644
index 0000000000..5653df7f15
--- /dev/null
+++ b/platform/limits.mdx
@@ -0,0 +1,14 @@
+---
+title: Platform limits
+---
+
+
+The following table lists limits for Artifacts and Registry features.
+
+| Dimension | Scope | Counting | Free | Pro | Enterprise |
+| --- | --- | --- | --- | --- | --- |
+| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
+| Artifacts | Organization | Commited artifact versions across the whole organization | 100,000 | 5,00,000 | 100,000,000 |
+| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
+| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
+| Linked versions per Registry Collection | Per Registry Collection | Distring linked artifact versiolns in olne registry collection | 500 | 1,000 | 150,000 |
From 38063c93de43a865a3324249c967090b25757072 Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Thu, 13 Aug 2026 13:15:03 -0700
Subject: [PATCH 02/13] add support article, adds sections
---
models/artifacts.mdx | 8 +++++++
models/registry.mdx | 10 +++++++++
platform/limits.mdx | 14 -------------
.../what-are-artifact-registry-limits.mdx | 21 +++++++++++++++++++
4 files changed, 39 insertions(+), 14 deletions(-)
delete mode 100644 platform/limits.mdx
create mode 100644 support/models/articles/what-are-artifact-registry-limits.mdx
diff --git a/models/artifacts.mdx b/models/artifacts.mdx
index bcc396e067..cdea8327dd 100644
--- a/models/artifacts.mdx
+++ b/models/artifacts.mdx
@@ -80,6 +80,14 @@ datadir = artifact.download() # downloads the full `my_data` artifact to the de
You can pass a custom path into the `root` [parameter](/models/ref/python/experiments/artifact) to download an artifact to a specific directory. For alternate ways to download artifacts and to see additional parameters, see the guide on [downloading and using artifacts](/models/artifacts/download-and-use-an-artifact).
+## Usage limits
+
+The following table lists limits for Artifacts features. For a combined list of Artifacts and W&B Registry limits, see [What are the W&B Registry and Artifacts usage limits?](/support/models/articles/what-are-artifact-registry-limits)
+
+| Dimension | Scope | Counting | Free | Pro | Enterprise |
+| --- | --- | --- | --- | --- | --- |
+| Artifacts | Organization | Committed artifact versions across the whole org | 100,000 | 5,000,000 | 100,000,000 |
+| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
## Next steps
* Learn how to [version](/models/artifacts/create-a-new-artifact-version) and [update](/models/artifacts/update-an-artifact) artifacts.
diff --git a/models/registry.mdx b/models/registry.mdx
index 55ebf467b6..65c6d0603b 100644
--- a/models/registry.mdx
+++ b/models/registry.mdx
@@ -106,6 +106,16 @@ Based on your deployment type, satisfy the following conditions to enable W&B Re
| Self-Managed | For Server v0.71.0 or newer, no action required. Registry is enabled by default. For older supported Server versions, contact your W&B account team to enable Registry. |
+## Usage limits
+
+The following table lists limits for W&B Registry features. For a combined list of W&B Registry and Artifacts limits, see [What are the W&B Registry and Artifacts usage limits?](/support/models/articles/what-are-artifact-registry-limits)
+
+| Dimension | Scope | Counting | Free | Pro | Enterprise |
+| --- | --- | --- | --- | --- | --- |
+| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
+| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
+| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 150,000 |
+
## Resources to get started
Depending on your use case, explore the following resources to get started with the W&B Registry:
diff --git a/platform/limits.mdx b/platform/limits.mdx
deleted file mode 100644
index 5653df7f15..0000000000
--- a/platform/limits.mdx
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Platform limits
----
-
-
-The following table lists limits for Artifacts and Registry features.
-
-| Dimension | Scope | Counting | Free | Pro | Enterprise |
-| --- | --- | --- | --- | --- | --- |
-| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
-| Artifacts | Organization | Commited artifact versions across the whole organization | 100,000 | 5,00,000 | 100,000,000 |
-| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
-| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
-| Linked versions per Registry Collection | Per Registry Collection | Distring linked artifact versiolns in olne registry collection | 500 | 1,000 | 150,000 |
diff --git a/support/models/articles/what-are-artifact-registry-limits.mdx b/support/models/articles/what-are-artifact-registry-limits.mdx
new file mode 100644
index 0000000000..28ddc60571
--- /dev/null
+++ b/support/models/articles/what-are-artifact-registry-limits.mdx
@@ -0,0 +1,21 @@
+---
+title: "What are the W&B Registry and Artifacts usage limits?"
+keywords: ["Artifacts", "Experiments"]
+---
+
+The following table lists usage limits for W&B Registry and Artifacts by plan.
+
+| Dimension | Scope | Counting | Free | Pro | Enterprise |
+| --- | --- | --- | --- | --- | --- |
+| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
+| Artifacts | Organization | Committed artifact versions across the whole organization | 100,000 | 5,000,000 | 100,000,000 |
+| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
+| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
+| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 150,000 |
+
+Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits.
+
+---
+
+[Artifacts](/support/models/tags/artifacts)
+[Experiments](/support/models/tags/experiments)
From 0aa85b6bf6d316b0bf00ae9375cf54528dc8b918 Mon Sep 17 00:00:00 2001
From: "wandb-docs-pr-writer[bot]"
Date: Thu, 13 Aug 2026 20:15:52 +0000
Subject: [PATCH 03/13] chore: regenerate support tag pages
---
support.mdx | 2 +-
support/models.mdx | 4 ++--
.../models/articles/what-are-artifact-registry-limits.mdx | 6 ++++--
support/models/tags/artifacts.mdx | 5 ++++-
support/models/tags/experiments.mdx | 5 ++++-
5 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/support.mdx b/support.mdx
index 46b219037f..8d39446ecd 100644
--- a/support.mdx
+++ b/support.mdx
@@ -47,7 +47,7 @@ and the W&B community.
{/* AUTO-GENERATED: counts */}
- 214 articles · 41 tags
+ 215 articles · 41 tags
{/* END AUTO-GENERATED: counts */}
diff --git a/support/models.mdx b/support/models.mdx
index a9bc0ea27e..6fbc176453 100644
--- a/support/models.mdx
+++ b/support/models.mdx
@@ -50,7 +50,7 @@ template: "docengine-site/templates/support_product_index.mdx.j2"
2 articles
- 16 articles
+ 17 articles
1 article
@@ -68,7 +68,7 @@ template: "docengine-site/templates/support_product_index.mdx.j2"
14 articles
- 51 articles
+ 52 articles
3 articles
diff --git a/support/models/articles/what-are-artifact-registry-limits.mdx b/support/models/articles/what-are-artifact-registry-limits.mdx
index 28ddc60571..3da21df8a8 100644
--- a/support/models/articles/what-are-artifact-registry-limits.mdx
+++ b/support/models/articles/what-are-artifact-registry-limits.mdx
@@ -17,5 +17,7 @@ Contact [W&B Support](mailto:support@wandb.com) if you have questions about limi
---
-[Artifacts](/support/models/tags/artifacts)
-[Experiments](/support/models/tags/experiments)
+{/* AUTO-GENERATED: tab badges */}
+[Artifacts](/support/models/tags/artifacts)[Experiments](/support/models/tags/experiments)
+{/* END AUTO-GENERATED: tab badges */}
+
diff --git a/support/models/tags/artifacts.mdx b/support/models/tags/artifacts.mdx
index bc9763572a..7c6330820a 100644
--- a/support/models/tags/artifacts.mdx
+++ b/support/models/tags/artifacts.mdx
@@ -1,6 +1,6 @@
---
title: "Artifacts"
-tag: "16"
+tag: "17"
generator: "knowledgebase-nav"
template: "docengine-site/templates/support_tag.mdx.j2"
---
@@ -44,6 +44,9 @@ template: "docengine-site/templates/support_tag.mdx.j2"
This article describes how to organize artifacts when a project explores multiple model architectures across many runs, ...
+
+ The following table lists usage limits for W&B Registry and Artifacts by plan. Dimension Scope Counting Free Pro Enterpr ...
+
By default, W&B downloads artifacts to the artifacts/ folder. To change the location: Pass the path to wandb.Artifact(). ...
diff --git a/support/models/tags/experiments.mdx b/support/models/tags/experiments.mdx
index 1e5a738b84..657436fdd5 100644
--- a/support/models/tags/experiments.mdx
+++ b/support/models/tags/experiments.mdx
@@ -1,6 +1,6 @@
---
title: "Experiments"
-tag: "51"
+tag: "52"
generator: "knowledgebase-nav"
template: "docengine-site/templates/support_tag.mdx.j2"
---
@@ -104,6 +104,9 @@ template: "docengine-site/templates/support_tag.mdx.j2"
This state usually means you lost connection to your machine during training. To recover your data, run wandb sync PATH_ ...
+
+ The following table lists usage limits for W&B Registry and Artifacts by plan. Dimension Scope Counting Free Pro Enterpr ...
+
When wandb.init() runs in a training script, an API call creates a run object on the W&B servers. A new process starts t ...
From 09696f02ed454f4d676a16ccea645379679c1eec Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Thu, 13 Aug 2026 13:29:19 -0700
Subject: [PATCH 04/13] simplify
---
models/artifacts.mdx | 8 +++-----
models/registry.mdx | 9 +++------
.../_includes/artifact-registry-usage-limits.mdx | 9 +++++++++
.../articles/what-are-artifact-registry-limits.mdx | 14 ++++----------
4 files changed, 19 insertions(+), 21 deletions(-)
create mode 100644 snippets/_includes/artifact-registry-usage-limits.mdx
diff --git a/models/artifacts.mdx b/models/artifacts.mdx
index cdea8327dd..9432c22479 100644
--- a/models/artifacts.mdx
+++ b/models/artifacts.mdx
@@ -4,6 +4,7 @@ title: Artifacts overview
---
import { ColabLink } from '/snippets/_includes/colab-link.mdx';
import { TryProductLink } from '/snippets/_includes/try-product-link.mdx';
+import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx";
@@ -82,12 +83,9 @@ You can pass a custom path into the `root` [parameter](/models/ref/python/experi
## Usage limits
-The following table lists limits for Artifacts features. For a combined list of Artifacts and W&B Registry limits, see [What are the W&B Registry and Artifacts usage limits?](/support/models/articles/what-are-artifact-registry-limits)
+The following table lists usage limits for Artifacts and W&B Registry. These limits are shown together because Artifacts and Registry share related resources and workflows.
-| Dimension | Scope | Counting | Free | Pro | Enterprise |
-| --- | --- | --- | --- | --- | --- |
-| Artifacts | Organization | Committed artifact versions across the whole org | 100,000 | 5,000,000 | 100,000,000 |
-| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
+
## Next steps
* Learn how to [version](/models/artifacts/create-a-new-artifact-version) and [update](/models/artifacts/update-an-artifact) artifacts.
diff --git a/models/registry.mdx b/models/registry.mdx
index 65c6d0603b..55084576ce 100644
--- a/models/registry.mdx
+++ b/models/registry.mdx
@@ -3,6 +3,7 @@ title: Registry overview
description: Use W&B Registry to manage and share artifact versions across your organization
---
import { ColabLink } from '/snippets/_includes/colab-link.mdx';
+import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx";
@@ -108,13 +109,9 @@ Based on your deployment type, satisfy the following conditions to enable W&B Re
## Usage limits
-The following table lists limits for W&B Registry features. For a combined list of W&B Registry and Artifacts limits, see [What are the W&B Registry and Artifacts usage limits?](/support/models/articles/what-are-artifact-registry-limits)
+The following table lists usage limits for W&B Registry and Artifacts. These limits are shown together because Registry collections contain linked artifact versions and share related resources with Artifacts.
-| Dimension | Scope | Counting | Free | Pro | Enterprise |
-| --- | --- | --- | --- | --- | --- |
-| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
-| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
-| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 150,000 |
+
## Resources to get started
diff --git a/snippets/_includes/artifact-registry-usage-limits.mdx b/snippets/_includes/artifact-registry-usage-limits.mdx
new file mode 100644
index 0000000000..50d38bc633
--- /dev/null
+++ b/snippets/_includes/artifact-registry-usage-limits.mdx
@@ -0,0 +1,9 @@
+| Dimension | Scope | Counting | Free | Pro | Enterprise |
+| --- | --- | --- | --- | --- | --- |
+| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
+| Artifacts | Organization | Committed artifact versions across the whole organization | 100,000 | 5,000,000 | 100,000,000 |
+| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
+| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
+| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 150,000 |
+
+Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits.
\ No newline at end of file
diff --git a/support/models/articles/what-are-artifact-registry-limits.mdx b/support/models/articles/what-are-artifact-registry-limits.mdx
index 3da21df8a8..46965fa22b 100644
--- a/support/models/articles/what-are-artifact-registry-limits.mdx
+++ b/support/models/articles/what-are-artifact-registry-limits.mdx
@@ -1,19 +1,13 @@
---
-title: "What are the W&B Registry and Artifacts usage limits?"
+title: "Are there W&B Registry and Artifacts usage limits?"
keywords: ["Artifacts", "Experiments"]
---
-The following table lists usage limits for W&B Registry and Artifacts by plan.
+import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx";
-| Dimension | Scope | Counting | Free | Pro | Enterprise |
-| --- | --- | --- | --- | --- | --- |
-| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
-| Artifacts | Organization | Committed artifact versions across the whole organization | 100,000 | 5,000,000 | 100,000,000 |
-| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
-| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
-| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 150,000 |
+W&B applies the following usage limits to Artifacts and Registry features:
-Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits.
+
---
From 383f87b6a64ca31cca114cde644c102c364ca836 Mon Sep 17 00:00:00 2001
From: "wandb-docs-pr-writer[bot]"
Date: Thu, 13 Aug 2026 20:30:14 +0000
Subject: [PATCH 05/13] chore: regenerate support tag pages
---
support/models/tags/artifacts.mdx | 6 +++---
support/models/tags/experiments.mdx | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/support/models/tags/artifacts.mdx b/support/models/tags/artifacts.mdx
index 7c6330820a..2cf05bbed6 100644
--- a/support/models/tags/artifacts.mdx
+++ b/support/models/tags/artifacts.mdx
@@ -5,6 +5,9 @@ generator: "knowledgebase-nav"
template: "docengine-site/templates/support_tag.mdx.j2"
---
+
+ import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
+
If you log an artifact reference with W&B and enable versioning on the buckets, the version IDs appear in the Amazon S3 ...
@@ -44,9 +47,6 @@ template: "docengine-site/templates/support_tag.mdx.j2"
This article describes how to organize artifacts when a project explores multiple model architectures across many runs, ...
-
- The following table lists usage limits for W&B Registry and Artifacts by plan. Dimension Scope Counting Free Pro Enterpr ...
-
By default, W&B downloads artifacts to the artifacts/ folder. To change the location: Pass the path to wandb.Artifact(). ...
diff --git a/support/models/tags/experiments.mdx b/support/models/tags/experiments.mdx
index 657436fdd5..f9300cf1a4 100644
--- a/support/models/tags/experiments.mdx
+++ b/support/models/tags/experiments.mdx
@@ -5,6 +5,9 @@ generator: "knowledgebase-nav"
template: "docengine-site/templates/support_tag.mdx.j2"
---
+
+ import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
+
Yes, W&B uses the multiprocessing library. As a result, scripts that call W&B directly need to guard their entry point s ...
@@ -104,9 +107,6 @@ template: "docengine-site/templates/support_tag.mdx.j2"
This state usually means you lost connection to your machine during training. To recover your data, run wandb sync PATH_ ...
-
- The following table lists usage limits for W&B Registry and Artifacts by plan. Dimension Scope Counting Free Pro Enterpr ...
-
When wandb.init() runs in a training script, an API call creates a run object on the W&B servers. A new process starts t ...
From ab4ba5a6eb0901bf7c3e742a0c1bf4377e222e59 Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Thu, 13 Aug 2026 13:36:06 -0700
Subject: [PATCH 06/13] removed autogen tag preview
---
support/models/tags/artifacts.mdx | 2 +-
support/models/tags/experiments.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/models/tags/artifacts.mdx b/support/models/tags/artifacts.mdx
index 2cf05bbed6..f03617480f 100644
--- a/support/models/tags/artifacts.mdx
+++ b/support/models/tags/artifacts.mdx
@@ -6,7 +6,7 @@ template: "docengine-site/templates/support_tag.mdx.j2"
---
- import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
+ W&B applies the following usage limits to Artifacts and Registry features...
If you log an artifact reference with W&B and enable versioning on the buckets, the version IDs appear in the Amazon S3 ...
diff --git a/support/models/tags/experiments.mdx b/support/models/tags/experiments.mdx
index f9300cf1a4..d3c0f35d61 100644
--- a/support/models/tags/experiments.mdx
+++ b/support/models/tags/experiments.mdx
@@ -6,7 +6,7 @@ template: "docengine-site/templates/support_tag.mdx.j2"
---
- import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
+ W&B applies the following usage limits to Artifacts and Registry features...
Yes, W&B uses the multiprocessing library. As a result, scripts that call W&B directly need to guard their entry point s ...
From 4c93b29bc3ff284048f05116464d470d9c85dad3 Mon Sep 17 00:00:00 2001
From: "wandb-docs-pr-writer[bot]"
Date: Thu, 13 Aug 2026 20:37:06 +0000
Subject: [PATCH 07/13] chore: regenerate support tag pages
---
support/models/tags/artifacts.mdx | 2 +-
support/models/tags/experiments.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/models/tags/artifacts.mdx b/support/models/tags/artifacts.mdx
index f03617480f..2cf05bbed6 100644
--- a/support/models/tags/artifacts.mdx
+++ b/support/models/tags/artifacts.mdx
@@ -6,7 +6,7 @@ template: "docengine-site/templates/support_tag.mdx.j2"
---
- W&B applies the following usage limits to Artifacts and Registry features...
+ import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
If you log an artifact reference with W&B and enable versioning on the buckets, the version IDs appear in the Amazon S3 ...
diff --git a/support/models/tags/experiments.mdx b/support/models/tags/experiments.mdx
index d3c0f35d61..f9300cf1a4 100644
--- a/support/models/tags/experiments.mdx
+++ b/support/models/tags/experiments.mdx
@@ -6,7 +6,7 @@ template: "docengine-site/templates/support_tag.mdx.j2"
---
- W&B applies the following usage limits to Artifacts and Registry features...
+ import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
Yes, W&B uses the multiprocessing library. As a result, scripts that call W&B directly need to guard their entry point s ...
From 9a0f6ce098b8acfb89dc8929138c6f005230c1f2 Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Thu, 13 Aug 2026 13:50:39 -0700
Subject: [PATCH 08/13] add metadata to support article
---
support/models/articles/what-are-artifact-registry-limits.mdx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/support/models/articles/what-are-artifact-registry-limits.mdx b/support/models/articles/what-are-artifact-registry-limits.mdx
index 46965fa22b..6b75e27daf 100644
--- a/support/models/articles/what-are-artifact-registry-limits.mdx
+++ b/support/models/articles/what-are-artifact-registry-limits.mdx
@@ -1,6 +1,8 @@
---
title: "Are there W&B Registry and Artifacts usage limits?"
keywords: ["Artifacts", "Experiments"]
+docengineDescription: "W&B applies the following usage limits to Artifacts and Registry features..."
+featured: false
---
import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx";
From 39aa878f4175670b3499c01641d6fc3027714ecb Mon Sep 17 00:00:00 2001
From: "wandb-docs-pr-writer[bot]"
Date: Thu, 13 Aug 2026 20:55:37 +0000
Subject: [PATCH 09/13] chore: regenerate support tag pages
---
support/models/tags/artifacts.mdx | 2 +-
support/models/tags/experiments.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/models/tags/artifacts.mdx b/support/models/tags/artifacts.mdx
index 2cf05bbed6..f03617480f 100644
--- a/support/models/tags/artifacts.mdx
+++ b/support/models/tags/artifacts.mdx
@@ -6,7 +6,7 @@ template: "docengine-site/templates/support_tag.mdx.j2"
---
- import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
+ W&B applies the following usage limits to Artifacts and Registry features...
If you log an artifact reference with W&B and enable versioning on the buckets, the version IDs appear in the Amazon S3 ...
diff --git a/support/models/tags/experiments.mdx b/support/models/tags/experiments.mdx
index f9300cf1a4..d3c0f35d61 100644
--- a/support/models/tags/experiments.mdx
+++ b/support/models/tags/experiments.mdx
@@ -6,7 +6,7 @@ template: "docengine-site/templates/support_tag.mdx.j2"
---
- import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; W&B applies the follow ...
+ W&B applies the following usage limits to Artifacts and Registry features...
Yes, W&B uses the multiprocessing library. As a result, scripts that call W&B directly need to guard their entry point s ...
From 42f89ff1b2c6e279f03c5d7bd1b84100ff8fff49 Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Thu, 13 Aug 2026 14:28:21 -0700
Subject: [PATCH 10/13] update snippet
---
snippets/_includes/artifact-registry-usage-limits.mdx | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/snippets/_includes/artifact-registry-usage-limits.mdx b/snippets/_includes/artifact-registry-usage-limits.mdx
index 50d38bc633..2249746ca0 100644
--- a/snippets/_includes/artifact-registry-usage-limits.mdx
+++ b/snippets/_includes/artifact-registry-usage-limits.mdx
@@ -2,8 +2,11 @@
| --- | --- | --- | --- | --- | --- |
| Registries| Organization | Registry projects in the organization | 5 | 25 | 250|
| Artifacts | Organization | Committed artifact versions across the whole organization | 100,000 | 5,000,000 | 100,000,000 |
-| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 2,500 | 1,500,000 |
-| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 150,000 |
-| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 150,000 |
+| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 1,000 | 10,000 |
+| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 5,000 |
+| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 2,500 |
+| Versions per artifact sequence[^1] | Per artifact sequence | Committed versions in one branch (sequence) | 1,000 | 10,000 | 50,000 |
+
+[^1]: An artifact sequence is the set of versions for an artifact with the same name in a project. When you call `wandb.Run.log_artifact()` with an artifact that has the same name and new content, W&B creates a new version in that sequence.
Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits.
\ No newline at end of file
From a08234296b89bcaa5440f4a3a8c801e284edc83d Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Sat, 15 Aug 2026 18:25:05 -0700
Subject: [PATCH 11/13] update snippet
---
snippets/_includes/artifact-registry-usage-limits.mdx | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/snippets/_includes/artifact-registry-usage-limits.mdx b/snippets/_includes/artifact-registry-usage-limits.mdx
index 2249746ca0..8f23590770 100644
--- a/snippets/_includes/artifact-registry-usage-limits.mdx
+++ b/snippets/_includes/artifact-registry-usage-limits.mdx
@@ -5,8 +5,12 @@
| Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 1,000 | 10,000 |
| Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 5,000 |
| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 2,500 |
-| Versions per artifact sequence[^1] | Per artifact sequence | Committed versions in one branch (sequence) | 1,000 | 10,000 | 50,000 |
+| Versions per artifact sequence | Per artifact sequence | Committed versions in one branch (sequence) | 1,000 | 10,000 | 50,000 |
-[^1]: An artifact sequence is the set of versions for an artifact with the same name in a project. When you call `wandb.Run.log_artifact()` with an artifact that has the same name and new content, W&B creates a new version in that sequence.
+An artifact *sequence* is a collection of artifact versions in a project. The sequence has a name, and each version has its own version number and unique artifact ID. When you call `wandb.Run.log_artifact()` with an artifact that has the same name and new content, W&B creates a new version in that sequence. For example, logging `model` multiple times creates versions such as `model:v0`, `model:v1`, and `model:v2` in the same sequence.
+
+
+An artifact sequence is a collection of artifact versions in a project. This is different from a collection in W&B Registry, which groups linked artifact versions for sharing and lifecycle management across teams.
+
Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits.
\ No newline at end of file
From ddc767d0df45e34e887d6f5c11728f8ed54e372a Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Sun, 16 Aug 2026 18:30:05 -0700
Subject: [PATCH 12/13] remove note
---
snippets/_includes/artifact-registry-usage-limits.mdx | 4 ----
1 file changed, 4 deletions(-)
diff --git a/snippets/_includes/artifact-registry-usage-limits.mdx b/snippets/_includes/artifact-registry-usage-limits.mdx
index 8f23590770..e9a62e27b0 100644
--- a/snippets/_includes/artifact-registry-usage-limits.mdx
+++ b/snippets/_includes/artifact-registry-usage-limits.mdx
@@ -9,8 +9,4 @@
An artifact *sequence* is a collection of artifact versions in a project. The sequence has a name, and each version has its own version number and unique artifact ID. When you call `wandb.Run.log_artifact()` with an artifact that has the same name and new content, W&B creates a new version in that sequence. For example, logging `model` multiple times creates versions such as `model:v0`, `model:v1`, and `model:v2` in the same sequence.
-
-An artifact sequence is a collection of artifact versions in a project. This is different from a collection in W&B Registry, which groups linked artifact versions for sharing and lifecycle management across teams.
-
-
Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits.
\ No newline at end of file
From aefbbf6ccc33910654fb832517bc387200861579 Mon Sep 17 00:00:00 2001
From: Noah Luna <15202580+ngrayluna@users.noreply.github.com>
Date: Sun, 16 Aug 2026 18:36:39 -0700
Subject: [PATCH 13/13] update wording
---
snippets/_includes/artifact-registry-usage-limits.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/_includes/artifact-registry-usage-limits.mdx b/snippets/_includes/artifact-registry-usage-limits.mdx
index e9a62e27b0..753e321658 100644
--- a/snippets/_includes/artifact-registry-usage-limits.mdx
+++ b/snippets/_includes/artifact-registry-usage-limits.mdx
@@ -7,6 +7,6 @@
| Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 2,500 |
| Versions per artifact sequence | Per artifact sequence | Committed versions in one branch (sequence) | 1,000 | 10,000 | 50,000 |
-An artifact *sequence* is a collection of artifact versions in a project. The sequence has a name, and each version has its own version number and unique artifact ID. When you call `wandb.Run.log_artifact()` with an artifact that has the same name and new content, W&B creates a new version in that sequence. For example, logging `model` multiple times creates versions such as `model:v0`, `model:v1`, and `model:v2` in the same sequence.
+An artifact *sequence* is a specific, versioned artifact in a project. For example, if you log an artifact named `model`, W&B creates a sequence called `model`. Each time you log a new version of that artifact, W&B creates a new version in the sequence: `model:v0`, `model:v1`, and `model:v2`.
Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits.
\ No newline at end of file