Hanzo
Hanzo is Murakumo's bounded defensive code and configuration review face. It is an inference organism, not a standalone checkpoint.
| Field | Value |
|---|---|
| Public API model ID | ao/hanzo |
| Endpoint | https://api.murakumo.cloud/v1/chat/completions |
| Current draft member | murakumo-main |
| Current review member | ling-3.0-tiny |
| Output ceiling | 768 tokens |
| Weights in this repository | None; member checkpoints remain separately licensed artifacts |
curl https://api.murakumo.cloud/v1/chat/completions \
-H 'content-type: application/json' \
-d '{
"model": "ao/hanzo",
"messages": [{"role": "user", "content": "Review only this supplied code:\n..."}],
"max_tokens": 768
}'
Hanzo reviews only code or configuration supplied in the conversation. Each finding should contain exact evidence, impact, a concrete fix, and a regression test. It does not scan hosts, execute submitted code, certify safety, or turn a model finding into a confirmed vulnerability without human validation.
The public name is stable while internal membership may change. A live probe on 2026-09-22 returned HTTP 200.