# Pay per usage

## What is pay per usage?

For our [**PRO**](https://gpt.space/pricing) **and** [**STANDARD**](https://gpt.space/pricing) plans users only, once you cross the threshold of 10M monthly [credits](https://support.gpt.space/pricing-and-models/what-is-a-credit) in Google Sheets [GPT formulas](https://support.gpt.space/products/gpt-for-google-sheets), we will block the requests and ask you to activate pay per usage.&#x20;

Once activated this will let you continue use **unlimited** **credits** at the cost of $0.006 USD (or subscription currency equivalent) per 1000 [credits](https://support.gpt.space/pricing-and-models/what-is-a-credit).

{% hint style="info" %}
Once activated, pay per usage will only charge for credits used after your included monthly quota of 10M monthly credits
{% endhint %}

{% hint style="warning" %}
Pay per usage credits are **non-refundable** as they reflect your direct usage of the AI models
{% endhint %}

## How to activate pay per usage?

1. Open the addon sidebar in Google Sheets via the extensions menu
2. Click on the wheel on the top right&#x20;
3. Then click on "[Subscription](https://app.gpt.space/settings/subscription)"
4. Click on "Activate pay per usage"

## How to track my pay per usage spent?

Open the sidebar, click on the settings wheel on the upper right corner, then [subscription](https://app.gpt.space/settings/subscription). You should see the amount of US Dollars that will be billed at the end of the month.

#### **Cost Table with Pay per Usage**

<table><thead><tr><th>Credits</th><th width="320">Words generated (english)</th><th>Standard</th><th>Advanced</th></tr></thead><tbody><tr><td>1,000</td><td>≃ 800 words (5,000 characters)</td><td>0.006$</td><td>0.06$</td></tr><tr><td>10,000</td><td>≃ 8,000 words (50,000 characters)</td><td>0.06$</td><td>0.60$</td></tr><tr><td>100,000</td><td>≃ 80,000 words (500,000 characters)</td><td>0.60$</td><td>6$</td></tr></tbody></table>

For more details, check our blog post: [Understanding OpenAI GPT Tokens](https://gpt.space/blog/understanding-openai-gpt-tokens-a-comprehensive-guide)

## When will I be billed?&#x20;

If you have a monthly PRO subscription you will be billed at the same time as your monthly subscription.

If you have a yearly subscription you will be billed every month starting on the day you activated pay per usage.


---

# 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://support.gpt.space/pricing-and-models/pay-per-usage.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.
