Zoonk.AI.Evals.EvalModels (Zoonk v0.1.0-dev)

View Source

Evaluation models for AI tasks.

Summary

Functions

Get information about a specific model.

Supported models for evaluation.

Functions

get_model(model_name)

Get information about a specific model.

Examples

iex> get_model("openai/gpt-4.1")
%{name: "openai/gpt-4.1", input: 2, output: 8}

list_models()

Supported models for evaluation.

Returns a list of models we're evaluating against.

Each model also contains input and output costs. We use these to calculate the total cost of running a task.