Billing & Payment Guide

Billing & Payment Guide

A. Payment & Credit Management

1. Depositing Credits via Stripe

Follow these steps to deposit credits into your GreenNode account:

Step 1: Accessing the Credit Page
  1. Log in: Access the GreenNode AI Platform by navigating to https://aiplatform.console.greennode.ai/ and logging in with your credentials.
  2. Navigate to Credits:
    Once logged in, locate and click on the "Credits" at the left menu. This is typically found in the main navigation menu or user profile section.
Step 2: Initiating a Credit Deposit
  1. Enter Amount: On the Credits page, you'll find a section for depositing credits. Enter the desired amount of credit you wish to add to your GreenNode account. Please note that the amount should be entered in US Dollars ($).
  2. Review: Double-check the amount you've entered to ensure accuracy.
Step 3: Conducting Payment via Stripe
  1. Proceed to Payment: Click the "Pay with card" button to proceed to the payment stage.
  2. Stripe Integration: You will be securely redirected to Stripe's payment gateway. Stripe is a trusted and secure payment processing platform.
  3. Payment Information: Enter your payment information as requested by Stripe. This may include your credit card details, billing address, and other relevant information.
  4. Confirm Payment: Review the payment details one last time and click the "Pay" button to confirm your payment.
Step 4: Viewing Your Account Balance and Deposit History
  1. Confirmation: After successful payment, you will be redirected back to the GreenNode platform. A confirmation message will typically be displayed to indicate that your deposit was successful.
  2. Account Balance: Your updated credit balance will be displayed on the Credits page. This balance reflects the amount of credit available for use on the GreenNode platform.
  3. Deposit History:
    You can view a detailed history of your credit deposits, including the date, amount, and payment method, typically on the same Credits page. This allows you to easily track your spending and download the related invoice provided from Stripe.

2. Automated Deductions

GreenNode automatically deducts usage charges from your credit balance every 5 minutes. This ensures you only pay for the resources you consume. Here's how it works:
  1. Resource Monitoring: The GreenNode platform continuously monitors your resource usage across all services you are utilizing. This includes compute instances (GPUs, CPUs), storage, and any other chargeable services.

  2. Usage Calculation: Every 5 minutes, the platform calculates the cost of your resource usage for the preceding 5-minute period. This calculation is based on the pricing structure for each service, which you can review on the GreenNode pricing page.

  3. Automated Deduction: The calculated usage cost is automatically deducted from your available credit balance. This process is fully automated and requires no manual intervention from your side.

  4. Balance Update: Your credit balance is updated immediately after each deduction. You can view your current balance at any time on the Credits page https://aiplatform.console.greennode.ai/credits.

3. Low Balance Notifications

To prevent service interruption due to insufficient funds, GreenNode provides low balance notifications. Here's how they work:

  1. Usage Prediction: The platform analyzes your current resource usage patterns to estimate your credit consumption for the next 12 hours.

  2. Threshold Calculation: Based on this prediction, the system determines if your current credit balance is estimated to be insufficient to cover the next 12 hours of usage.

  3. Notification Trigger: If the system predicts that your balance will fall below the 12-hour threshold, you will receive a notification.

  4. Notification Method: You will be notified via email. The notification will clearly state that your credit balance is low and that you need to deposit more credits to avoid service disruption.

4. Actions Taken When Credit Is Insufficient

If your credit balance runs out and you do not top up in a timely manner, the system will begin taking actions to reclaim unused resources:
  1. Immediate Action Upon Credit Depletion:

    • Compute Resources: All active compute resources (e.g., notebook instances, training jobs, inference endpoints) will be automatically delete to prevent further usage charges.

    • Email Notification: You will receive an email alert notifying you that your compute resources have been stopped due to insufficient credit.

  2. Action After 3 Days of Inactivity:

    • If no credit top-up has been made within 3 calendar days of the compute resource shutdown, the system will proceed to delete your network volumes.

    • Final Email Notification: Before deletion, a final email notification will be sent to inform you that your network volumes will be permanently deleted if no credit is added.

NotesImportant: Deleted network volumes cannot be recovered. Make sure to add sufficient credit before the 3-day window expires if you wish to retain your data.

B. Usage Reporting

Access to the usage report portal through the url: https://aiplatform.console.greennode.ai/usage-report

The Resource Usage Report is divided into four main views:

1. Summary View

  • Total Estimated Cost: Displays the total estimated cost for the selected time period, broken down by resource type (GPU, CPU, and Storage).
  • Resource Usage Breakdown: Provides a visual representation of the resource usage distribution across different resource types.
  • Cost Breakdown: Shows a detailed breakdown of costs based on resource type and usage.

