radiant_create_inference_proof
Generate a Blake3 hash commitment binding model, input, and output to record AI inference results on-chain via the InferenceProof contract.
Instructions
Create a blake3 inference proof commitment: hash(modelHash || inputHash || output). Used to record AI inference results on-chain via the InferenceProof contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_hash | Yes | Blake3 hash of the input data (64 hex chars) | |
| model_hash | Yes | Blake3 hash of the model weights (64 hex chars) | |
| output_hex | Yes | Inference output as hex string |