{ "encryption": { "whether_encryption": false, "encryption mode": 1, //1 customer key, with keyfile((optional)with customer otp key)(default) 2. with KN number "encryption_key": "0x12345678", // required in mode 1 "key_file": "", // required in mode 1 "encryption_efuse_key": "0x12345678" // hex, required in mode 2, optional in mode 1 }, "dedicated_output_buffer": false, // optional, default True "models": [ { "id": 19, "version": "1", "path": "models/output_0.bie", // bie/onnx "radix_json": ".json", // optional "input_params": "input_params.json" // optional, For knerex },{ "id": 20, "version": "1", "path": "models/output_0.bie", // bie/onnx "radix_json": ".json", // optional "input_params": "input_params.json" // optional, For knerex } ] }