# Pricing

You can pay for subscription tiers using either:

* **Card**: Via Stripe &#x20;
* **Crypto:**
  * On Base, you can pay with $SKAI
  * On Ethereum, you can pay with $SKAI or $SUPER.
    * &#x20;$SUPER is the native utility token of SuperVerse, a Web3 platform focused on blockchain gaming and NFTs.

### Subscription Tiers

|  **Plan Name** | **Monthly Price** | **Platform Requests / Month** |                  **Upgrade Option**                 |
| :------------: | :---------------: | :---------------------------: | :-------------------------------------------------: |
|    **Free**    |       $0.00       |              100              |                         Yes                         |
|   **Starter**  |       $9.99       |              300              |                         Yes                         |
|     **Pro**    |       $29.99      |              1000             |                         Yes                         |
|  **Pro Plus**  |       $99.99      |             5,000             |                         Yes                         |
| **Enterprise** |   Custom Pricing  | Pay-as-you-go (custom limits) | <p>Contact support<br>(<contact@skillfulai.io>)</p> |

### Add-ons (Optional Request Packs)

<table data-header-hidden><thead><tr><th width="195.66668701171875" align="center"></th><th width="153" align="center"></th></tr></thead><tbody><tr><td align="center"><strong>Add-on Pack</strong></td><td align="center"><strong>Price</strong></td></tr><tr><td align="center">+200 Requests</td><td align="center">$9.99</td></tr><tr><td align="center">+600 Requests</td><td align="center">$24.99</td></tr><tr><td align="center">+3,000 Requests</td><td align="center">$99.00</td></tr></tbody></table>

### What are Platform Requests?

When you use agents in Skillful AI, each action or response from the AI costs a certain number of requests.

There are two kinds of costs involved when using an agent:

* LLM API Cost: Varies based on which large language model (LLM) you choose.
* Skill Cost: Currently FREE (Skillful does not charge for skill usage for now).

Each LLM has a different request cost depending on its performance, capability, and provider.  Some models only cost 1 request per use. Advanced models like GPT-4 can cost up to 10 requests per use.

#### LLM Models & their request costs

<table><thead><tr><th width="286.55560302734375" align="center">Model Name</th><th width="200.666748046875" align="center">Requests per Use</th></tr></thead><tbody><tr><td align="center">GPT-4</td><td align="center">10</td></tr><tr><td align="center">Claude 3 Opus</td><td align="center">10</td></tr><tr><td align="center">Mistral Large</td><td align="center">10</td></tr><tr><td align="center">Claude 3.5 Sonnet</td><td align="center">8</td></tr><tr><td align="center">Claude 3 Sonnet</td><td align="center">8</td></tr><tr><td align="center">GPT o3 Mini</td><td align="center">5</td></tr><tr><td align="center">GPT-4o</td><td align="center">5</td></tr><tr><td align="center">Claude 3 Haiku</td><td align="center">2</td></tr><tr><td align="center">Gemini-2.0-flash-exp</td><td align="center">2</td></tr><tr><td align="center">Perplexity: Llama 3.1 Sonar 70B Online</td><td align="center">3</td></tr><tr><td align="center">Gemini-1.5-pro</td><td align="center">1</td></tr><tr><td align="center">GPT-4o Mini</td><td align="center">1</td></tr><tr><td align="center">Gemini-1.5-pro-latest</td><td align="center">1</td></tr><tr><td align="center">Gemini-1.5-flash-latest</td><td align="center">1</td></tr><tr><td align="center">DeepSeek-R1-Distill-Qwen-14B</td><td align="center">1</td></tr><tr><td align="center">Meta: Llama 3.3 70B Instruct</td><td align="center">1</td></tr><tr><td align="center">DeepSeek: R1</td><td align="center">1</td></tr><tr><td align="center">Llama-3.1-8B-Instruct</td><td align="center">1</td></tr></tbody></table>


---

# 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://skillful-ai.gitbook.io/skillful-ai-public-docs/skillfulai_docs_v1.0/pricing.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.
