MINARA

Update background task models

PUT /v1/llm/background-models — Turn background task models on or off, and assign models to titles, compression, and unattended work. Set `enabled` to `

PUT /v1/llm/background-models

Turn background task models on or off, and assign models to titles, compression, and unattended work. Set enabled to null to return to the environment or built-in default. Chat is not a slot.

MethodPUT
Path/v1/llm/background-models
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryllm

Request body

{ "enabled": true, "slots": { "utility": "deepseek-v4-flash", "compaction": null } }

On this page