# 1. clone the repo
git clone https://github.com/blackboxai-team/next-evals-oss
cd next-evals-oss
# install bun if its missing
curl -fsSL https://bun.sh/install | bash
# Install dependencies
pnpm install
# setup env vars
export OPENAI_API_KEY="your-blackbox-api-key"
# Public api users: use https://api.blackbox.ai/api/v1
export OPENAI_BASE_URL="https://enterprise.blackbox.ai/api/v1"
export OPENAI_MODEL="claude-sonnet-4.5" #or anthropic/claude-opus-4.5
# run the full eval
bun blackbox-cli.ts --all --model anthropic/claude-sonnet-4.5