# Prices

**LumiTeh** tracks usage via credits, which can be obtained through a subscription or direct purchase. If you’re on a subscription plan, your credits will refresh when the plan renews. Credits and subscriptions can be managed on the billing page.\
`1 credit = $0.01`

### **Browser Sessions**

Browser session pricing is based on two factors: session duration (in minutes) and proxy usage (in GB). Proxy usage is only billed for sessions started with the `proxies` parameter.

| Service       | Credits         | Cost        |
| ------------- | --------------- | ----------- |
| Browser Usage | 1 credit / min  | $0.01 / min |
| Proxy Usage   | 1K credits / GB | $10 / GB    |

### **Session Operations**

Session actions (e.g., clicks, form fills) are charged as follows:

| Service                  | Credits           | Cost           |
| ------------------------ | ----------------- | -------------- |
| Session Action Execution | 1 credit / action | $0.01 / action |
| Session Scrape           | 1 credit / scrape | $0.01/ scrape  |

### **AI Agents**

Agent pricing is per step:

| Service                           | Credits         | Cost         |
| --------------------------------- | --------------- | ------------ |
| LumiTeh Agent                     | 2 credits       | $0.02 / step |
| LumiTeh BUA (Browser Using Agent) | 1 credit / step | $0.01 / step |

### **Example**

An agent running for 1 minute with 10 steps:

* 10 agent steps × 2 credits = 20 credits;
* 1 minute session time = 1 credit;
* **Total:** 21 credits = $0.21;

### **Pro Plan**

* 10,000 credits monthly
* Manual top-ups: 1,000 credits for $10
* Higher rate limits

***

### Comparison with other Web AI agent tools <a href="#comparison-with-other-web-ai-agent-tools" id="comparison-with-other-web-ai-agent-tools"></a>

| Service                             | Credits                 | Cost                    |
| ----------------------------------- | ----------------------- | ----------------------- |
| **LumiTeh** Agent                   | 2 credits               | $0.02 / step            |
| HyperAgent                          | 20 credits / step       | $0.02 / step            |
| Browser Use                         | 20 credits / step       | $0.02 / step            |
| OpenAI CUA (Input Tokens)           | 0.00315 credits / token | $3.15 / million tokens  |
| OpenAI CUA (Output Tokens)          | 0.0126 credits / token  | $12.60 / million tokens |
| Claude Computer Use (Input Tokens)  | 0.00315 credits / token | $3.15 / million tokens  |
| Claude Computer Use (Output Tokens) | 0.01575 credits / token | $15.75 / million tokens |


---

# 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.lumiteh.com/intro/prices.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.
