> For the complete documentation index, see [llms.txt](https://whitepaper.1hub.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.1hub.ai/further-information/subscription-packages.md).

# Subscription Packages

The 1Hub.ai service fee model aims to fit in line with fee models currently found among web-based AIs, picking users up where they stand to facilitate an easy entry into the novel concept of 1Hub.ai.

Money paid for a subscription is deposited into one’s account as credits, which can then be spent on AI usage. In case that credits are exhausted before the end of a term (month / half year / year), users are free to deposit extra credits. At the end of each term, remaining credits expire, and are not carried into the next term.

As the 1Hub.ai base platform is essentially a reseller of different AIs offered by other providers, revenue is generated by adding a surcharge (“AI Surcharge”) onto the fee each AI provider asks. This surcharge varies throughout subscription packages, giving subscribers of higher-tier packages more value (AI usage) for their money.

Additional to increased cost efficiency in platform usage, users of higher-tier subscription packages are also rewarded with various bonusses, such as early access to new features, exclusive giveaways, and more (to be disclosed).

***

|                 | Starter | Enthusiast | Professional |
| --------------- | ------- | ---------- | ------------ |
| Monthly fee     | $10     | $25        | $50          |
| AI Surcharge    | +10%    | +5%        | +2%          |
| Cost efficiency | 90%     | 95%        | 98%          |
| Bonus features  | *TBD*   | *TBD*      | *TBD*        |

***

{% hint style="warning" %}
The subscription model described above is being completely revised, and will be updated within the next weeks. The information on this page serves only as a placeholder.
{% endhint %}


---

# 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://whitepaper.1hub.ai/further-information/subscription-packages.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.
