Invoke a Custom Evaluator
Run an evaluator against a specific input and output pair. Returns a score and optional reasoning based on the evaluator’s configured criteria.
Documentation Index
Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Evaluator ID
Body
Latest user message
The generated response from the model
The reference used to compare the output
Knowledge base retrievals
The messages used to generate the output, without the last user message
Model to use for LLM-based evaluators (e.g. "openai/gpt-4o")