# Compute credits and billing

Compute credits can be used to provision advanced compute environments for notebooks.&#x20;

The default notebook configuration is a free resource on Redivis, and has access to 2 CPUs and 32GB working memory, alongside a 60GB SSD disk and gigabit networking. This is similar to most personal computers, and for many analyses should be plenty of compute power!&#x20;

If you are working with larger tables, creating an ML model, or need to use a GPU you can choose to configure more advanced [compute resources](https://docs.redivis.com/reference/workflows/notebooks/compute-resources) when setting up your notebook.&#x20;

Advanced compute environments will cost a number of compute credits per hour to run depending on the machine type. This amount will be clear when configuring and starting the notebook. In order to start a notebook with an advanced compute configuration you must have enough compute credits to cover at least 15 minutes of running time.&#x20;

<figure><img src="https://1672950126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LVodLwUXgJUGcm5Cvso%2Fuploads%2FT5cphscRtF3tvRU2P5Ca%2FScreenshot%202024-12-09%20at%206.17.01%E2%80%AFPM_out.png?alt=media&#x26;token=2faefbce-0993-4478-9146-377b5e18d602" alt=""><figcaption></figcaption></figure>

## Purchase compute credits

Credits cost $0.10 and can be purchased in increments of 100 ($10), 200 ($20), 500 ($50), or 1000 ($100). Click the **Purchase credits** button and choose the amount you'd like to purchase.&#x20;

You can purchase credits immediately using a credit card or bank account, or through an invoice.&#x20;

#### Credit card / Bank

When clicking **Checkout** you will be rerouted to a Stripe payment processing page. The card you enter here will be processed by Stripe and never seen by Redivis or stored in our databases.

#### Invoice

You can choose to generate an invoice for your credit purchase. Any information you enter in the custom fields section will appear on the invoice and might be required by the organization paying the invoice. Once generated the invoice will be downloaded as a PDF to your computer. You can also return to view the invoice and copy the link to the invoice to pay electronically. Once the invoice is paid the credits will appear in your account.&#x20;

## **Auto-purchase compute credits**

You can set up your account to purchase credits every time your account dips below 10 compute credits. This ensures that your notebooks will never halt mid-session due to a lack of compute credits. Here, you can select the amount of credits you'd like to purchase every time this condition is met and the card you would like to be charged for it. If you'd like to change the amount or cancel auto-purchase you can do so by returning to this screen.&#x20;

## Refund compute credits

Credits on Redivis never expire and can be refunded at any time. If you would like to refund the compute credits on your account please [contact us](https://redivis.com/contact) to initiate the refund process.

## Billing dashboard

Redivis uses Stripe for all payment processing. If you'd like to view or edit your card on file or view previous purchases you can do so in the Stripe billing dashboard, which is linked from this page.&#x20;

## Usage limits

User accounts are currently limited to 10GB of storage. You can see your current usage on the **Settings** page of your Workspace, under the **Compute Credits and Billing** tab.

If you'd like to increase that limit and host larger datasets, [Contact us](https://redivis.com/contact) about creating an **Organization!**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.redivis.com/reference/your-account/compute-credits-and-billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
