Chat Completion API
Tap into Galadriel’s LLM inference network. Follows the same schema as OpenAI’s chat completion API.
POST
Authorizations
Bearer authentication header.
example value: Bearer Galadriel-API-key
Get API key from Galadriel dashboard.
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
.