Pricing
About 566 wordsAbout 2 min
Overview
You are using Cloud Native Build - Community Edition (International). Each top-level organization is billed separately on a pay-as-you-go basis. Fees for the previous month are deducted at the beginning of each month.
If you are an enterprise user and need to meet data security and other compliance requirements, you can choose to deploy Enterprise Edition.
Billing Model
Billing Rules
| Billing Item | Free Quota | Billing Rate | Usage Scope |
|---|---|---|---|
| Repos Storage | 100 GiB | $0.3/GiB/mo | Git Objects |
| Object Storage | 100 GiB | $0.3/GiB/mo | Artifacts, LFS Objects, etc. |
| Events-CPU | 160 core-hours/mo | $0.05/core-hour | CPU resources used by Events |
| Workspaces-CPU | 1600 core-hours/mo | $0.05/core-hour | CPU resources used by Workspaces |
| Events-GPU | 0 core-hours/mo | $0.15/core-hour | GPU resources used by Events |
| Workspaces-GPU | 0 core-hours/mo | $0.15/core-hour | GPU resources used by Workspaces |
| AI Credits | 0 credits/mo | $0.02/credit | NPC and other AI tokens |
- Object Storage covers Artifacts, LFS Objects, Images & Attachments.
- AI Credits covers token consumption of AI capabilities such as NPC, CodeBuddy built into Workspaces, and AI Code Review.
Once the free quota is exhausted, the related capabilities will be restricted. For example, when AI Credits are exhausted, AI capabilities such as NPC will be unavailable. To raise the usage limit, bind a budget at Organization → Settings → Usage Management.
Storage Resource Usage Statistics
Applicable billing items: Repository Storage, Object Storage.
Billed usage: Monthly average of daily usage - Free quota.
Computing Resource Usage Statistics
Applicable billing items:
- Events-CPU
- Workspaces-CPU
- Events-GPU
- Workspaces-GPU
Billed usage: Total monthly usage - Free quota.
core-hours as Billing Unit
8 coresused for1 hour=8 cores × 1 hour=8 core-hours.- Build node specifications can be customized as needed. For details, see Build Node.
Usage Calculation Rules
- After launching a Cloud Native Build/Dev task, usage is frozen every 5 minutes. Frozen usage = 5 minutes × Node specification.
- If insufficient quota is detected during pre-freezing, the task is terminated immediately to prevent overage charges.
- Upon task completion, usage is reported based on actual runtime.
- If a build task spans across months, usage is counted in the calendar month when the task ends.
freezing Calculation Example
For a build task with 8-core node specification, the usage frozen every 5 minutes is:
8 cores × 5 min = 0.67 core-hours
AI Resource Usage Statistics
Applicable billing items: AI Credits
Billed usage: Total monthly usage - Free quota.
Usage Scope: Token consumption of AI capabilities such as NPC, CodeBuddy in Workspaces, and AI Code Review.
Usage Calculation Rules
- After an AI task starts, credits are pre-frozen based on actual Token consumption after each model call completes.
- If insufficient quota is detected during pre-freezing, the current task will be terminated to prevent overage charges.
- Upon task completion, actual usage is reported.
- If a task spans across months, usage is counted in the calendar month when the task ends.
Viewing Usage
You can view usage through the following entry points:
| Path | Description |
|---|---|
Organization → Settings → Usage Management | View organization-level usage |
Repository → Settings → Usage Stats | View repository-level usage |
Artifactory → Settings → Usage Stats | View artifactory-level usage |