> For the complete documentation index, see [llms.txt](https://docs.voicemoat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voicemoat.com/getting-started/plans-and-pricing.md).

# Plans and pricing

**In short:** a free plan plus three paid plans, Creator $35, Pro $69, and Enterprise $150 a month. Annual billing gives you two months free. Prices are in USD and billed through Dodo Payments, which handles tax automatically.

**The plans at a glance**

|                            | Free         | Creator  | Pro      | Enterprise |
| -------------------------- | ------------ | -------- | -------- | ---------- |
| Monthly                    | $0           | **$35**  | **$69**  | **$150**   |
| Annual                     | $0           | $350     | $690     | $1,500     |
| Voice profiles             | 1            | 3        | 4        | 6          |
| Credits per day            | 10           | 150      | 250      | 400        |
| Voice training             | no           | yes      | yes      | yes        |
| audenAI chat               | no           | yes      | yes      | yes        |
| audenAI writing model      | not included | Standard | Standard | **Deep**   |
| Web search in audenAI chat | no           | yes      | yes      | yes        |
| Posts per day              | 3            | 20       | 40       | 80         |
| Threads per day            | none         | none     | 10       | 20         |
| Replies per day            | 10           | 150      | 300      | 500        |
| Media Studio (create)      | no           | yes      | yes      | yes        |
| Post media / threads       | no           | no       | yes      | yes        |
| Write like a creator       | no           | no       | yes      | yes        |
| Growth Autopilot           | no           | yes      | yes      | yes        |
| Connect an assistant       | no           | no       | yes      | yes        |
| Analytics history          | 7 days       | 28 days  | 90 days  | all time   |
| Reports export             | no           | no       | no       | yes        |
| Team seats                 | no           | no       | no       | yes        |

**How to read the plans**

**Free** is for trying VoiceMoat, not daily posting. Voice training, Replies, scheduling, and audenAI chat are paid features, so the free plan mostly lets you look around.

**Creator** ($35) is the everyday plan for one to three profiles: full voice training, audenAI chat, drafting, replies, scheduling, analytics, Media Studio, and Growth Autopilot planning a week ahead.

**Pro** ($69) adds the things power users hit: threads, posting media to live posts, Write like a creator, connecting VoiceMoat to an assistant like Claude or ChatGPT, a longer Growth Autopilot window, deeper analytics, and higher daily limits.

**Enterprise** ($150) adds the **Deep** writing model for drafts, replies, and Improve, the most profiles, all-time analytics, report exports, team seats, visuals on Grow posts, and pay-what-you-want top-ups.

{% hint style="info" %}
**Creator can create media but not post it.** Generating memes, designed graphics, and images is on every paid plan. Posting media or threads to a live post needs Pro or above. The two are separate on purpose.
{% endhint %}

{% hint style="info" %}
**A trial does not include the assistant connection or Growth Autopilot.** They are on the paid plans. You can set the assistant connection up on any plan, and it starts working the moment you upgrade, with no need to reconnect.
{% endhint %}

**Credits, not seats**

Each plan refills a **daily pool of credits** at midnight UTC (10, 150, 250, 400 for Free, Creator, Pro, Enterprise). Credits do not roll over. Most actions cost 1 credit; heavier ones cost more (a thread is 2, a full Improve pass is 5). This means your plan is measured by how much you do in a day, not by a fixed number of posts.

See Credits and the daily pool for the full cost table.

**How audenAI differs by plan**

* Every paid plan gets the **full voice read**: your Voice Lab insights, drift protection, and correction memory are loaded every time audenAI writes for you.
* **audenAI chat** runs on the stronger Deep model on Creator, Pro, and Enterprise.
* One-off writing (Studio drafts, replies, Improve, Rate post) runs on **Standard** on Creator and Pro, and on **Deep** on Enterprise.

The tier follows your plan; there is no switch to flip. See audenAI Standard vs Deep.

**Trying it before you pay**

VoiceMoat offers a short **paid trial**: a small fee up front, a card on file, and it converts to the full plan at the end unless you cancel. It is not a free trial. Full terms are on Paid trial.

**Adding profiles and credits**

* Need more than the included profiles? You can buy **extra profile slots** on paid plans.
* Run out of credits in a day? Paid plans can buy **top-up** packs. See Top-up packs.

**Common questions**

**Can I change plans later?** Yes, up or down. Billing is handled by Dodo Payments, and changes take effect on your next cycle.

**Do prices include tax?** Dodo Payments is the merchant of record and applies any tax (such as India GST) at checkout, so what you see at checkout is the final amount.

**What happens to my data if I downgrade to Free?** Your profiles and history stay. You just drop to the Free limits, and paid features lock until you upgrade again.

**Which plan do I need to use VoiceMoat from Claude or ChatGPT?** Pro or Enterprise. A trial does not include it. See Connect VoiceMoat to an assistant.

**Which plan do I need to talk to audenAI?** Any paid plan, in a browser that supports it. It is part of audenAI chat. See Talking to audenAI.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.voicemoat.com/getting-started/plans-and-pricing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
