Zoonk.AI.Evals.EvalModels (Zoonk v0.1.0-dev)
View SourceEvaluation models for AI tasks.
Summary
Functions
Get information about a specific model.
Examples
iex> get_model("openai/gpt-4.1")
%{name: "openai/gpt-4.1", input: 2, output: 8}
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.