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

# Plans & Credits

> Everything you need to know about Runable plans, credits, and what each tier includes.

Every action in Runable uses credits. Chatting with the agent, generating images, building websites, creating videos, producing audio. Each operation deducts credits based on the model tier, resolution, duration, and complexity.

Your credit balance is visible in the top right corner of the dashboard.

<Frame caption="The Runable pricing page showing all available plans.">
  ![Runable pricing page with Starter, Pro, and Unlimited plans displayed side by side](https://pub-51091dcf1e9d4b04bb2e74f489c4f346.r2.dev/3743114709c3b00ababc3549a24b18f1e26fa3a0454c6ca9c370fae946446387.png)
</Frame>

## Plans

|                     | <Badge color="green" size="sm">Starter</Badge> | <Badge color="blue" size="sm">Pro</Badge> Most Popular | <Badge color="purple" size="sm">Unlimited</Badge> Best Value |
| ------------------- | ---------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------------ |
| **Price**           | \$25/month                                     | Starting at \$50/month                                 | \$200/month                                                  |
| **Daily credits**   | 500                                            | 1,000                                                  | 1,000                                                        |
| **Monthly credits** | 25,000                                         | 50,000 (scalable up to 20,000,000)                     | 200,000                                                      |
| **Annual discount** | Save 28%                                       | Save 30%                                               | Save 30%                                                     |

All three plans include every Runable feature: AI chat, image generation, video generation, canvas editing, websites, presentations, reports, spreadsheets, carousels, audio, podcasts, connectors, memory, skills, and export.

<Tip>
  you can **add credits,** If you regularly generate videos, build websites, or run the agent on any tier, Pro or Unlimited gives you the headroom to work without hitting your daily limit.
</Tip>

## How credits work

Credits are deducted for every AI operation. The cost depends on what you are doing:

| Factor             | Effect on credit cost                                                                                                                                                                                                                         |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Model tier**     | <Badge color="purple" size="sm">Max</Badge> uses more credits than <Badge color="blue" size="sm">Pro</Badge>, which uses more than <Badge size="sm">Lite</Badge>. Max gives deeper reasoning for complex projects but costs more per message. |
| **Resolution**     | 4K video costs more than 720p. Higher resolution images cost more.                                                                                                                                                                            |
| **Duration**       | Longer videos and audio cost more. Video is billed per second.                                                                                                                                                                                |
| **Audio**          | Videos with AI-generated audio cost roughly 2x compared to muted videos.                                                                                                                                                                      |
| **Upscale factor** | 4x image upscale costs more than 2x.                                                                                                                                                                                                          |

<Tip>
  Use canvas editing tools (remove background, upscale, text edit, mark & edit) directly on the canvas instead of asking the agent in chat. Direct canvas edits use significantly fewer credits, up to 10x savings compared to sending the same request as a chat prompt.
</Tip>

## When to upgrade

<AccordionGroup>
  <Accordion title="You keep running out of daily credits">
    Starter gives you 500 credits per day. If you are hitting that limit regularly, Pro doubles it to 1,000 per day with 50,000 per month. If you generate a lot of video or use the Max model tier often, Unlimited at 200,000 per month gives the most room.\
    \
    also you can add credits on any plan according to your need
  </Accordion>

  <Accordion title="You generate a lot of video content">
    Video generation is one of the most credit-intensive operations, especially at higher resolutions and with audio enabled. Unlimited at 200,000 credits per month is the best fit if video is a core part of your workflow.
  </Accordion>
</AccordionGroup>

## Upgrading and downgrading

<AccordionGroup>
  <Accordion title="How do I upgrade my plan?">
    Go to the [pricing page](https://runable.com/pricing) and select a new plan. Upgrades take effect immediately. If you upgrade within the same billing interval (monthly to a higher monthly plan), the cost is pro-rated for the remainder of your cycle. If you switch billing intervals (monthly to annual), a new cycle starts right away.
  </Accordion>

  <Accordion title="How do I downgrade?">
    Downgrades take effect at the end of your current billing cycle. You keep full access to your current plan until that date.
  </Accordion>

  <Accordion title="Can I switch to annual billing?">
    Yes. Switch from monthly to annual at any time from your billing settings. Annual billing saves 30% on the Unlimited plan.
  </Accordion>

  <Accordion title="Can I get an invoice?">
    Invoices are generated automatically by Stripe after each payment. You cannot get a pre-payment invoice.
  </Accordion>
</AccordionGroup>

## Good to know

<Warning>
  Unused credits do not roll over to the next month. They reset when your billing cycle renews.
</Warning>

* Credits cannot be transferred between accounts.
* Consumed credits cannot be refunded.
* You cannot pause a subscription. You can downgrade to a lower tier at any time.

## Next steps

<CardGroup cols={2}>
  <Card icon="credit-card" href="https://runable.com/pricing" title="View pricing and upgrade">
    Compare plans side by side and pick the right one for your usage.
  </Card>

  <Card icon="robot" href="/how-the-agent-works" title="How the agent works">
    Understand the agent loop, sandbox, and real-time streaming.
  </Card>
</CardGroup>
