> For the complete documentation index, see [llms.txt](https://help.twise.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.twise.ai/other/pricing.md).

# Pricing

All numbers refer to MONTHLY usage and pricing.  In USD.

<table><thead><tr><th width="173">Plan</th><th>Starter</th><th>Growth</th><th>Enterprise</th><th>Enterprise Plus</th></tr></thead><tbody><tr><td>Pricing</td><td>99</td><td>199</td><td>399</td><td>599</td></tr><tr><td>Conversations</td><td>1,000</td><td>2,000</td><td>4,000</td><td>8,000</td></tr><tr><td>Credits</td><td>7,000</td><td>14,000</td><td>28,000</td><td>56,000</td></tr><tr><td>Remove Twise branding</td><td>No</td><td>No</td><td>Yes</td><td>Yes</td></tr><tr><td>Custom setup &#x26; training</td><td>No</td><td>No</td><td>Yes</td><td>Yes</td></tr><tr><td>Lead generation</td><td>No</td><td>Email</td><td>Email &#x26; meeting booking</td><td>Email &#x26; meeting booking</td></tr><tr><td>Priority support</td><td>No</td><td>Via email</td><td>Yes</td><td>Yes</td></tr></tbody></table>

* **Conversations**: The number of conversations is estimated and based upon our current stats that shows that an average conversation contains 7 messages back and forth between the visitor and the AI.&#x20;
* **Message credits:** Each message will consume either one or two message credits depending on if the AI is using the basic voice model (1 credit) or the advanced model (consumes two credits per message)

### Overage pricing

If you surpass the allotted number of conversations in your selected package, the following overage rates apply:

* **$0.10 per conversation** for the next 1,000 conversations, up to a total of 10,000 conversations.
* **$0.08 per conversation** for conversations ranging from 10,001 to 20,000.
* **$0.05 per conversation** for any conversations exceeding 20,001.

This pricing structure allows for predictable costs based on usage beyond the initial subscription limits.

### We will never charge you for more than what you have agreed to

Please note: We will never bill you for any costs you have not agreed to previosly. There is no automatic overage billing. You will be billed for your selected plan and should you run out of credits you will have the option to either opt for another larger plan or activate overage pricing with a set max limit.


---

# 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://help.twise.ai/other/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.
