model
Run a model with specified tools and messages.
This endpoint runs a model with the specified tools and messages.
post/api/v1/{model_id}/run
Path parameters
model_idstring required
The ID of the model to run.
Query parameters
waitboolean
Whether to wait for the response or not.
Request body
Example request
{
"temperature": 1,
"top_p": 1,
"n": 1
}Response
Successful response