Set up Monitoring
In this guide, we will demonstrate how to create and use online evaluators to observe the performance of your models.
This feature is not available for the Free tier. Please contact us if you wish to learn more about our Enterprise plan
To set up an online Python evaluator:


True or False.
To track the performance of different model configs in your project:
In the table of model configs at the bottom, choose a subset of the project’s model configs.
The following Python modules are available to be imported in your code evaluators:
remathrandomdatetimejson (useful for validating JSON grammar as per the example above)jsonschema (useful for more fine-grained validation of JSON output - see the in-app example)sqlglot (useful for validating SQL query grammar)requests (useful to make further LLM calls as part of your evaluation - see the in-app example for a suggestion of how to get started).