Download OpenAPI specification:Download
Evaluator ™ API for text classification...; receive a decision with detailed policy/constraint signals.
Runs the Evaluator model on one or more input texts.
Latency and rate limiting:
Smoke testing guidance:
Vector payloads and decision steering:
vectors field supports policy-based decision steering with bounded shapes (up to 10 policy dimensions and up to 28 constraint dimensions).Usage tiers:
texts[]. Returns a single decision (YES/NO/TBD) and confidence per text; vectors may be ignored for this tier.texts[] plus a compact vectors object (policies/constraints and weights). Steering primarily uses the first 6 policy dimensions.texts[] plus full steering vectors. Up to 10 policy and 28 constraint dimensions may be used for detailed policy/constraint signals in governance use cases.| texts required | Array of strings non-empty One or more input texts to evaluate. |
VectorPayload (object) or object Optional steering vectors. For Tier 2, a compact 6-vector shape is used. For Tier 3, full 38-dimension vectors can be supplied. | |
| alpha | number <float> Default: 2 Global steering strength. Higher values increase the influence of vectors over the base model. |
| v10_min | number or null <float> Optional minimum threshold for policy (v10) activation. |
| e28_min | number or null <float> Optional minimum threshold for constraint (e28) activation. |
| text_conf_max | number <float> Default: 0.8 Maximum base model confidence before steering adjustments are limited. |
| include_probs | boolean Default: true If true, include per-class probability arrays in the response. |
| include_explain | boolean Default: true Reserved for future detailed explanation payloads. |
| max_length | integer <int32> Default: 128 Maximum tokenized length per input text. |
{- "texts": [
- "The World is Beautiful"
]
}{- "decision": [
- {
- "text": "The World is Beautiful",
- "label": "YES",
- "confidence": 1
}
]
}