Skip to main content

Billing and credit management

Seqera Compute environments consume credits when running pipelines or Studio sessions. Credits are deducted in real time at task completion to provide visibility into compute spend and prevent credit overuse.

One Seqera Compute credit equals $1 USD. Resources are charged at AWS on-demand rates for the selected region, with transparent pass-through pricing.

How billing works

Real-time credit deduction

  • Task-level billing: Credits are deducted as each pipeline task completes, providing real-time visibility into run costs. Credit spend for running Studio sessions updates at regular intervals.
  • Cost aggregation: The usage report CSV file shows aggregated compute and memory costs per workflow or Studio session.

What is billed

Seqera Compute bills for four resource types:

ResourceRate (credits)Billing unitBased onBilling frequencyDetails
CPU time0.1vCPU-hourRequested vCPUs × runtimeAt task completionCharged based on requested vCPUs
Memory0.025GiB-hourRequested memory × runtimeAt task completionMinimum 2GiB per task
Storage0.025GB-monthActual usageDaily reconciliationS3 storage costs at AWS rates, varies by region
Network transferVaries by regionGBActual data transferDaily reconciliationData egress charges at AWS rates
info

CPU and memory are billed based on requested resources in your pipeline configuration, not actual usage. Storage and network costs are billed based on actual consumption.

Billing example: pipeline run

The nf-core/rnaseq pipeline is run on a Seqera Compute environment with a test dataset as input. The following run metrics are recorded at workflow completion:

Credit management

Credit balance and spend overview

  • Navigate to your organization or workspace Settings tab to view credit balance and spend information, request more credits, and download usage reports.
  • Select Usage overview in the top navigation bar to view real-time run, Studio, user, and credit usage information for your workspace. Select Details to navigate to workspace Settings.

Usage report

From your organization or workspace Settings tab, select Download report in the Credits section to download a usage report in CSV format. The report is structured as follows:

DateWorkflowIdWorkspaceIdRegionProductNameUnitPrice(USD)QuantityTotal(USD)
2025-10-06PBoxxxxxxxkWO1884xxxxxxx2036us-east-2Cpu Hours0.1244.737672222124.47376722221
2025-10-06PBoxxxxxxxkWO1884xxxxxxx2036us-east-2Memory Gb0.0251468.42618536.710654625
2025-10-102BYxxxxxxxMoy1884xxxxxxx2036us-east-2Cpu Hours0.11.32558972230.13255897223
2025-10-102BYxxxxxxxMoy1884xxxxxxx2036us-east-2Memory Gb0.0255.5149708333333340.13787427083333334

The report includes:

  • Separate line items for compute and memory per workflow or Studio session
  • Aggregated costs (not individual task breakdowns)

Request additional credits

To request more credits:

  1. Select Request more credits in the organization or workspace settings Credits view.
  2. Complete the form with your contact, organization, and credit request details.
  3. Credits are typically allocated within one business day.
info

Request credits online or contact your Seqera account manager for assistance.

Credit limits and run and Studio suspension

When your organization or workspace credit balance is exhausted:

  1. Running pipelines pause - All active pipeline runs and Studio sessions are automatically suspended.
  2. Notifications sent - You receive an alert about credit exhaustion.
  3. New launches blocked - No new pipeline runs or Studios can be started.
  4. Manual resumption - After purchasing additional credits, manually resume paused pipelines.
warning

Long-running tasks are periodically monitored. If a single task's estimated cost would exceed remaining credits, the workflow is preemptively paused.

Example: Understanding your bill

Consider a pipeline run with the following task:

  • Requested: 4 vCPUs, 8 GB memory
  • Runtime: 2 hours
  • Region: us-east-1

Cost calculation:

CPU cost:    4 vCPUs × 2 hours × $0.096/vCPU-hour = $0.768
Memory cost: 8 GB × 2 hours × $0.0128/GB-hour = $0.205
Task total: $0.973

This cost appears in:

  • Run details page (immediately after task completion)
  • Organization/workspace credits view (real-time)
  • Billing CSV (aggregated per workflow)