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.
| Method | PUT |
| Path | /v1/llm/background-models |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | llm |
Request body
{ "enabled": true, "slots": { "utility": "deepseek-v4-flash", "compaction": null } }