Models
Update the agent's model selection
Shortcut over PATCH /agents/ for aiModelPublicId, temperature, thinkingEnabled and thinkingEffort. Validates temperature against the resolved model when both arrive in the same body.
PATCH
Update the agent's model selection
Autorizações
Parâmetros de caminho
Corpo
application/json
Body for updating the agent's AI model and decoding settings. Fields are tri-state: omit to leave unchanged, set to a value to update, or send null to clear.
Public ID of the AI model to use.
Exemplo:
"9c3a4d22-1a8d-4b3f-9b1e-7a0f0c4f3e21"
Sampling temperature between 0.0 and 2.0.
Exemplo:
0.7
Reasoning effort level when thinking is enabled.
Exemplo:
"medium"
Enable extended thinking for reasoning-capable models.
Exemplo:
true
Update the agent's model selection

