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

# Plans & Costs

sipgate AI Agents are available in three monthly cancellable plans: **Medium**, **Large** and **Enterprise**. Each plan includes a monthly minute allowance. Which plan is right for you depends mainly on how many calls your AI Agent answers 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 |

The full feature overview can be found 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 billed only for the time during which your AI Agent answered a call and actively spoke with the customer.

**Counts as call time:**

* The AI Agent answers the call.
* The AI Agent has a conversation with the customer.
* The AI Agent processes the issue during the conversation.

**Not billed:**

* Ringing before the call is answered
* Missed calls
* 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 in manageable volumes.

**Suitable for:** about 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 suitable for practices, law firms or smaller offices that want support for their reception or appointment intake. The plan is also suitable for smaller support or service teams, central phone numbers with manageable call volumes and for getting started after the trial phase, when you use sipgate AI Agents productively for the first time.

***

#### Large

**Large** is suitable for companies with regular to higher call volumes.

**Suitable for:** about 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 suitable for support hotlines, central service numbers or reception areas with several calls per day. The plan is also suitable for teams that regularly want to automate calls, and for companies that need Priority Support.

***

#### Enterprise

**Enterprise** is suitable for companies with high call volumes or individual requirements.

**Suitable for:** from about 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 suitable for companies that want to use several AI Agents, have a high or strongly growing call volume or need individual CRM/ERP integrations. The plan is also suitable if you want to use outbound calls, use a custom voice such as Voice Cloning, need a custom SLA or an account manager, and plan ongoing optimization and consulting.

Enterprise is tailored individually to your use case.

***

### Frequently asked questions about costs & 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 cancelled 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 ensures predictable costs and a clear framework for your usage.

If your call volume is very low, very irregular or particularly individual, 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. Once 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 scope with no obligation.

</details>

<details>

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

No. There are no base fees, 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 the provider. The AI Agents have their own phone numbers. You can set these as the 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.de/ai-agents/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.
