Use this endpoint to submit a model input and output pair to a monitor for evaluation
model_input dictionary (containing at least a system_prompt field or a user_prompt field), a model_output string to be evaluated, and a guardrail_metrics array specifying which metrics to evaluate against. Optionally, include the model_used, selected run_mode, and a human-readable nametag. Including the web_search, file_search, and context_awareness fields will allow the evaluation model to use those extended AI capabilities.ultra_fast - Maximum throughput evaluationsuper_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 verificationultra_fast and super_fast do not support Web Search or File Search capabilities. Requests using these modes on monitors with Web Search or File Search enabled will be rejected.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the monitor associated with this event.
A dictionary of inputs sent to the LLM to generate output. The dictionary must contain a user_prompt field. For ground_truth_adherence guardrail metric, ground_truth should be provided.
Output generated by the LLM to be evaluated.
Run mode for the monitor 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): ultra_fast, super_fast, fast, precision, precision_codex, precision_max, and precision_max_codex. Defaults to fast. Note: ultra_fast and super_fast do not support Web Search or File Search — if your monitor has these capabilities enabled, use a different run mode or edit the monitor to disable them.
ultra_fast, super_fast, fast, precision, precision_codex, precision_max, precision_max_codex An optional, user-defined tag for the event.
Monitor event created successfully