CLIBenchmark
Benchmark
9 `hanzo` commands for Benchmark, each calling one operation on api.hanzo.ai.
Package benchmark is one honest score for any model, on the tests everyone quotes.
9 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo benchmark catalog | GET /v1/benchmark/catalog | Is the canonical public benchmarks this arena runs — the id, title, axis, item count and upstream source of each, with… |
hanzo benchmark claims get | GET /v1/benchmark/claims | Lists the effective published claims: what the leaderboard will use for each (benchmark, model) after the seed, the… |
hanzo benchmark claims create | POST /v1/benchmark/claims | Records published claims: one to correct a number, many to import a leaderboard. |
hanzo benchmark compare --a <a> --b <b> | GET /v1/benchmark/compare | Is the ONLY valid arm-vs-arm test: it pairs the two models on the items BOTH completed, and answers rescue and damage… |
hanzo benchmark history | GET /v1/benchmark/history | Returns each model's measured score per run over time, oldest first, with the change between runs. |
hanzo benchmark leaderboard | GET /v1/benchmark/leaderboard | Answers one row per model for the benchmark named — what our own harness measured, beside what the vendor claims, and… |
hanzo benchmark presets get | GET /v1/benchmark/presets | Are the router blends available to compose from — a named set of model arms, the rank they escalate through and the… |
hanzo benchmark presets create | POST /v1/benchmark/presets | Validates a router blend — its name, its arms, the rank they escalate through and the panel fan-out width — and answers… |
hanzo benchmark runs --benchmarks '["<benchmarks>"]' | POST /v1/benchmark/runs | Admits and queues a benchmark run against a model or your own endpoint, and answers 202 with the receipt. |
How is this guide?