Endpoint Examples
Invoke LLM
This endpoint allows you to invoke a language model using specific parameters, such as the expert and model IDs, input data, and additional configuration options.
POST
Ensure that you replace YOUR_API_KEY_HERE
with the actual API key generated
from your profile in the B-Bot hub.
The temperature
parameter is optional. If not provided, a default value will
be used.
The max_tokens
parameter is optional. If not provided, a default value will
be used.
Authorizations
API key for authentication
Body
application/json
This endpoint allows you to invoke a language model using specific parameters, such as the expert and model IDs, input data, and additional configuration options.
The body is of type object
.
Response
200
application/json
Successful response with generated content
The response is of type object
.