API Reference#

The NeMo Evaluator API reference provides comprehensive technical documentation for all modules, classes, and functions.

Core Modules#

Core

Evaluation Engine

Core evaluation functionality, task registry, and entrypoint logic for running evaluations.

nemo_evaluator.core
Adapters

Model Adapters

Adapters for different model endpoints, caching, interceptors, and response handling.

nemo_evaluator.adapters
CLI

Command Line Interface

Command-line tools and entry points for running evaluations from the terminal.

nemo_evaluator.cli
API

Python API

Programmatic interfaces for integrating NeMo Evaluator into your Python applications.

nemo_evaluator.api
Logging

Logging Utilities

Logging configuration, context management, and utilities for tracking evaluation progress.

nemo_evaluator.logging