> ## Documentation Index
> Fetch the complete documentation index at: https://docs.booleinference.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Boole AI Billing: Free Credits, Pricing, and Invoices

> Understand pay-per-use billing, claim your $20 in free signup credits, add a payment method, and download invoices for the Boole AI cloud API.

Boole AI bills the cloud API on a pay-per-use basis — you pay only for the tokens you generate, with no seats, no subscriptions, and no minimum commitment. Local deployment has zero usage cost regardless of how many tokens you generate. Every new account starts with **\$20 in free credits**, and no payment method is required to get started.

## Free Credits

When you sign up, Boole AI automatically applies **\$20 in free credits** to your account — no credit card required. That covers roughly **1 million tokens** on Llama 3.3 70B at standard pricing, giving you plenty of room to prototype and evaluate the API before committing to paid usage.

<Note>
  Credits are applied automatically to your first API calls. You do not need to enter any billing details until your credits are exhausted and you want to continue using the cloud API.
</Note>

## Adding a Payment Method

Once your free credits run out, add a payment method to keep your workloads running without interruption.

<Steps>
  <Step title="Open Billing settings">
    Go to **Settings → Billing** in the dashboard.
  </Step>

  <Step title="Add a payment method">
    Click **Add payment method** and enter your card details. Boole AI accepts all major credit and debit cards.
  </Step>

  <Step title="Save and verify">
    Save the card. A small temporary authorization hold may appear to verify the card — it is released automatically.
  </Step>
</Steps>

Invoices are generated at the end of each calendar month and charged automatically to the card on file.

## Pricing

The cloud API is billed per token, with separate rates for input tokens and output tokens. A few representative models:

| Model            | Input         | Output        |
| ---------------- | ------------- | ------------- |
| Llama 3.3 70B    | \$0.09 / MTok | \$0.14 / MTok |
| Qwen 2.5 72B     | \$0.11 / MTok | \$0.16 / MTok |
| Mixtral 8x22B    | \$0.13 / MTok | \$0.19 / MTok |
| DeepSeek V3      | \$0.08 / MTok | \$0.12 / MTok |
| Whisper Large v3 | \$0.02 / min  | —             |

<Tip>
  Prices only decrease as the nightly compiler continues to improve kernel efficiency. Boole AI will give you **30 days' notice** before any price increases.
</Tip>

See [Pricing](/concepts/pricing) for the full rate table across all 42 available models.

## Monitoring Usage

Track your spend before it surprises you:

* **Usage dashboard** — the dashboard shows token consumption broken down by model and time period. Filter by day, week, or month to understand where tokens are going.
* **Spending alerts** — go to **Settings → Billing** and set a monthly spending threshold. Boole AI will email you when you reach it.

<Info>
  For billing questions or to request a custom invoice format, contact [billing@boole.ai](mailto:billing@boole.ai).
</Info>

## Invoices

Monthly invoices are sent automatically to the email address on your account. To download a past invoice:

<Steps>
  <Step title="Open Invoice History">
    Go to **Settings → Billing → Invoice History**.
  </Step>

  <Step title="Download the invoice">
    Click the download icon next to any invoice to save a PDF copy.
  </Step>
</Steps>

## Account Suspension

Accounts with an outstanding unpaid balance may be suspended after a grace period. Suspended accounts cannot make API calls until the balance is settled.

To reactivate a suspended account:

1. Go to **Settings → Billing** and review the outstanding balance.
2. Update or confirm your payment method.
3. Pay the outstanding amount. Access is restored automatically once payment clears.

<Warning>
  To avoid unexpected suspension, set a spending alert and keep your payment method up to date.
</Warning>

For a complete breakdown of per-model pricing, see [Pricing](/concepts/pricing).
