RedCrown
Localized model benchmarking with receipts. Run head-to-head evals across every model, provider, and config on your own data, locally, then turn the results into ranked, receipted proof you can hand to a client, a CFO, or a regulator.
Agents and harnesses run benchmarks for free. RedCrown is the neutral layer that turns them into a decision you can defend, and keeps re-proving it as prices and models change. Run anywhere, prove here.
Install
pip install redcrown
Python 3.11+. The CLI has a small dependency footprint; server extras
(pip install "redcrown[server]") are only needed if you run the API yourself.
Quickstart
# 1. build a dataset (the public PriMock57 clinical-transcription corpus, or bring your own)
redcrown build-dataset primock57 --out exp.json
# 2. run the fan-out locally, on your machine, with your keys
redcrown eval exp.json --report-json out.json
# 3. (optional) sign in once per machine via device-code OAuth
redcrown login
# 4. (optional) push the results to a shareable, no-login proof page
redcrown push out.json --proof-link
redcrown eval ranks every config on cost, quality, and latency against your own
ground truth and names the cheapest one that clears your quality bar. Example:
RANKED transcription · cheapest config at or above your 0.85 quality bar
deepgram · nova-3-medical quality 0.883 $294/mo winner, 40% cheaper
aws · transcribe-standard quality 0.879 $487/mo incumbent
openai · whisper-1 quality 0.820 $122/mo below your bar
That run is published as a live, no-login proof page: https://app.redcrown.ai/proof/O9iYVdWuaYjaL6mnImeIsD6TB1W_S6h4Frbx04YqAYQ
Free by construction
Evals run on your machine with your own provider keys, so RedCrown never sees your
raw data and the run costs you nothing beyond your own inference. Only the results
you choose to push become a cloud proof. --no-receipts keeps raw outputs local
and uploads aggregates only.
Already ran an eval elsewhere?
You do not have to run anything through RedCrown to get a proof. Take the results from an eval you already ran, as a JSON in the RedCrown results format, and push them:
redcrown push results.json --proof-link
You get the same ranked, receipted, shareable report. The fastest path, with no install, is the web app at https://app.redcrown.ai/upload.
For coding agents (MCP)
Coding agents (Claude, Cursor, Codex) drive the whole loop over the hosted MCP server
at mcp.redcrown.ai: scaffold an experiment, run it, review outputs, and mint a proof.
The server is open source: https://github.com/RedCrown-ai/redcrown-mcp
Links
- Site: https://redcrown.ai
- App: https://app.redcrown.ai
- MCP server (open source): https://github.com/RedCrown-ai/redcrown-mcp
License
Proprietary. (c) Method Data Science LLC.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redcrown-0.1.1.tar.gz.
File metadata
- Download URL: redcrown-0.1.1.tar.gz
- Upload date:
- Size: 157.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1408328cbe55d5b8f5d32b7cb366bda0ff76c9926a23af0297a2bdd4a483099
|
|
| MD5 |
e4ec60b006b7b0c9db8d946caea64cf6
|
|
| BLAKE2b-256 |
603a4bf872c739234518d64d53bd93ce0a9e89c3a75b73cdc47ccfb0096ddf05
|
File details
Details for the file redcrown-0.1.1-py3-none-any.whl.
File metadata
- Download URL: redcrown-0.1.1-py3-none-any.whl
- Upload date:
- Size: 106.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09a1d1266a7d3776f43e6e508f12594fe64a8a3f4dd92d1129ed5de1436e8c71
|
|
| MD5 |
5fb5772131fee7afe321941dfd6a0b94
|
|
| BLAKE2b-256 |
340d876770eba7b3217a89a553d6abb9f425749c79b88b8d8405c08aa536a9c7
|