Endpoint
Path Parameters
The
request_id returned in the response body of a POST /v1/chat/completions call. Example: req_01j9z4kxm8vwqe3t5p6n7r2y0c.Example Request
cURL
Response
The unique request identifier — matches the
request_id you queried.The identifier of the GPU node on the Pinaivu network that served this inference request.
The model used to generate the completion, e.g.
llama3.2:3b.ISO 8601 timestamp of when the inference completed on the node.
The amount settled to the GPU node for serving this request, denominated in the Pinaivu network token.
A cryptographic signature generated by the coordinator running inside an AWS Nitro Enclave. You can use this signature to independently verify that the receipt has not been tampered with.
Example response
The
coordinator_signature is produced exclusively inside an AWS Nitro Enclave and cannot be forged. You can use it to independently verify that a given inference request was legitimately served by the Pinaivu network, with no possibility of the signature being fabricated by a third party.