A simple tool to make viewing eval results from the DigitalOcean Gradient AI platform quicker.
To get JSON evaluation results from the DigitalOcean Gradient AI API:
Get results for a specific evaluation run:
https://api.digitalocean.com/v2/gen-ai/evaluation_runs/<run-id>/results
List your test cases:
https://api.digitalocean.com/v2/gen-ai/evaluation_test_cases
Get evaluation runs by test case:
https://api.digitalocean.com/v2/gen-ai/evaluation_test_cases/<test-case-id>/evaluation_runs
- Open
index.htmlin your web browser - Upload a JSON evaluation file (downloaded from the API endpoint above)
- View your evaluation results with:
- Evaluation metadata (run name, status, test case, etc.)
- Score matrix showing all prompts and their metric scores
- Detailed prompt cards with input, output, and metric results
- Filtering by metric type and score ranges
- Upload and view JSON evaluation files
- Interactive score matrix with color-coded results
- Filter prompts by metric type and score range
- Markdown rendering for output content
- Expandable metric results with detailed reasoning