> For the complete documentation index, see [llms.txt](https://docs.float16.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.float16.cloud/getting-started/account/payment.md).

# Payment

## Overview

<figure><img src="/files/uvBlYR9r4VyY9hTeHYli" alt=""><figcaption><p>Payment Setting</p></figcaption></figure>

Our service uses a monthly billing cycle. By default, each account is assigned a spending limit of **$100**.

* On the **1st day of each month**, the system automatically generates a bill via Stripe Billing.
* You have **15 days** to make the payment before your account is **suspended**.
* After billing is generated, your spending limit will be reset to your original limit (e.g. $100 or your custom limit).

If you would like to increase your spending limit, please contact us.

> 📌 Once increased, the new limit will be permanent.

{% hint style="info" %}
For organizations interested in unlimited usage, feel free to [contact our team](https://email:support@float16.cloud/). We’re happy to provide customized payment plans tailored to your needs.
{% endhint %}

### Daily Credit

We are currently running a campaign that provides **$5 of free daily credit** to every account. The credit **expires at the end of each day**.

* To receive your daily credit, simply click the **“Claim Daily Free Credit”** button.
* Once successfully claimed, your **credit balance** will increase by $5.
* The campaign starts on **18 June 2025** and will continue until further notice.

{% hint style="warning" %}
Accounts that already have granted credits are **not eligible** for this campaign.
{% endhint %}

### Credit Usage

You can view your credit usage in the following locations

* Payment Settings
* Playground page of each project

Displayed information includes

* **Available Credit**: The total of your remaining granted and daily credits.
* **Daily Usage**: How much credit you’ve used today.

{% hint style="success" %}
Available credit will automatically update when credits expire or when a new billing cycle deducts your balance.
{% endhint %}

## Invoice

<figure><img src="/files/9iVhL2Z845UxCxUli9am" alt=""><figcaption><p>Invoice History</p></figcaption></figure>

To pay your invoice:

1. Click the app logo, account icon<img src="/files/pz7AqJU7SjUmXJ2ribdo" alt="" data-size="line">(bottom-left), or profile (top-right), then select "Settings" > "Payment".
2. Click the Invoice tab to view a list of monthly invoices.
3. Select the invoice you wish to pay. You'll be redirected to Stripe, our payment gateway. Follow on-screen instructions to complete payment.
4. Upon successful payment, you’ll be redirected back to the Payment page.

## Monitor your balance&#x20;

### Quick View

Estimated remaining spending credit is visible in the Payment settings overview tab.&#x20;

### Detailed Usage

<figure><img src="/files/zw5Pgn5W4qHYlYathN5t" alt=""><figcaption><p>Balance History</p></figcaption></figure>

1. Navigate to "Settings"
2. Select "Payment"
3. Click on the "Balance History" tab

On this page, you'll see a comprehensive list of all transactions, including credit usage for this account, displayed by month (default: current month). The transactions include:

* Bill by serverless: Credit usage from serverless GPU services
  * on-demand: Manual, function or server tasks charged at on-demand rates
  * spot: Tasks charged at spot pricing

### Dashboard

Provides credit usage overview. See [Dashboard](#dashboard) section for more details.

## Credit History

<figure><img src="/files/d6nnVEX13myV6elkPzvH" alt=""><figcaption><p>Credit History</p></figcaption></figure>

To view your credit history:

1. Go to "Settings"
2. Select the "Payment" section
3. Click on the "Credit" tab

You will see a complete history of all credits you have received.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.float16.cloud/getting-started/account/payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
