JEV 1.13

परीक्षण कक्ष documentation

वही parameters भरें जो मॉडल actually consume करता है: shared state plus typed Choice, Score और Noul questions।

Request parameters

ये fields परीक्षण कक्ष पर भरते हैं। upstream call से पहले extra OpenRouter routing metadata हटा दी जाती है।

FieldTypeMeaning
modelstringtypesafe/jev-1.13 पर fixed। client दूसरे billed model पर switch नहीं कर सकता।
statestring / object / arrayहर question के लिए shared context। text, या tickets, records और nested fields के लिए JSON।
questionsobjectunique question IDs से question objects का map। IDs आपके code के लिए; model को नहीं भेजे जाते।
questions[id]objectएक typed judgment। पूरा meaning instructions में, ID में नहीं।
typechoice / score / noulSingle option, ordered score, या yes-probability।
instructionsstring / object / arrayपूरा question। परीक्षण कक्ष form string भेजता है; API structured JSON भी लेता है।
criteriatype पर निर्भरChoice options, Score levels, या optional Noul true/false descriptions।

Choice

Object: option name → description, 2–255 options। खाली description null के रूप में — सिर्फ़ option name। other / none-of-the-above जोड़ें जब list हर input cover न करे।

Score

2–10 descriptive levels का array, low to high। Level numbers 0 से। Returned score probability-weighted average। तीन levels 0–2, 1–3 नहीं।

Noul

Criteria omit हो सकते। भरें तो true और false दोनों। Result noul yes की probability — अलग confidence या automatic boolean नहीं।

temperature, top_p, max_tokens, stream Decisions request fields नहीं। यह परीक्षण कक्ष OpenRouter routing/tracing metadata expose नहीं करता।

Response

Site result और elapsedMs लौटाती है। result.answers उन्हीं question IDs से keyed। Typed output interface guarantee करता है, factual correctness नहीं।