# Setapp Limitation

BoltAI is an AI chat client. It does not provide AI services by itself.&#x20;

To use BoltAI on Setapp, you will need to subscribe to their AI+ plan, or you can use your own API keys.

### Setapp AI+ plan

Setapp introduced new AI+ plans for advanced users to easily use multiple AI apps without needing an OpenAI API Key.

If you're not on the new "AI Enthusiast" or "AI Expert" plan, it's likely that you will reach the usage limit soon.

Note that you **don't** need to upgrade to these plans if you intend to use your own API keys (read more below)

{% hint style="info" %}
**NOTICE:**

* If you're on these new AI+ plans, make sure to set it correctly in BoltAI
* If you're not on an AI+ plans, you can continue use full features of BoltAI with your own API key. During the onboarding, make sure to click "**Continue without an AI+ plan**"
  {% endhint %}

### What is Setapp's Limitation?

Setapp's AI+ plans come with some limitations (see below). You can learn more from [Setapp's official document](https://support.setapp.com/hc/en-us/articles/12600241766044-AI-subscription-plans).&#x20;

\
Please note that these limitations are from Setapp AI service and not from BoltAI.

<table><thead><tr><th width="186"></th><th>Free Cap</th><th>Family</th><th>AI Enthusiast</th><th>AI Expert</th></tr></thead><tbody><tr><td>Devices</td><td>Macs/iPhones/iPads<br>in your non-AI+ plan</td><td><img src="https://support.setapp.com/hc/article_attachments/12605426390940" alt="family.svg"></td><td><img src="https://support.setapp.com/hc/article_attachments/12624917044508" alt="1  mac.svg"></td><td><img src="https://support.setapp.com/hc/article_attachments/12600231896860" alt="4 mac 4 iphone.svg"></td></tr><tr><td>Credits per month</td><td>10</td><td>50 per member</td><td>125</td><td>250</td></tr><tr><td>Text: GPT-3.5-4 Turbo <br>Images: GPT-4o,<br>DALL·E 2 and DALL·E 3 <br>Voice: Whisper</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Coming soon:<br>Claude 3,<br>Stable Diffusion*</td><td>—</td><td>—</td><td>—</td><td>✅</td></tr><tr><td>Max tokens<br>per message</td><td>1600</td><td>1600</td><td>1600</td><td>16 000</td></tr><tr><td>Monthly price</td><td>The monthly price of your non-AI+ plan</td><td>$19.99</td><td>$14.99</td><td>$23.99</td></tr><tr><td>Annual price</td><td>The annual price of your non-AI+ plan</td><td>$215.88</td><td>$161.88</td><td>$259.09</td></tr></tbody></table>

*\* These models aren't on Setapp yet, but we wanted to let you know about our plans — it might affect your decision when choosing an annual subscription plan.*

### Use an API key instead

You can use your own API keys instead. BoltAI supports popular AI Services such as Anthropic, Google AI, Perplexity AI, Mistral AI... or local LLMs via Ollama

Follow this guide to setup Ollama and use a local LLM with BoltAI

[Use another AI Service](/docs/start/use-another-ai-service.md)

<figure><img src="/files/GIMsiMWYVledLIqBe47c" alt=""><figcaption><p>Setting up Ollama in BoltAI</p></figcaption></figure>


---

# 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.boltai.com/docs/boltai-on-setapp/setapp-limitation.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.
