# 4. Subscription Plans

## 4.1 Overview

The subscription model is a consumption-based model with pre-booked bundles of API calls per day.

The available bundles are the following.

<table data-header-hidden><thead><tr><th width="147"></th><th width="128"></th><th width="123"></th><th width="157"></th><th></th></tr></thead><tbody><tr><td>Subscription Bundle</td><td>API requests per day</td><td>monthly fee</td><td>Reference price per 100 API calls</td><td>Rate Limit (per min) / Parallel requests</td></tr><tr><td>Starter</td><td>1.000</td><td></td><td></td><td>1000 / 10</td></tr><tr><td>SME</td><td>5.000</td><td></td><td></td><td>1000 / 10</td></tr><tr><td>UTM</td><td>10.000</td><td></td><td></td><td>1000 / 10</td></tr><tr><td>Enterprise</td><td>50.000</td><td></td><td></td><td>5000 / 10</td></tr></tbody></table>

all prices excl. VAT.

### 4.1.1 Subscription duration

Subscriptions are issued on an annual basis and are payable monthly or annually in advance. To ensure uninterrupted service and unless otherwise stated, the subscription will automatically renew for 12 months after expiration. You will receive an automatic notification to a specified email address of your choice when the subscription limit is reached.

### 4.1.2 Soft limit

Exceeding the number of API requests per day over the number of calls included in the subscription is possible and does not lead to an interruption of the service. Excess requests will be charged quarterly for the exact number of calls exceeding the package volume at €X.XXX per call.

### 4.1.3 General

Day is defined as day UTC. Unused API requests are not transferred to the next day.


---

# 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://docs.unisphere.io/weather-information-service-for-u-space/4.-subscription-plans.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.
