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

# Credits

> RAIL endpoints पर usage कैसे meter होती है, और क्या-क्या फ्री है।

Scoring endpoints credits use करते हैं; अपना configuration पढ़ना और status check करना फ्री है। आपके plan में हर महीने एक credit allowance मिलती है, और हर scored response अपनी cost `credits_consumed` field में बताती है।

<Info>
  Credits हर महीने reset होते हैं और आगे carry नहीं होते। अपना plan manage करें और usage [dashboard](https://responsibleailabs.ai/dashboard) पर देखें।
</Info>

## क्या फ्री है

ये endpoints कभी credits use नहीं करते:

| Endpoint                         | किस काम के लिए                                    |
| -------------------------------- | ------------------------------------------------- |
| `GET /railscore/v1/config`       | अपनी application की policy और configuration देखें |
| `GET /railscore/v1/dimensions`   | RAIL dimensions और आपके weights/thresholds        |
| `GET /railscore/v1/capabilities` | आपके plan के features और limits                   |
| `POST /verify`                   | key validate करें और अपनी identity देखें          |
| `GET /health`                    | service status                                    |

Cached scoring results भी बिना किसी cost के वापस आते हैं।

## क्या meter होता है

Scoring का काम इस हिसाब से meter होता है कि उसमें कितना analysis होता है। अंदाज़न costs:

| Operation              | Relative cost                                         |
| ---------------------- | ----------------------------------------------------- |
| Evaluation, basic mode | सबसे कम                                               |
| Evaluation, deep mode  | ज्यादा (ज्यादा detailed analysis)                     |
| Safe regeneration      | हर evaluation + हर rewrite पर, अधिकतम 5 iterations तक |
| Compliance check       | हर evaluate किए गए framework पर                       |
| Agent checks           | कम, per call                                          |

कुछ ही dimensions को evaluate करना सभी आठ को score करने से अनुपात में कम cost लेता है। सटीक `credits_consumed` हमेशा response में आता है, और हर plan की live pricing [dashboard](https://responsibleailabs.ai/dashboard) पर दिखती है।

## मासिक allowance

| Plan       | Credits / month |
| ---------- | --------------- |
| Free       | 100             |
| Pro        | 1,000           |
| Business   | 10,000          |
| Enterprise | Custom          |

अगर credits खत्म हो जाएं, तो scoring request **HTTP 402** लौटाती है, साथ में आपका current balance और कितना चाहिए यह भी। आगे जारी रखने के लिए upgrade करें या top-up मांगें।

## आगे क्या

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    अपनी पहली scored request करें।
  </Card>

  <Card title="Configuration" icon="gear" href="/api-reference/config">
    अपनी application को govern करने वाली policy देखें।
  </Card>

  <Card title="Evaluation" icon="magnifying-glass" href="/concepts/evaluation">
    Basic vs deep mode, dimensions, और custom weights।
  </Card>

  <Card title="Dashboard" icon="chart-line" href="https://responsibleailabs.ai/dashboard">
    usage देखें और अपना plan manage करें।
  </Card>
</CardGroup>
