# How Pricing Works

{% hint style="info" %}
**Effective May 5, 2026.** This page describes FLORA's new pricing model, which goes live for self-serve accounts on May 5 and Enterprise accounts beginning May 11. If you're an existing subscriber, see the [Migration Guide](/plans-and-billing/migration.md) for what changes for your account.
{% endhint %}

{% hint style="success" %}
**Launch bonus through at least July 1, 2026.** Every paid plan gets extra usage during launch, and Pro and Max users get unmetered Nano Banana Pro and Nano Banana 2 in select windows. See the [Launch Bonus](/plans-and-billing/launch-bonus.md) page for full details.
{% endhint %}

Every plan includes a monthly usage budget that covers generations from every model. One usage bar. No per-generation math. Usage resets each month — it doesn't carry over.

## Plans

| Plan       | Price   | Monthly usage per seat | Launch bonus | Total during launch | Max seats |
| ---------- | ------- | ---------------------- | ------------ | ------------------- | --------- |
| Free       | $0      | $1 ($2.50 first month) | —            | —                   | 1         |
| Starter    | $18/mo  | $18                    | +$12         | $30                 | 8         |
| Pro        | $50/mo  | $50                    | +$50         | $100                | 8         |
| Max        | $200/mo | $200                   | +$100        | $300                | 8         |
| Enterprise | Custom  | Custom                 | —            | —                   | Custom    |

{% hint style="info" %}
**Plan features compared.** The table above covers price, usage, and seats — for the full feature comparison (workspace controls, team features, support tiers, etc.), see [flora.ai/pricing](https://flora.ai/pricing).
{% endhint %}

Annual plans save 20%. Every plan includes every model. FAUNA is free on every plan, always — it doesn't count against your budget.

## How Usage Works

Your monthly budget is denominated in dollars. When you run a generation, the model's cost is deducted from your budget. You see a simple percentage bar in the header — no dollar amounts during the generation flow, no per-generation math.

**What counts as usage.** Any generation from an AI model — images, video, audio, text — based on the model's published cost. FAUNA messages and interactions don't count against your budget on any plan.

**Where to see your usage.** A live percentage bar lives in the app header. For detail, **Settings → Plan & Usage** shows your current budget, reset date, and balance. The **Usage History** view shows exact dollar cost per generation, per project, and per member — useful for client billing or team budgets.

**Model costs.** A public model pricing page lists the rate for every model we support, so you can compare if you want to plan around a specific workflow.

## Teams

Every paid plan includes team collaboration, and each seat adds both cost and budget based on your plan's per-seat rates.

**Example (Pro plan):**

* Pro costs **$50 per seat/month**
* Pro includes **$50 usage per seat/month**
* So a 4-person Pro workspace = **4 x $50 = $200/month** and **4 x $50 = $200/month shared budget**

During the [launch bonus](/plans-and-billing/launch-bonus.md) (through at least July 1, 2026), that 4-person Pro workspace's shared budget doubles to **$400/month**.

Admins have control over how usage flows inside a workspace:

* **Pooled or per-user.** By default, everyone draws from the same shared pool. Admins can switch to per-user budgets at any time.
* **Per-member caps.** Set a dollar cap on any individual member to prevent one person from draining the pool.

Self-serve plans go up to 8 seats. Beyond that, [Enterprise](#enterprise) gives you a custom seat count plus admin, security, and advanced features.

## Extra Usage (On-Demand Spending)

When your monthly budget runs out, you have two options: upgrade your plan, or turn on on-demand spending.

On-demand is:

* **Opt-in.** Disabled by default. Workspace admins enable it in settings.
* **Capped.** You set a monthly limit so there are no surprise charges.
* **Card-required.** A payment method must be on file.
* **Same price as included usage.** No markup — you pay the published model rates.

On-demand charges are billed at the end of the cycle for what you actually used, up to your cap.

## Enterprise

For organizations that need a custom seat count, SSO, admin controls, audit logs, invoice billing, and the rest. Negotiated annually. [Contact us](https://flora.ai/contact) to start a conversation.

***

## Further Reading

* [Launch Bonus](/plans-and-billing/launch-bonus.md) — extra usage and unmetered Nano Banana through at least July 1, 2026
* [Migration Guide](/plans-and-billing/migration.md) — what's changing for existing accounts and when
* [Pricing FAQ](/plans-and-billing/faq.md) — common questions about plans, usage, and billing
* [Manage Subscription](/plans-and-billing/manage-subscription.md) — change, upgrade, or cancel your plan
* [flora.ai/pricing](https://flora.ai/pricing) — full feature comparison across plans

## Questions?

* General: <support@florafauna.ai>
* Enterprise: [flora.ai/contact](https://flora.ai/contact)


---

# 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.flora.ai/plans-and-billing/pricing.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.
