Use this endpoint to submit a model input and output pair to a workflow for evaluation
model_input field in the request must be adictionary (containing at least a system_prompt field or a user_prompt field), and the request must also includethe model_used to generate the output (Ex. gpt-5-mini), the selected run_mode that determines speed/accuracy/cost for evaluation, and optionally a nametag for the workflow event.precision_max_codex - Ultimate accuracy with Codex-optimized deep analysisprecision_max - Maximum accuracy and detailprecision_codex - High accuracy with code-optimized analysisprecision - High accuracy analysis (default)fast - Maximum speed for high-volume processingBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow ID associated with this event.
A dictionary of inputs sent to the LLM to generate output. The dictionary must contain a user_prompt field. For the ground_truth_adherence guardrail metric, ground_truth should be provided.
Output generated by the LLM to be evaluated.
Model ID used to generate the output, like gpt-4o or o3.
Run mode for the workflow event. The run mode allows the user to optimize for speed, accuracy, and cost by determining which models are used to evaluate the event. Available run modes include precision_max_codex, precision_max, precision_codex, precision, and fast. Defaults to precision.
precision_max_codex, precision_max, precision_codex, precision, fast An optional, user-defined tag for the event.
Workflow event created successfully
A unique workflow event ID.
"evt_xxxxxxxxxxxx"
Workflow ID associated with the event.
"wkfl_xxxxxxxxxxxx"
The time the event was created in UTC.
"2025-11-10T01:32:44.591Z"
Status of the event.
In Progress, Completed "In Progress"
The ID of the billing request for the event.
"bill_0123456789abcdefabcd"