> For the complete documentation index, see [llms.txt](https://help.sipgate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.com/documentation/en/plans-and-costs/tarife-and-kosten.md).

# Plans & costs

sipgate AI Agents is available in three plans that can be canceled monthly: **Medium**, **Large** and **Enterprise**. Each plan includes a monthly minute allowance. Which plan is right for you depends primarily on how many calls your AI Agent handles per day.

{% hint style="info" %}
You can test sipgate AI Agents for 7 days with no obligation.
{% endhint %}

### Quick overview: Which plan is right for me?

| **Your expected call volume** | **Recommended plan** | **Included minutes** | **Price per month**   |
| ----------------------------- | -------------------- | -------------------- | --------------------- |
| 1 to 10 calls per day         | *Medium*             | 300 minutes          | €74.95 plus VAT       |
| 10 to 50 calls per day        | *Large*              | 1,000 minutes        | €199.95 plus VAT      |
| From 50 calls per day         | *Enterprise*         | from 2,500 minutes   | from €449.95 plus VAT |

You can find the full feature overview on our [**pricing page**](https://www.sipgate.ai/preise/)**.**

### How does billing work?

You choose a plan with a monthly included minute allowance. You are only charged for the time during which your AI Agent has answered a call and is actively speaking with the customer.

**The following counts as conversation time:**

* The AI Agent answers the call.
* The AI Agent has a conversation with the customer.
* The AI Agent handles the request during the conversation.

**The following are not charged:**

* Ringing before the call is answered
* Calls that are not answered
* Waiting times before the AI Agent answers the call

### The plans in detail

#### Medium

**Medium** is suitable for smaller teams or companies that use their AI Agent regularly, but on a manageable scale.

**Suitable for:** around 1 to 10 calls per day\
**Price:** €74.95 per month plus VAT\
**Includes:** 300 minutes\
**Minute price:** €0.25 per minute

**Medium** is often a good fit for practices, law firms, or smaller offices that want to support their reception or appointment scheduling. The plan is also suitable for smaller support or service teams, central phone numbers with a manageable call volume, and for getting started after the trial phase when you first use sipgate AI Agents in production.

***

#### Large

**Large** is suitable for companies with a regular to high call volume.

**Suitable for:** around 10 to 50 calls per day\
**Price:** €199.95 per month plus VAT\
**Includes:** 1,000 minutes\
**Minute price:** €0.20 per minute

**Large** is often a good fit for support hotlines, central service numbers, or reception areas with several calls per day. The plan is also suitable for teams that want to automate calls regularly, and for companies that need Priority Support.

***

#### Enterprise

**Enterprise** is suitable for companies with a high call volume or custom requirements.

**Suitable for:** from around 50 calls per day\
**Price:** from €449.95 per month plus VAT\
**Includes:** from 2,500 minutes\
**Minute price:** from €0.18 per minute

**Enterprise** is often a good fit for companies that want to use multiple AI Agents, have a high or rapidly growing call volume, or require custom CRM/ERP integrations. The plan is also suitable if you want to use outbound calls, a custom voice such as Voice Cloning, need a custom SLA or an account manager, and want ongoing optimization and consulting.

Enterprise is tailored individually to your use case.

***

### Frequently asked questions about costs and billing

<details>

<summary><strong>What happens if my call volume fluctuates or I want to change plans?</strong></summary>

If your call volume fluctuates, it's best to first choose the plan that matches your average monthly needs. The plans can be canceled monthly and adjusted each month if your needs change.

For example, you can start with **Medium** and later switch to **Large** or **Enterprise** if your call volume increases or additional requirements arise.

</details>

<details>

<summary><strong>Is there a pure pay-as-you-go option?</strong></summary>

A pure pay-as-you-go option is currently not offered as a regular plan on the pricing page. Instead, you choose a monthly cancellable plan with an included minute allowance. This provides predictable costs and a clear framework for your use.

If your call volume is very low, very irregular, or particularly custom, contact our product team. Together we will check which setup best fits your use case.

</details>

<details>

<summary><strong>Can I test sipgate AI Agents?</strong></summary>

Yes. As soon as you have configured your AI Agents via the onboarding process, the 7-day trial period begins. During this time, you can test the full product range with no obligation.

</details>

<details>

<summary><strong>Are there any hidden costs?</strong></summary>

No. There is no base fee, no setup costs, and no minimum term.

</details>

<details>

<summary><strong>Does sipgate AI Agents work with my existing telephony solution?</strong></summary>

Yes. sipgate AI Agents works with all common phone systems and phone numbers, regardless of provider. The AI Agents have their own phone numbers. You can store these as a forwarding destination in your existing telephony setup.

</details>


---

# 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.sipgate.com/documentation/en/plans-and-costs/tarife-and-kosten.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.
