addedInput schema / properties / api_key
Added value: +{
+ "description": "Optional API key for the judge model (BYOK). Used only for the judge call; never stored.",
+ "type": "string"
+}
changedInput schema / properties / label_a / description
Previous value: -"Label for response A (e.g. \"GPT-4o\", \"v1.0\")"New value: +"Label for output A (e.g. \"GPT-4o\", \"v1.0\")"
changedInput schema / properties / label_b / description
Previous value: -"Label for response B (e.g. \"Claude\", \"v1.1\")"New value: +"Label for output B (e.g. \"GPT-5-nano\", \"v1.1\")"
addedInput schema / properties / model
Added value: +{
+ "description": "Optional judge model id (BYOK). When set with api_key, an LLM judge picks a qualitative winner.",
+ "type": "string"
+}
addedInput schema / properties / reference
Added value: +{
+ "description": "Optional ground-truth / expected answer. If set, each output is scored against it and the closer one wins (deterministic).",
+ "type": "string"
+}
changedInput schema / properties / response_a / description
Previous value: -"First response (baseline / control)"New value: +"First output (e.g. model A's answer)"
changedInput schema / properties / response_b / description
Previous value: -"Second response (variant / test)"New value: +"Second output (e.g. model B's answer)"
addedInput schema / properties / task
Added value: +{
+ "description": "The task/prompt both outputs were answering — used by the LLM judge for context",
+ "type": "string"
+}
removedOutput schema / properties / diffs
Removed value: -{}
addedOutput schema / properties / judge
Added value: +{}
addedOutput schema / properties / metrics
Added value: +{}
addedOutput schema / properties / verdict
Added value: +{}