Create evaluator version
Add a new version to an evaluator you created
Authorizations
API key for authentication
Path Parameters
Evaluator to add a version to
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Body
Request body for adding a version to an existing evaluator.
The model that runs the judge, named the way its provider does, for example openai/gpt-4.1 or anthropic/claude-sonnet-4
Judge system prompt. May contain {{variable}} placeholders
The scale points and their labels. Required for a rating evaluator. A binary evaluator uses the default Correct/Wrong labels unless you set your own
Declared prompt variables. Omit if the prompt has none. After the first version the variable names are fixed. You can change a variable's description or default, but not add, remove, or rename one
When true, immediately point the evaluator's live version at this new version