# Pricing

Our pricing model is designed to be simple, predictable, and flexible to scale with your needs.&#x20;

#### Subscription

The Agora API is available for customers on the Premium tier for $200 per month. This subscription includes all baseline functionality including issuing unlimited API keys, developer logs, data connector, and access to all endpoints.&#x20;

#### Credits

For endpoints that leverage AI-powered features, we use a credit system. This allows you to pay only for the AI usage you actually need. With Agora Premium, you get 200 credits per month. You can also purchase credits on-demand or through pre-paid bundles, making it easy to forecast and control your usage. We only charge you credits for a successful API request. Additionally, the amount of credits used on each endpoint is transparent in the documentation.&#x20;

#### Overview

This hybrid model keeps your baseline costs consistent while providing the flexibility to scale your AI usage as your application grows. Whether you’re running occasional experiments or integrating advanced AI workflows at scale, Agora’s pricing ensures you only pay for what delivers value to your business.

#### Tracking

To track your available credits, you can use the [Credits endpoint](https://docs.searchagora.com/basics/credits).&#x20;


---

# 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.searchagora.com/introduction/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.