2. GPU View

  • GPU Usage: Displays the total estimated GPU usage for the selected time period.
  • GPU Utilization: Visualizes the utilization of individual GPU cards over time.
  • Cost Breakdown: Shows the cost breakdown for each GPU card.

3. CPU View

  • CPU Usage: Displays the total estimated CPU usage for the selected time period.
  • Instance Usage: Visualizes the usage of different CPU instance types.
  • Cost Breakdown: Shows the cost breakdown for different CPU instance types.

4. Storage View

  • Storage Usage: Displays the total estimated storage usage for the selected time period.
  • Storage Volume Usage: Visualizes the usage of different storage volumes types.
  • Cost Breakdown: Shows the cost breakdown based on storage volume size and usage.
Querying the Report: The Resource Usage Report allows you to query usage data for specific time periods:
  • Daily View: View detailed usage information for the last ten days.
  • Hourly View: View hourly usage data for the last 72 hours.
  • Monthly View: View monthly usage data for last 12 months
Tips for Effective Usage
  • Regularly Monitor Usage: Keep track of resource consumption to identify trends and potential optimization opportunities.
  • Optimize Resource Allocation: Adjust resource allocations based on usage patterns to maximize efficiency and minimize costs.
  • Utilize Cost Optimization Tools: Leverage the platform's cost optimization tools to identify cost-saving measures.
  • Consider Reserved Instances: Evaluate the use of reserved instances for consistent workloads to reduce costs.
  • Monitor Performance Metrics: Track performance metrics like CPU utilization, memory usage, and network throughput to identify bottlenecks and optimize resource allocation.

By effectively utilizing the Resource Usage Report, you can gain valuable insights into your resource consumption and make informed decisions to optimize your costs and performance.

Notes
Please be aware that the data displayed in the Resource Usage Report is updated every 30 minutes. As a result, the estimated costs provided in the report may differ slightly from the final billing statement at the end of the month.

C. Billing Calculations

1. Compute Instances

Formula
  • Billing Unit: Hour of usage
  • Calculation:
    • Usage time: Calculated from the moment you Start the instance until you Stop it.
    • Duration: Calculated in hours (up to 8 decimal places, not rounded).
    • Cost: Duration (hours) * Item price from the hourly pricing table.
    • Amount on the bill without VAT: Up to 2 decimal places, not rounded.
Let's look at some specific examples:

a. Notebook Instance:

Example: You use an g5-standard-16x250-1h100 notebook instance priced at 0.1 USD/hour for 2 hours and 35 minutes.
  • Usage time is rounded up to 155 minutes.
  • Duration: 155 / 60 = 2.58333333
  • Cost: 2.5833333 * 0.1 USD/hour = 0.25833333 USD
  • Amount on the bill without VAT: 0.25 USD

b. Training Job:

Example: You run a training job using 2 nodes of type g5-standard-16x250-1h100 at 3.06 USD/hour/node.
  • Node 1 runs for 1 hour and 20 minutes, Node 2 runs for 1 hour and 45 minutes.
  • Total Duration(80 minutes + 105 minutes) / 60 = 3.08333333 hours
  • Cost: 3.0833333 * 3.06 USD/hour = 9.43499998 USD
  • Amount on the bill without VAT: 9.43 USD

c. Inferencing:

Example: You create an endpoint using 1 node of type g5-standard-16x250-1h100 priced at 0.1 USD/hour/nodeThe endpoint is active for 5 hours and 12 minutes.
  • Duration: 312 minutes / 60 = 5.2 hours
  • Cost: 5.2 * 0.1 USD/hour = 0.52 USD
  • Amount on the bill without VAT: 0.52 USD
NotesNotes:
  • The above examples are for illustrative purposes only. Actual prices may vary depending on the instance type, availability zone, and other factors.
  • Always refer to the detailed Greennode AI Platform pricing table .

2. Network Volume

Formula
  • Billing Unit: Month of usage

  • Calculation:

    • Usage Time: Calculate the total hours of usage for the volume.
    • Duration in Months: Convert the usage time from hours to months using the formula: Usage Time (hours) / (30 days/month * 24 hours/day).
    • Cost: Multiply the duration in months, volume size, and item price to determine the total cost.
    • Amount on the bill without VAT: Round the calculated cost to two decimal places.
