v1
latestOpenAPI 3.0.02026-07-268285163.6 KBAI Deployments
Update model
Update a specific model
put/assistant_models/{model_id}
Path parameters
model_idstring required
ID of model to update
Request body
Example request
{
"token": "my token",
"max_tokens_to_generate": 512,
"temperature": 0.2,
"model_name": "My model 1"
}Response
successful
Example response
{
"success": true
}