credits_consumed field में बताती है।
Credits हर महीने reset होते हैं और आगे carry नहीं होते। अपना plan manage करें और usage dashboard पर देखें।
क्या फ्री है
ये 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 |
क्या 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 |
credits_consumed हमेशा response में आता है, और हर plan की live pricing dashboard पर दिखती है।
मासिक allowance
| Plan | Credits / month |
|---|---|
| Free | 100 |
| Pro | 1,000 |
| Business | 10,000 |
| Enterprise | Custom |
आगे क्या
Quickstart
अपनी पहली scored request करें।
Configuration
अपनी application को govern करने वाली policy देखें।
Evaluation
Basic vs deep mode, dimensions, और custom weights।
Dashboard
usage देखें और अपना plan manage करें।