# Revenue Model

Parallel AI offers tiered subscription packages to AI developers, which must be paid in $PAI tokens. The package tiers are as follows:<br>

| <p><br></p>       | Enterprise Tier                                                                | Premium Tier                                              | Professional Tier            | Free Tier            |
| ----------------- | ------------------------------------------------------------------------------ | --------------------------------------------------------- | ---------------------------- | -------------------- |
| AI Model          | Custom AI models with private deployments and data fine-tuning.                | Sonnet 3.5 stacked with GPT-4                             | GPT-4                        | GPT-3.5              |
| Free Prompt Count | Unlimited                                                                      | 50 prompts per month                                      | 25 prompts per month         | 10 prompts per month |
| Memory Features   | Advanced memory options for large and complex data needs                       | Enhanced memory capabilities                              | Standard memory capabilities | None                 |
| RAG Capabilities  | Advanced RAG capabilities for sophisticated problem solving and data retrieval | Standard RAG  for efficient bug identification and fixing | None                         | None                 |

Portions of revenues are shared with $PAI stakers in the form of staking rewards.

<br>


---

# 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://parallel-ai.gitbook.io/parallel-ai/revenue-model-and-tokenomics/revenue-model.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.