Specific Example for Network Volume: 
  1. You create a 100GB network volume priced at 0.10 USD/GB/month for 10 hours.
    1. Usage Time: 10 hours
    2. Duration in Months: 10 hours / (30 days/month * 24 hours/day) = 0.01388889 months
    3. Cost: 100GB * 0.10 USD/GB/month * 0.01388889 months = 0.01388889
    4. Amount on the bill without VAT: 0.01 USD
  2. You create a 100GB network volume priced at 0.10 USD/GB/month for 10 hours and update network volume size later
    1. Assumptions:
      1. Initial price: 0.10 USD/GB/month
      2. Initial volume size: 100GB
      3. Initial usage time: 10 hours
      4. New volume size: 150GB
      5. New usage time (since increasing the size): 20 hours
    2. To calculate the exact cost, we need to divide the usage into 2 phases:
      1. Phase 1: Size with 100GB
        1. Usage time: 10 hours
        2. Cost calculation: As calculated in the previous example, the result is 0.01388889 USD.
      2. Phase 2: Size with 150GB
        1. Usage time: 20 hours
        2. Cost calculation:
          1. Convert time to months: 20 hours / (30 days/month * 24 hours/day) = 0.02777778 months
          2. Calculate cost: 150GB * 0.10 USD/GB/month * 0.02777778 months = 0.04166667 USD
    3. Total cost:
      1. Total cost: 0.01388889 USD (phase 1) + 0.04166667 USD (phase 2) = 0.05555556 USD
      2. Amount on the bill without VAT0.05 USD (not rounded)

3. VAT (for Singapore-based Entities)

  • VAT applicability: A 9% Goods and Services Tax (GST) is levied on customers with legal entities registered in Singapore who use Greennode (LG Entity, Singapore) services.
  • Other customers: No GST is applicable.

VAT Calculation Steps:

  1. Determine the customer's jurisdiction:

    • Refer to the contract or invoice to identify the country where the customer's business is registered.
    • If the business is registered in Singapore, proceed to step 2. Otherwise, no GST is applicable.
  2. Calculate the GST amount:

    • Formula: GST amount (USD) = Amount on the bill without VAT (USD) * 9%
  3. Calculate the total amount due:

    • Formula: Total amount due (USD) = Total service value (USD) + GST amount (USD)

Example: Assuming a customer with a Singaporean legal entity uses Greennode services with a total service value of 7,000 SGD.

  • Amount on the bill without VAT (USD) = 7,000 USD
  • GST amount (USD) = 7,000 USD * 9% = 630 USD
  • Total bill amount included VAT (USD) = 7,000 USD + 630 USD = 7,630 USD

D. Billing Methodology

1. Pay-as-you-go Model

  • Flexible: Only pay for actual usage

  • Description: With the pay-as-you-go billing method, you will be charged based on your actual usage of AI resources. This flexible billing model allows you to scale resources up or down as needed and pay only for what you use.

  • Best For: Variable workloads, testing. Ideal for users with fluctuating workloads or those who want to test the platform without committing to a fixed plan.

2. Billing Cycle

    GreenNode operates on a continuous, usage-based billing cycle. This means you are charged for the resources you consume in near real-time. Here's a breakdown of how it works:

    1. Continuous Resource Monitoring: The GreenNode platform constantly monitors your active resources, including compute instances (GPUs, CPUs), storage, and other chargeable services. This monitoring occurs continuously, tracking your resource consumption as you use the platform.
    2. Minute Charge Increments: Every 5 minutes, the platform calculates the cost of your resource usage for that specific 5-minute interval. This calculation is based on the pricing structure for each service, which you can review on the GreenNode AI Platform pricing page.
    3. Automated Credit Deductions: The calculated usage cost for each 5-minute period is automatically deducted from your GreenNode credit balance. This process is fully automated and requires no manual intervention.
    4. Real-time Balance Updates: Your credit balance is updated immediately after each 5-minute deduction. You can view your current balance at any time on the Credits page.
      • Related Articles

      • GreenNode AI Platform Release Notes 2025

        This central hub provides comprehensive information about the latest updates, new features, enhancements, and bug fixes introduced in each release of the GreenNode AI Platform in 2025. Our goal is to keep you informed and empowered to make the most ...
      • GreenNode AI Platform Release Note 2024

        This central hub provides comprehensive information about the latest updates, new features, enhancements, and bug fixes introduced in each release of the GreenNode AI Platform in 2024. Our goal is to keep you informed and empowered to make the most ...
      • Connecting to GreenNode AI Platform

        GreenNode offers flexible connection options to manage your compute resources efficiently. Choose the method that best aligns with your workflow: Web Interface The GreenNode web portal offers a user-friendly interface to: Launch and manage notebook ...
      • Manage API keys

        This guide will show you how to create, copy, and delete API keys in the GreenNode AI Platform. Creating an API Key To generate a new API key: Go to the API Keys section in the GreenNode Portal. Click on the Add Key button. Enter a name for your key ...
      • Create a network volume

        How to Create a Network Volume on Greennode AI Platform? This guide will walk you through the process of creating a new volume on your AI platform to store data, models, and other necessary files. Step 1: Access the Volume Creation Interface Log in: ...