Use this endpoint to submit a model input and output pair to a workflow for evaluation
model_input field in the request must be a dictionary (containing at least a system_prompt field or a user_prompt field), and the request must also include the 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.super_fast - High-speed lightweight checksfast - Balanced speed and accuracy (default)precision - Deep multi-model analysisprecision_codex - Code-optimized deep analysisprecision_max - Exhaustive multi-pass verificationprecision_max_codex - Ultimate code-aware verificationsuper_fast does not support Web Search or File Search capabilities. Requests using this mode on workflows with Web Search or File Search enabled will be rejected.Bearer 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 (fastest to most thorough): super_fast, fast, precision, precision_codex, precision_max, and precision_max_codex. Defaults to fast. Note: super_fast does not support Web Search or File Search — if your workflow has these capabilities enabled, use a different run mode or edit the workflow to disable them.
super_fast, fast, precision, precision_codex, precision_max, precision_max_codex 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"