Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Research / OpenAI Evals
△EvalResearchFree

OpenAI Evals

MIT-licensed framework for evaluating LLMs and AI systems — build custom evals, run model comparisons, log results.

@ai-supply
Installs89k
Rating★ 4.5
Reviews30
Install (free) to download the source.↗ Source repository

OpenAI Evals

OpenAI Evals is a framework for evaluating LLMs and LLM-powered systems, open-sourced by OpenAI under the MIT license. It provides a library of 1000+ existing evals alongside a structured way to build new ones — covering accuracy, safety, robustness, and task-specific performance. Evals can target any model via the OpenAI API or custom completion functions.

Key features

  • 1,000+ ready-made evals — logic, coding, translation, factuality, safety
  • Custom eval builder: model_graded, basic, match eval types
  • Model-graded evals use an LLM as judge for open-ended tasks
  • YAML-based eval spec format — version-control your evaluations
  • Multi-model comparison support for red-teaming and A/B testing
  • MIT license — contribute or use commercially

Quick start

pip install openai evals

# Run a built-in eval
oaieval gpt-4o test-match

# Register and run a custom eval
cat > evals/registry/evals/my-eval.yaml << 'EOF'
my-eval:
  id: my-eval.dev.v0
  metrics: [accuracy]
my-eval.dev.v0:
  class: evals.elsuite.basic.match:Match
  args:
    samples_jsonl: my_samples.jsonl
EOF
oaieval gpt-4o-mini my-eval

Install via ai-supply

npx ai-supply add openai-evals-framework

Curated mirror of the open-source OpenAI Evals (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy