Skip to main content

Install

Set your API keys

Run aevyra-verdict providers to see which keys are configured.

Prepare a dataset

Create a JSONL file where each line is a conversation in OpenAI message format. The ideal field is the reference answer used by scoring metrics.

Run your first eval

You’ll see a progress bar and a comparison table when it finishes:

Run against a local model

If you have Ollama running locally, you can benchmark against it without any API keys:
Or with a local vLLM instance:
This is useful for benchmarking a fine-tuned model against a hosted baseline before deciding whether to deploy it.

Save results

Next steps

Compare more models

Use a config file to manage multiple models including local vLLM instances

Add an LLM judge

Score responses with an LLM judge instead of reference-based metrics