# Pricing

As of launch, Webring.AI accounts currently credit all new accounts with **100 free credits** to get started testing commands and generating content.

Owners of a Radbro, Radcat, or Schizoposter are credited with **2500 free credits** on signup, as long as you register with the wallet holding those assets.

Adding more credits can be done by following the [adding credits docs](/webringai/credits-and-pricing/adding-credits.md).

Credits are estimated to cost approx $0.03 / credit.

Prices are currently calculated based on the following rates.

| Action               | Cost                              | Notes                                                                                                                      |
| -------------------- | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Start Agent          | 1 Credit                          |                                                                                                                            |
| Run Agent (Hourly)   | 1 Credit                          |                                                                                                                            |
| Generate Image       | 1 Credit                          |                                                                                                                            |
| Generate Video       | 15 Credits                        |                                                                                                                            |
| Extend Video         | 15 Credits                        |                                                                                                                            |
| Generate 3D Model    | 5 Credits                         |                                                                                                                            |
| Train Custom Model   | 1 Credit per 2MB of training data |                                                                                                                            |
| Query Tweet Mentions | 1 Credit                          | Only charged if the query returns tweets (i.e.: there have been new posts since the last query which @ the bot on Twitter) |
| Post Tweet           | 1 Credit                          |                                                                                                                            |

{% hint style="info" %}
Note: Webring.AI credit costs are experimental and subject to change.
{% endhint %}


---

# 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://radbro-webring.gitbook.io/webringai/credits-and-pricing/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.
