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

# Inference Pricing

> Lilac offers pay-per-token inference pricing with no minimums or contracts. See per-model rates for input and output tokens powered by idle GPUs.

Lilac uses simple per-token pricing. You pay only for what you use — no contracts, no minimums, no reserved capacity fees.

## How It Works

Lilac routes your inference requests to idle enterprise GPUs. Because these GPUs are already powered on and paid for by their owners, we can offer inference at significantly lower prices than dedicated cloud providers.

## Current Pricing

| Model      | Input             | Cache Read        | Output            |
| ---------- | ----------------- | ----------------- | ----------------- |
| Kimi K2.6  | \$0.70 / M tokens | \$0.20 / M tokens | \$3.50 / M tokens |
| GLM 5.2    | \$0.90 / M tokens | \$0.27 / M tokens | \$3.00 / M tokens |
| Gemma 4    | \$0.11 / M tokens | —                 | \$0.35 / M tokens |
| MiniMax M3 | \$0.28 / M tokens | \$0.05 / M tokens | \$1.10 / M tokens |

<Tip>
  Pricing is per million tokens. A typical chat message is 50–200 tokens.
</Tip>

### Cache read pricing

When repeated input tokens (such as system prompts or shared context) are served from cache, they're billed at the **cache read** rate instead of the standard input rate. Cache read pricing only applies to models that support cached input tokens — models without cache support are marked with `—` and bill all input tokens at the standard input rate.

## What's Included

* No cold start fees
* No request fees
* No minimum spend
* No contract or commitment
* Streaming at no extra cost

## Adding Credits

Lilac uses a credit-based billing system. Add credits through the **Billing** section of your dashboard. You can also configure auto top-up to automatically add credits when your balance drops below a threshold.

<Steps>
  <Step title="Go to Billing">
    Open [console.getlilac.com](https://console.getlilac.com) and navigate to **Billing** in the sidebar.
  </Step>

  <Step title="Add credits">
    Click **Add Credits** and complete the Stripe checkout to load your account.
  </Step>

  <Step title="Optional: enable auto top-up">
    Toggle **Auto Top-Up** to automatically refill credits when your balance runs low.
  </Step>
</Steps>

## Enterprise billing

If you're an enterprise customer and prefer monthly invoicing over prepaid credits, reach out to us at [contact@getlilac.com](mailto:contact@getlilac.com) to set up a monthly billing arrangement.
