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

# Piramyd Pricing: Flat-Rate Plans with Unlimited Tokens

> Piramyd offers three flat-rate subscription plans with unlimited tokens. Throughput is governed by requests per minute (RPM), not token budgets.

Piramyd uses flat-rate monthly pricing with unlimited token usage on all paid plans. There is no free forever tier and no per-token billing. Your throughput is governed by your plan's **requests per minute (RPM)** limit — when you hit the RPM ceiling you will receive a `429` response with a `Retry-After` header, not an unexpected bill. To increase throughput, upgrade your plan or purchase additional RPM where available.

## Plans

| Plan       | Price        | RPM    | Notes                                                                    |
| ---------- | ------------ | ------ | ------------------------------------------------------------------------ |
| **Solo**   | \$30 / month | 6 RPM  | 3-day card-required trial available; cancel before day 4 to avoid charge |
| **Growth** | \$50 / month | 10 RPM | Full model catalog                                                       |
| **Scale**  | \$90 / month | 20 RPM | Full model catalog + highest-priority routing                            |

All plans include unlimited tokens on supported models. Manage your subscription, API keys, and billing at [dash.piramyd.cloud](https://dash.piramyd.cloud).

***

## Trial

The **Solo 3-day trial** gives you access to the full Solo feature set before committing. A payment card is required to activate the trial — you will not be charged until day 4. Cancel before day 4 to avoid being billed.

During the trial your account maps to the Solo tier: 6 RPM, and access to models with a `tier` of `free` or `pro`.

***

## Model Availability by Tier

Every model returned by `GET /v1/models` includes a `tier` field that tells you which plan is required to use it:

| `tier` value | Required plan               |
| ------------ | --------------------------- |
| `free`       | All plans (including trial) |
| `pro`        | Solo, Growth, or Scale      |
| `premium`    | Growth or Scale             |

Always check the `tier` field before building workflows around a specific model. If you attempt to use a model above your plan's access level, the API returns a `403` error.

<Warning>
  A `402` response means you have reached a billing or credit limit — for example, your trial has expired or your subscription is inactive. A `403` response means your current plan does not include access to the requested model or feature. **Neither is a weekly free-tier USD budget.** There is no free-tier budget: access requires an active paid subscription or an in-trial account.
</Warning>

***

## Extra RPM

If your workload requires more throughput than your plan provides, additional RPM is available as an add-on where offered:

* **+5 RPM** for **+\$15/month**

Contact support or use the dashboard to add RPM to your current plan.

***

## System One Billing

[System One](/concepts/models) models (e.g. `jev-latest`) use a different billing model: **input tokens only**. Output tokens generated by System One are free. The hard context limit for System One is 64,000 tokens per request; there is no automatic compaction.

***

Manage your plan, review usage, and access API keys at [dash.piramyd.cloud](https://dash.piramyd.cloud).
