> For the complete documentation index, see [llms.txt](https://support.dashworks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.dashworks.ai/api/pricing.md).

# Pricing

## Answer API

The [Answer API's](#answer-api) pricing is determined based on the AI model used for the Bot corresponding to the `bot_id` parameter used in the API request.

Admins can track API usage from the API tab in the[ Analytics dashboard](https://web.dashworks.ai/admin/analytics).

| Tier   | AI Models                                                                                | Price Per Request |
| ------ | ---------------------------------------------------------------------------------------- | ----------------- |
| Tier 1 | o1, GPT-4 Turbo, Claude Opus, Claude 3.7 Sonnet Thinking                                 | $2.5              |
| Tier 2 | ChatGPT-4o, GPT-4o, o1-mini, Claude 3.7 Sonnet, Claude 3.5 Sonnet, Llama 70B, R1, Grok 2 | $0.75             |
| Tier 3 | o3-mini, Gemini 1.5                                                                      | $0.25             |
| Tier 4 | Gemini 2.0 Flash                                                                         | $0.10             |

## Connector API

The [Connector API ](#connector-api)is currently free to try during early access.


---

# 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:

```
GET https://support.dashworks.ai/api/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.
