Create Custom Eval Template
Create a custom evaluation template with criteria, output type, and model configuration.
https://api.futureagi.com/model-hub/create_custom_evals/ Authentication
Request body
Description of what the eval template assesses.
Type of evaluation output produced by the template.
Array of template variable names that must be mapped to dataset columns.
Configuration object controlling evaluation behavior and visibility.
Model to use for running evaluations. Default is turing_small.
Whether to route evaluation requests through the AGI proxy. Default is true.
Whether the eval template is visible in the dashboard UI. Default is true.
Whether to invert the output logic of the evaluation.
Array of tag strings for categorizing the eval template.
Key-value mapping of choice options. Required when output_type is choices.
Whether the evaluation should check internet sources during assessment.
Whether multiple choices can be selected when output_type is choices.
UUID of an existing eval template to use as a base.