Inference
Create a buffered or streaming chat completion
When stream=true, the response is an SSE sequence of data JSON events terminated by data: [DONE]. InferCrane never replays a partially transmitted stream.
POST
Create a buffered or streaming chat completion
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Buffered JSON or streaming SSE response
The response is of type object.
Create a buffered or streaming chat completion