Skip to content

Commit 7786004

Browse files
authored
[DOCS-1383] Update billing to docs to reflect changes to tracked hours billing (#2073)
1 parent 33c5d6f commit 7786004

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5005,4 +5005,4 @@
50055005
}
50065006
],
50075007
"baseUrl": "https://docs.wandb.ai"
5008-
}
5008+
}

models/runs/view-logged-runs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Use the **Overview** tab to learn about specific run information in a project, s
7474
* **Author**: The W&B entity that creates the run.
7575
* **Command**: The command that initializes the run.
7676
* **Description**: A description of the run that you provided. This field is empty if you do not specify a description when you create the run. You can add a description to a run with the W&B App or programmatically with the Python SDK.
77-
* **Tracked Hours**: The amount of time the run is actively computing or logging data, excluding any pauses or waiting periods. This metric helps you understand the actual computational time spent on your run.
77+
* **Tracked Hours**: The amount of time the run is actively computing or logging data, excluding any pauses or waiting periods. This metric helps you understand the actual computational time spent on your run. You are not billed for tracked hours, which are unlimited for all plans.
7878
* **Runtime**: Measures the total time from the start to the end of the run. It's the wall-clock time for the run, including any time where the run is paused or waiting for resources. This metric provides the complete elapsed time for your run.
7979
* **Git repository**: The git repository associated with the run. You must [enable git](/platform/app/settings-page/user-settings/#personal-github-integration) to view this field.
8080
* **Host name**: Where W&B computes the run. W&B displays the name of your machine if you initialize the run locally on your machine.
@@ -134,4 +134,4 @@ The **Artifacts** tab lists the input and output [artifacts](/models/artifacts/)
134134

135135
<Frame>
136136
<img src="/images/runs/runs_artifacts_info.png" alt="Run artifacts tab" />
137-
</Frame>
137+
</Frame>

platform/app/settings-page/billing-settings.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ On the [Pro plan](https://wandb.ai/site/pricing/):
6666
- Only the **Billing admin** receives spending alerts.
6767
- By default, spending alerts are configured at &dollar;200, &dollar;450, &dollar;700, and &dollar;1000.
6868

69+
<Note>
70+
You are not billed for tracked hours, which are unlimited for all plans. Tracked hours are displayed on the **Usage** page for monitoring purposes.
71+
</Note>
72+
6973
#### View spending alerts
7074
To view your organization's spending alerts:
7175

support/models/articles/how-can-i-see-the-bytes-stored-bytes-tra.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ View the bytes stored, bytes tracked, and tracked hours for your organization wi
1111

1212
Ensure to replace values enclosed in `<>` with your organization's name.
1313

14+
<Note>
15+
Tracked hours are unlimited for all plans and are not billed. Tracked hours are displayed on the **Usage** page for monitoring purposes only.
16+
</Note>
17+
1418
---
1519

1620
{/* ---- AUTO-GENERATED: tab badges ----
1721
Managed by scripts/knowledgebase-nav/generate_tags.py from keywords in front matter.
1822
Do not edit between these markers by hand.
1923
---- */}
2024
<Badge stroke shape="pill" color="orange" size="md">[Administrator](/support/models/tags/administrator)</Badge>
21-
{/* ---- END AUTO-GENERATED: tab badges ---- */}
25+
{/* ---- END AUTO-GENERATED: tab badges ---- */}

0 commit comments

Comments
 (0)