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.
YOUR_API_KEY_HERE with the actual API key generated
from your profile in the B-Bot hub.temperature parameter is optional. If not provided, a default value will
be used.max_tokens parameter is optional. If not provided, a default value will
be used.API key for authentication
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 ID of the expert you want to invoke.
37
The ID of the language model to be used.
6
A list of message objects containing the role and content of the input data.
The sampling temperature, which controls the randomness of the model's outputs.
1
The maximum number of tokens (words or word pieces) to generate in the response.
250
Successful response with generated content