मुख्य सामग्री पर जाएं
Scoring endpoints credits use करते हैं; अपना configuration पढ़ना और status check करना फ्री है। आपके plan में हर महीने एक credit allowance मिलती है, और हर scored response अपनी cost credits_consumed field में बताती है।
Credits हर महीने reset होते हैं और आगे carry नहीं होते। अपना plan manage करें और usage dashboard पर देखें।

क्या फ्री है

ये endpoints कभी credits use नहीं करते:
Endpointकिस काम के लिए
GET /railscore/v1/configअपनी application की policy और configuration देखें
GET /railscore/v1/dimensionsRAIL dimensions और आपके weights/thresholds
GET /railscore/v1/capabilitiesआपके plan के features और limits
POST /verifykey validate करें और अपनी identity देखें
GET /healthservice status
Cached scoring results भी बिना किसी cost के वापस आते हैं।

क्या meter होता है

Scoring का काम इस हिसाब से meter होता है कि उसमें कितना analysis होता है। अंदाज़न costs:
OperationRelative 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 पर दिखती है।

मासिक allowance

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

आगे क्या

Quickstart

अपनी पहली scored request करें।

Configuration

अपनी application को govern करने वाली policy देखें।

Evaluation

Basic vs deep mode, dimensions, और custom weights।

Dashboard

usage देखें और अपना plan manage करें।