The Call endpoint is a simple interface to issue a task to an LLM. It is a declarative interface with input and output schemas that supports text, image, audio inputs and outputs and is highly model agnostic.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.