radiant_verify_inference_proof
Verify an inference proof commitment off-chain by checking that the Blake3 hash of model hash, input hash, and output matches the expected commitment. Ensures proof integrity.
Instructions
Verify an inference proof commitment off-chain. Checks that blake3(modelHash || inputHash || output) matches the expected commitment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commitment | Yes | Expected commitment hash (64 hex chars) | |
| input_hash | Yes | Blake3 hash of the input data | |
| model_hash | Yes | Blake3 hash of the model weights | |
| output_hex | Yes | Inference output as hex string |