Run a typed evaluation
Typed evaluation endpoint for TypeSafe AI Jev. Send state and named questions, then receive typed boolean, choice, or score answers. Requires Bearer authentication; the serialized state and questions are limited to 32,000 tokens. This lane is not listed in /v1/models. TypeSafe rate limits may change without notice.
/v1/evaluations인증
Authorization필수Authorization 헤더에 Bearer 토큰으로 API 키를 전달합니다.
Body
modelThe optional evaluation model in the request body. Omit it to use the default typesafe-ai/jev; any other value is rejected as model_not_available.
"typesafe-ai/jev"state필수The state or evidence to evaluate. It may be a string, object, or array.
"The support agent issued a full refund."questions필수One or more named questions evaluated in parallel.
type필수The typed answer requested for this question.
instructions필수Instructions describing what this question should decide.
criteriaRequired for choice questions as an option-to-description record; required for score questions as an ordered array of at least two criteria; optional for boolean questions.