# Plans & credits

GenVibe is free to start. You build using **credits**, and you can subscribe to a paid plan for a monthly credit refill and access to the most capable AI models.

## Plans at a glance

|                     | Free                          | Standard                                | Pro                      |
| ------------------- | ----------------------------- | --------------------------------------- | ------------------------ |
| Price               | $0                            | From $12 / month                        | $99 / month              |
| Credits             | 25 starter credits (one-time) | Choose a tier from 100 to 2,000 / month | 750 / month              |
| AI models           | Claude Sonnet                 | Claude **Opus** (most capable) + Sonnet | Claude **Opus** + Sonnet |
| Builds              | Web & mobile apps             | Web & mobile apps                       | Web & mobile apps        |
| Priority processing | —                             | —                                       | ✅                        |
| Buy extra credits   | —                             | ✅                                       | ✅                        |
| Deploy & export     | ✅                             | ✅                                       | ✅                        |

{% hint style="info" %}
New subscribers get **75% off their first month** on Standard, and annual billing saves about 17%. Exact prices and credit tiers are always shown on the [pricing page](https://genvibe.pro/pricing).
{% endhint %}

## What is a credit?

A credit is a unit of building. Credits are used as the AI works on your app — a large, complex build uses more credits than a small tweak, because it's doing more work. You're never charged a flat amount per message; usage scales with the size of the change.

## Which AI models do I get?

* **Free** uses **Claude Sonnet** — fast and very capable for most apps.
* **Every paid plan (Standard&#x20;*****and*****&#x20;Pro)** unlocks **Claude Opus**, the most capable model, best for complex, multi-feature apps and tricky logic.

You can pick your model from the model menu in the prompt toolbar. Opus shows a 🔒 until you're on a paid plan.

## Standard vs Pro

Both Standard and Pro include the same models — including Opus. The difference is capacity:

* **Standard** lets you pick a monthly credit tier (100, 250, 500, 1,000, or 2,000) and scale up or down as you build more.
* **Pro** gives you 750 credits a month plus **priority processing** for heavier, more complex projects.

Most people start on Standard and move up as they need more.

## Running out of credits

When your balance is used up, you'll be prompted to upgrade (Free) — or, on a paid plan, your monthly pool refills on your renewal date. You can also **buy extra credit packs** anytime; purchased credits never expire while your plan is active.

## Upgrading

Head to the [pricing page](https://genvibe.pro/pricing), choose a plan, and check out. Your account upgrades immediately and Opus unlocks right away.

{% content-ref url="/pages/5SgjyATdmS6cm8qUhYo6" %}
[How credits are used](/account-and-billing/credits.md)
{% endcontent-ref %}


---

# 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.genvibe.pro/getting-started/plans-and-credits.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.
