latestOpenAPI 3.0.02026-07-268285163.6 KB
1e26909d86c9
AI 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
}