> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forii.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> INR pricing, the Free Plan, and how token costs are calculated

All Forii pricing is in Indian Rupees (₹). No USD invoices, no FX conversion, no surprises.

<Info>
  Forii is on the **Free Plan** only right now. Paid tiers (Starter, Pro, Enterprise) are on the roadmap. No billing, no payment methods, no invoices until they ship.
</Info>

## Model pricing

| Model                 | ₹/1K Input Tokens | ₹/1K Output Tokens |
| --------------------- | ----------------- | ------------------ |
| `forii/deepseek-v3`   | ₹0.14             | ₹0.42              |
| `forii/llama-4-scout` | ₹0.28             | ₹0.84              |
| `forii/gemma-3`       | ₹0.22             | ₹0.66              |
| `forii/qwen3`         | ₹0.18             | ₹0.54              |
| `forii/embed-v3`      | ₹0.003            | —                  |

<Info>
  1 token ≈ 4 characters in English, ≈ 1–2 characters in Hindi. A 500-token prompt on `forii/deepseek-v3` costs ₹0.07.
</Info>

### Example calculation

```
Model: forii/deepseek-v3
Input: 1,000 tokens → 1,000 × ₹0.14 / 1,000 = ₹0.14
Output: 500 tokens → 500 × ₹0.42 / 1,000 = ₹0.21
Total: ₹0.35
```

## Free Plan

| Limit                              | Value |
| ---------------------------------- | ----- |
| Requests per minute (RPM)          | 60    |
| Prompt tokens per minute (TPM)     | 100K  |
| Completion tokens per minute (TPM) | 10K   |

The Free Plan is the only plan available today. No card needed, no credits, no billing — just sign up and start building. Per-minute rate limits reset automatically at the start of each minute (UTC).

<Info>
  Rate limit headers are included in every response, so you know exactly when the next reset is:
  <code>X-Ratelimit-Limit-Requests</code>, <code>X-Ratelimit-Remaining-Requests</code>, <code>X-Ratelimit-Reset</code>.
</Info>

## Roadmap

Paid tiers and the credit system are planned, not shipped:

| Plan       | Monthly | RPM    | TPM (prompt) | TPM (completion) | Status        |
| ---------- | ------- | ------ | ------------ | ---------------- | ------------- |
| Free       | ₹0      | 60     | 100K         | 10K              | Available now |
| Starter    | ₹999    | 600    | 1M           | 100K             | Coming soon   |
| Pro        | ₹9,999  | 6,000  | 10M          | 1M               | Coming soon   |
| Enterprise | Custom  | Custom | Custom       | Custom           | Coming soon   |

When paid tiers ship they will bring a prepaid credit system (1 credit = ₹1), UPI/card/netbanking payments via Razorpay, auto-recharge, and GST-compliant invoices. None of that is live today.

## Related

* [Models](/docs/concepts/models) — Model catalog and context windows
* [Dashboard](/docs/webapp/dashboard) — API keys, usage, and recent requests
* [Account API](/docs/api-reference/accounts) — Programmatic key management and usage queries
