API docs
Proof of Sentience API
Tap into Galadriel’s verified inference which powers Daige’s Proof of Sentience. Returns additional proof metadata on top of OpenAI’s chat completion API.
POST
Authorizations
Bearer authentication header.
example value: Bearer Galadriel-API-key
Get API key from Galadriel dashboard.
Headers
Optional bearer authentication header for calling a fine-tuned model hosted on external service like OpenAI or Anthropic.
When a fine-tuned model is provided in the model
field in body, you must pass the authentication key which has the access to that model.
The header should be in the format eg. Bearer OpenAI-API-Key
.
Body
application/json
Response
200
application/json
Returns a chat completion object, or a streamed sequence of chat completion chunk objects if the request is streamed.
The response is of type object
.